#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 of #585b5d | Value |
|---|---|
| RGB | 88, 91, 93 |
| HSL | 0.57, 0.03, 0.35 |
| HSV | 204°, 5°, 36° |
| XYZ | 9.74, 10.35, 11.84 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 1011000 | 1011011 | 1011101 |
| Octal | 130 | 133 | 135 |
| Decimal | 88 | 91 | 93 |
| Hex | 58 | 5B | 5D |
Shades of #585b5d
Tints of #585b5d
.mybgColor {background-color: #585b5d;}
.myforeColor {color: #585b5d;}
.myborderColor {border:3px solid #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,
<div style="background-color:#585b5d">Div content here</div>
<div style="border:3px solid #585b5d">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(88, 91, 93, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #585b5d;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>
