color details

Color Details
#5A6D7E Color Hex

#5A6D7E color RGB value is (5, 166, 215).
#5A6D7E hex color red value is 5, green value is 166, and blue value is 215.
Cylindrical-coordinate representations (HSL) of color #5A6D7E hue: 194, saturation: 0.95 and lightness: 0.43.

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

Color Spaces
Color spaces of #5A6D7EValue
RGB90, 109, 126
HSL0.58, 0.17, 0.42
HSV208°, 29°, 49°
XYZ13.45, 14.62, 21.85
Base Numbers
Base Red Green Blue
Binary 1011010 1101101 1111110
Octal 132 155 176
Decimal 90 109 126
Hex 5A 6D 7E

RGB Percentages for Color #5A6D7E

27.69%
33.54%
38.77%

CMYK Percentages of the Color #5A6D7E

28.57%
13.49%
50.59%
CSS Codes for Color #5A6D7E
.mybgColor {background-color: #5A6D7E;}
.myforeColor {color: #5A6D7E;}
.myborderColor {border:3px solid #5A6D7E;}
Text Font Color #5A6D7E

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

This sample text is styled with the font color #5A6D7E. 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 #5A6D7E

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(90, 109, 126, 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 #5A6D7E;">Text here</p>

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

Shadow Div Box

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

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