Shades of Como #597464
Tints of Como #597464
RGB
CMYK
RGB Variations
Color information
#597464 (or 0x597464) is known color: Como. HEX triplet: 59, 74 and 64. RGB value is (89,116,100). Sum of RGB (Red+Green+Blue) = 89+116+100=305 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.18% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 116 - color contains mainly: green. Hex color #597464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597464 is #A68B9B. Grayscale: #6A6A6A. Windows color (decimal): -10914716 or 6583385. OLE color: 6583385.
HSL color Cylindrical-coordinate representation of color #597464: hue angle of 144.44º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #597464 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 116 | 100 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.55 |
| HSL | 144.44º | 0.13% | 0.4% | - |
| HSV(B) | 144.44º | 0.23% | 0.45% | - |
| XYZ | 12.67 | 15.53 | 14.39 | - |
| YUV | 106.1 | 124.55 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 116 | 100 | 0.23 | 0 | 0.14 | 0.55 | 144.44 | 0.13 | 0.4 |
| Hex | 59 | 74 | 64 | 17 | 0 | E | 37 | 90 | D | 28 |
| Octal | 131 | 164 | 144 | 27 | 0 | 16 | 67 | 220 | 15 | 50 |
| Binary | 1011001 | 1110100 | 1100100 | 10111 | 0 | 1110 | 110111 | 10010000 | 1101 | 101000 |
Color Harmonies of #597464
Complementary color
Monochromatic Colors of #597464
Black with #597464
Text Example
Text Example
White with #597464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597464; }
p { color: rgb(89,116,100); }
H1.HeaderClassName
{
color: #597464;
}
.AnyTagClassName
{
color: #597464;
}
</style>
background-color css
<style>
a { background-color: #597464; }
a { background-color: rgb(89,116,100); }
div.DivClassName
{
background-color: #597464;
}
.BgClassName
{
background-color: #597464;
}
</style>
border-color css
<style>
span { border-color: #597464; }
span { border-color: rgb(89,116,100); }
td.TdClassName
{
border-color: #597464;
}
.TagClassName
{
border-color: #597464;
}
</style>