Shades of Como #596F62
Tints of Como #596F62
RGB
CMYK
RGB Variations
Color information
#596F62 (or 0x596F62) is known color: Como. HEX triplet: 59, 6F and 62. RGB value is (89,111,98). Sum of RGB (Red+Green+Blue) = 89+111+98=298 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.87% from 298); Green value is 111 (43.75% from 255 or 37.25% from 298); Blue value is 98 (38.67% from 255 or 32.89% from 298); Max value from RGB is 111 - color contains mainly: green. Hex color #596F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596F62 is #A6909D. Grayscale: #666666. Windows color (decimal): -10915998 or 6451033. OLE color: 6451033.
HSL color Cylindrical-coordinate representation of color #596F62: hue angle of 144.55º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #596F62 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 89 | 111 | 98 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.56 |
| HSL | 144.55º | 0.11% | 0.39% | - |
| HSV(B) | 144.55º | 0.2% | 0.44% | - |
| XYZ | 12.01 | 14.37 | 13.7 | - |
| YUV | 102.94 | 125.21 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 111 | 98 | 0.20 | 0 | 0.12 | 0.56 | 144.55 | 0.11 | 0.39 |
| Hex | 59 | 6F | 62 | 14 | 0 | C | 38 | 91 | B | 27 |
| Octal | 131 | 157 | 142 | 24 | 0 | 14 | 70 | 221 | 13 | 47 |
| Binary | 1011001 | 1101111 | 1100010 | 10100 | 0 | 1100 | 111000 | 10010001 | 1011 | 100111 |
Color Harmonies of #596F62
Complementary color
Monochromatic Colors of #596F62
Black with #596F62
Text Example
Text Example
White with #596F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596F62; }
p { color: rgb(89,111,98); }
H1.HeaderClassName
{
color: #596F62;
}
.AnyTagClassName
{
color: #596F62;
}
</style>
background-color css
<style>
a { background-color: #596F62; }
a { background-color: rgb(89,111,98); }
div.DivClassName
{
background-color: #596F62;
}
.BgClassName
{
background-color: #596F62;
}
</style>
border-color css
<style>
span { border-color: #596F62; }
span { border-color: rgb(89,111,98); }
td.TdClassName
{
border-color: #596F62;
}
.TagClassName
{
border-color: #596F62;
}
</style>