color details

Color Details
#585b5c Color Hex

#585b5c color RGB value is (5, 133, 181).
#585b5c hex color red value is 5, green value is 133, and blue value is 181.
Cylindrical-coordinate representations (HSL) of color #585b5c hue: 196.36, saturation: 0.95 and lightness: 0.36.

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

Color Spaces
Color spaces of #585b5cValue
RGB88, 91, 92
HSL0.54, 0.02, 0.35
HSV195°, 4°, 36°
XYZ9.7, 10.33, 11.61
Base Numbers
Base Red Green Blue
Binary 1011000 1011011 1011100
Octal 130 133 134
Decimal 88 91 92
Hex 58 5B 5C

RGB Percentages for Color #585b5c

32.47%
33.58%
33.95%

CMYK Percentages of the Color #585b5c

4.35%
1.09%
63.92%
CSS Codes for Color #585b5c
.mybgColor {background-color: #585b5c;}
.myforeColor {color: #585b5c;}
.myborderColor {border:3px solid #585b5c;}
Text Font Color #585b5c

<p style="color:#585b5c">Text here</p>

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

<div style="background-color:#585b5c">Div content here</div>

The background color of this div is #585b5c
Border Color #585b5c

<div style="border:3px solid #585b5c">Div here</div>

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

<p style="text-shadow: 4px 4px 2px rgba(88, 91, 92, 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 #585b5c;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #585b5c

Scroll to Top