Shades of Como #59725F
Tints of Como #59725F
RGB
CMYK
RGB Variations
Color information
#59725F (or 0x59725F) is known color: Como. HEX triplet: 59, 72 and 5F. RGB value is (89,114,95). Sum of RGB (Red+Green+Blue) = 89+114+95=298 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.87% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 95 (37.5% from 255 or 31.88% from 298); Max value from RGB is 114 - color contains mainly: green. Hex color #59725F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59725F is #A68DA0. Grayscale: #686868. Windows color (decimal): -10915233 or 6255193. OLE color: 6255193.
HSL color Cylindrical-coordinate representation of color #59725F: hue angle of 134.4º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #59725F is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 114 | 95 | - |
| CMYK | 0.22 | 0 | 0.17 | 0.55 |
| HSL | 134.4º | 0.12% | 0.4% | - |
| HSV(B) | 134.4º | 0.22% | 0.45% | - |
| XYZ | 12.2 | 14.98 | 13.08 | - |
| YUV | 104.36 | 122.72 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 114 | 95 | 0.22 | 0 | 0.17 | 0.55 | 134.4 | 0.12 | 0.4 |
| Hex | 59 | 72 | 5F | 16 | 0 | 11 | 37 | 86 | C | 28 |
| Octal | 131 | 162 | 137 | 26 | 0 | 21 | 67 | 206 | 14 | 50 |
| Binary | 1011001 | 1110010 | 1011111 | 10110 | 0 | 10001 | 110111 | 10000110 | 1100 | 101000 |
Color Harmonies of #59725F
Complementary color
Monochromatic Colors of #59725F
Black with #59725F
Text Example
Text Example
White with #59725F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59725F; }
p { color: rgb(89,114,95); }
H1.HeaderClassName
{
color: #59725F;
}
.AnyTagClassName
{
color: #59725F;
}
</style>
background-color css
<style>
a { background-color: #59725F; }
a { background-color: rgb(89,114,95); }
div.DivClassName
{
background-color: #59725F;
}
.BgClassName
{
background-color: #59725F;
}
</style>
border-color css
<style>
span { border-color: #59725F; }
span { border-color: rgb(89,114,95); }
td.TdClassName
{
border-color: #59725F;
}
.TagClassName
{
border-color: #59725F;
}
</style>