#59595e color RGB value is (5, 149, 149).
#59595e hex color red value is 5, green value is 149, and blue value is 149.
Cylindrical-coordinate representations (HSL) of color #59595e
hue: 180,
saturation: 0.94 and lightness: 0.3.
The process color (four-color CMYK) of #59595e color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #59595e is #ff9999. Color #59595e contains mainly RED.
| Color spaces of #59595e | Value |
|---|---|
| RGB | 89, 89, 94 |
| HSL | 0.67, 0.03, 0.36 |
| HSV | 240°, 5°, 37° |
| XYZ | 9.71, 10.08, 12.02 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 1011001 | 1011001 | 1011110 |
| Octal | 131 | 131 | 136 |
| Decimal | 89 | 89 | 94 |
| Hex | 59 | 59 | 5E |
Shades of #59595e
Tints of #59595e
.mybgColor {background-color: #59595e;}
.myforeColor {color: #59595e;}
.myborderColor {border:3px solid #59595e;}
<p style="color:#59595e">Text here</p>
This sample text is styled with the font color #59595e. 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:#59595e">Div content here</div>
<div style="border:3px solid #59595e">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(89, 89, 94, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #59595e; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #59595e;
-webkit-box-shadow: 1px 1px 3px #59595e;
box-shadow: 1px 1px 3px #59595e; }
<p style="text-shadow: 4px 4px 2px rgba(89, 89, 94, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #59595e;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #59595e;
-webkit-box-shadow: 1px 1px 3px #59595e;
box-shadow: 1px 1px 3px #59595e;">Div content here</div>
