color details

Color Details
#5A5B9E Color Hex

#5A5B9E color RGB value is (5, 165, 185).
#5A5B9E hex color red value is 5, green value is 165, and blue value is 185.
Cylindrical-coordinate representations (HSL) of color #5A5B9E hue: 186.67, saturation: 0.95 and lightness: 0.37.

The process color (four-color CMYK) of #5A5B9E color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #5A5B9E is #ff9999. Color #5A5B9E contains mainly RED.

Color Spaces
Color spaces of #5A5B9EValue
RGB90, 91, 158
HSL0.66, 0.27, 0.49
HSV239°, 43°, 62°
XYZ14.13, 12.12, 33.94
Base Numbers
Base Red Green Blue
Binary 1011010 1011011 10011110
Octal 132 133 236
Decimal 90 91 158
Hex 5A 5B 9E

RGB Percentages for Color #5A5B9E

26.55%
26.84%
46.61%

CMYK Percentages of the Color #5A5B9E

43.04%
42.41%
38.04%
CSS Codes for Color #5A5B9E
.mybgColor {background-color: #5A5B9E;}
.myforeColor {color: #5A5B9E;}
.myborderColor {border:3px solid #5A5B9E;}
Text Font Color #5A5B9E

<p style="color:#5A5B9E">Text here</p>

This sample text is styled with the font color #5A5B9E. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #5A5B9E

<div style="background-color:#5A5B9E">Div content here</div>

The background color of this div is #5A5B9E
Border Color #5A5B9E

<div style="border:3px solid #5A5B9E">Div here</div>

The border color of this div is #5A5B9E
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(90, 91, 158, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #5A5B9E;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #5A5B9E;
-webkit-box-shadow: 1px 1px 3px #5A5B9E;
box-shadow: 1px 1px 3px #5A5B9E;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90, 91, 158, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #5A5B9E;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #5A5B9E; -webkit-box-shadow: 1px 1px 3px #5A5B9E; box-shadow: 1px 1px 3px #5A5B9E;">Div content here</div>

This div box has a shadow with a specified color. #5A5B9E
Scroll to Top