Random Color Generator

#5361ef Color

Color Codes
Hex Code #5361ef
RGB Code rgb(83, 97, 239)
HSL Code hsl(235, 83%, 63%)

#5361ef Color Syntax

rgb()

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

 main {
    background-color: rgb(83, 97, 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(235, 83%, 63%);
  }

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

RGB Code Hex Code Preview
rgb(83, 97, 239, 10%) #5361ef1a  
rgb(83, 97, 239, 20%) #5361ef33  
rgb(83, 97, 239, 40%) #5361ef4C  
rgb(83, 97, 239, 60%) #5361ef99  
rgb(83, 97, 239, 80%) #5361efCC  
rgb(83, 97, 239, 100%) #5361efFF  

Saturated and desaturated colors of #5361ef

HSL Code Preview
hsl(235, 10%, 63%)  
hsl(235, 20%, 63%)  
hsl(235, 40%, 63%)  
hsl(235, 60%, 63%)  
hsl(235, 80%, 63%)  
hsl(235, 100%, 63%)  

#5361ef Color Usage In CSS

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