Random Color Generator

#557457 Color

Color Codes
Hex Code #557457
RGB Code rgb(85, 116, 87)
HSL Code hsl(124, 15%, 39%)

#557457 Color Syntax

rgb()

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

 main {
    background-color: rgb(85, 116, 87);
   }

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(124, 15%, 39%);
  }

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 #557457

RGB Code Hex Code Preview
rgb(85, 116, 87, 10%) #5574571a  
rgb(85, 116, 87, 20%) #55745733  
rgb(85, 116, 87, 40%) #5574574C  
rgb(85, 116, 87, 60%) #55745799  
rgb(85, 116, 87, 80%) #557457CC  
rgb(85, 116, 87, 100%) #557457FF  

Saturated and desaturated colors of #557457

HSL Code Preview
hsl(124, 10%, 39%)  
hsl(124, 20%, 39%)  
hsl(124, 40%, 39%)  
hsl(124, 60%, 39%)  
hsl(124, 80%, 39%)  
hsl(124, 100%, 39%)  

#557457 Color Usage In CSS

 body {
    color: #557457;
    }
 p {
    color: rgb(85, 116, 87);
    }
 header {
    border-bottom:1px solid #557457;
    }
Recent Random Colors