color details

Color Details
#585b5d Color Hex

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

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

Color Spaces
Color spaces of #585b5dValue
RGB88, 91, 93
HSL0.57, 0.03, 0.35
HSV204°, 5°, 36°
XYZ9.74, 10.35, 11.84
Base Numbers
Base Red Green Blue
Binary 1011000 1011011 1011101
Octal 130 133 135
Decimal 88 91 93
Hex 58 5B 5D

RGB Percentages for Color #585b5d

32.35%
33.46%
34.19%

CMYK Percentages of the Color #585b5d

5.38%
2.15%
63.53%
CSS Codes for Color #585b5d
.mybgColor {background-color: #585b5d;}
.myforeColor {color: #585b5d;}
.myborderColor {border:3px solid #585b5d;}
Text Font Color #585b5d

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

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

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

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

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

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

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

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

Shadow Div Box

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

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

Scroll to Top