Shades of Como #597D64
Tints of Como #597D64
RGB
CMYK
RGB Variations
Color information
#597D64 (or 0x597D64) is known color: Como. HEX triplet: 59, 7D and 64. RGB value is (89,125,100). Sum of RGB (Red+Green+Blue) = 89+125+100=314 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.34% from 314); Green value is 125 (49.22% from 255 or 39.81% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 125 - color contains mainly: green. Hex color #597D64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597D64 is #A6829B. Grayscale: #6F6F6F. Windows color (decimal): -10912412 or 6585689. OLE color: 6585689.
HSL color Cylindrical-coordinate representation of color #597D64: hue angle of 138.33º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #597D64 is Cyan = 0.29, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 125 | 100 | - |
| CMYK | 0.29 | 0 | 0.2 | 0.51 |
| HSL | 138.33º | 0.17% | 0.42% | - |
| HSV(B) | 138.33º | 0.29% | 0.49% | - |
| XYZ | 13.75 | 17.71 | 14.75 | - |
| YUV | 111.39 | 121.57 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 125 | 100 | 0.29 | 0 | 0.2 | 0.51 | 138.33 | 0.17 | 0.42 |
| Hex | 59 | 7D | 64 | 1D | 0 | 14 | 33 | 8A | 11 | 2A |
| Octal | 131 | 175 | 144 | 35 | 0 | 24 | 63 | 212 | 21 | 52 |
| Binary | 1011001 | 1111101 | 1100100 | 11101 | 0 | 10100 | 110011 | 10001010 | 10001 | 101010 |
Color Harmonies of #597D64
Complementary color
Monochromatic Colors of #597D64
Black with #597D64
Text Example
Text Example
White with #597D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597D64; }
p { color: rgb(89,125,100); }
H1.HeaderClassName
{
color: #597D64;
}
.AnyTagClassName
{
color: #597D64;
}
</style>
background-color css
<style>
a { background-color: #597D64; }
a { background-color: rgb(89,125,100); }
div.DivClassName
{
background-color: #597D64;
}
.BgClassName
{
background-color: #597D64;
}
</style>
border-color css
<style>
span { border-color: #597D64; }
span { border-color: rgb(89,125,100); }
td.TdClassName
{
border-color: #597D64;
}
.TagClassName
{
border-color: #597D64;
}
</style>