Random Color Generator

#558586 Color

Color Codes
Hex Code #558586
RGB Code rgb(85, 133, 134)
HSL Code hsl(181, 22%, 43%)

#558586 Color Syntax

rgb()

 rgb(Red, Green, Blue);
 rgba(Red, Green, Blue, Alpha);

 main {
    background-color: rgb(85, 133, 134);
   }

R(red), G(green), B(blue) can be number between 0-255.
A parameter is a hex characters (0–9, A–F) and optional.

hsl()

 hsl(hue saturation lightness);
 hsl(hue saturation lightness / alpha);

 div {
  background-color: hsl(181, 22%, 43%);
  }

Saturation value is a percentage value between 0% unsaturated and 100% fully saturated.
Lightness value is a percentage value between 100% is white and 0% is black.

Lighter and darker colors of #558586

RGB Code Hex Code Preview
rgb(85, 133, 134, 10%) #5585861a  
rgb(85, 133, 134, 20%) #55858633  
rgb(85, 133, 134, 40%) #5585864C  
rgb(85, 133, 134, 60%) #55858699  
rgb(85, 133, 134, 80%) #558586CC  
rgb(85, 133, 134, 100%) #558586FF  

Saturated and desaturated colors of #558586

HSL Code Preview
hsl(181, 10%, 43%)  
hsl(181, 20%, 43%)  
hsl(181, 40%, 43%)  
hsl(181, 60%, 43%)  
hsl(181, 80%, 43%)  
hsl(181, 100%, 43%)  

#558586 Color Usage In CSS

 body {
    color: #558586;
    }
 p {
    color: rgb(85, 133, 134);
    }
 header {
    border-bottom:1px solid #558586;
    }
Recent Random Colors