Shades of Como #597C5F
Tints of Como #597C5F
RGB
CMYK
RGB Variations
Color information
#597C5F (or 0x597C5F) is known color: Como. HEX triplet: 59, 7C and 5F. RGB value is (89,124,95). Sum of RGB (Red+Green+Blue) = 89+124+95=308 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.90% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 124 - color contains mainly: green. Hex color #597C5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597C5F is #A683A0. Grayscale: #6E6E6E. Windows color (decimal): -10912673 or 6257753. OLE color: 6257753.
HSL color Cylindrical-coordinate representation of color #597C5F: hue angle of 130.29º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #597C5F is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 124 | 95 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.51 |
| HSL | 130.29º | 0.16% | 0.42% | - |
| HSV(B) | 130.29º | 0.28% | 0.49% | - |
| XYZ | 13.39 | 17.37 | 13.47 | - |
| YUV | 110.23 | 119.4 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 124 | 95 | 0.28 | 0 | 0.23 | 0.51 | 130.29 | 0.16 | 0.42 |
| Hex | 59 | 7C | 5F | 1C | 0 | 17 | 33 | 82 | 10 | 2A |
| Octal | 131 | 174 | 137 | 34 | 0 | 27 | 63 | 202 | 20 | 52 |
| Binary | 1011001 | 1111100 | 1011111 | 11100 | 0 | 10111 | 110011 | 10000010 | 10000 | 101010 |
Color Harmonies of #597C5F
Complementary color
Monochromatic Colors of #597C5F
Black with #597C5F
Text Example
Text Example
White with #597C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597C5F; }
p { color: rgb(89,124,95); }
H1.HeaderClassName
{
color: #597C5F;
}
.AnyTagClassName
{
color: #597C5F;
}
</style>
background-color css
<style>
a { background-color: #597C5F; }
a { background-color: rgb(89,124,95); }
div.DivClassName
{
background-color: #597C5F;
}
.BgClassName
{
background-color: #597C5F;
}
</style>
border-color css
<style>
span { border-color: #597C5F; }
span { border-color: rgb(89,124,95); }
td.TdClassName
{
border-color: #597C5F;
}
.TagClassName
{
border-color: #597C5F;
}
</style>