Random Color Generator

#5569ef Color

Color Codes
Hex Code #5569ef
RGB Code rgb(85, 105, 239)
HSL Code hsl(232, 83%, 64%)

#5569ef Color Syntax

rgb()

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

 main {
    background-color: rgb(85, 105, 239);
   }

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(232, 83%, 64%);
  }

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 #5569ef

RGB Code Hex Code Preview
rgb(85, 105, 239, 10%) #5569ef1a  
rgb(85, 105, 239, 20%) #5569ef33  
rgb(85, 105, 239, 40%) #5569ef4C  
rgb(85, 105, 239, 60%) #5569ef99  
rgb(85, 105, 239, 80%) #5569efCC  
rgb(85, 105, 239, 100%) #5569efFF  

Saturated and desaturated colors of #5569ef

HSL Code Preview
hsl(232, 10%, 64%)  
hsl(232, 20%, 64%)  
hsl(232, 40%, 64%)  
hsl(232, 60%, 64%)  
hsl(232, 80%, 64%)  
hsl(232, 100%, 64%)  

#5569ef Color Usage In CSS

 body {
    color: #5569ef;
    }
 p {
    color: rgb(85, 105, 239);
    }
 header {
    border-bottom:1px solid #5569ef;
    }
Recent Random Colors