Shades of Cactus #597050
Tints of Cactus #597050
RGB
CMYK
RGB Variations
Color information
#597050 (or 0x597050) is known color: Cactus. HEX triplet: 59, 70 and 50. RGB value is (89,112,80). Sum of RGB (Red+Green+Blue) = 89+112+80=281 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.67% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 112 - color contains mainly: green. Hex color #597050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597050 is #A68FAF. Grayscale: #656565. Windows color (decimal): -10915760 or 5271641. OLE color: 5271641.
HSL color Cylindrical-coordinate representation of color #597050: hue angle of 103.12º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #597050 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 89 | 112 | 80 | - |
| CMYK | 0.21 | 0 | 0.29 | 0.56 |
| HSL | 103.13º | 0.17% | 0.38% | - |
| HSV(B) | 103.13º | 0.29% | 0.44% | - |
| XYZ | 11.36 | 14.29 | 9.75 | - |
| YUV | 101.48 | 115.88 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 112 | 80 | 0.21 | 0 | 0.29 | 0.56 | 103.13 | 0.17 | 0.38 |
| Hex | 59 | 70 | 50 | 15 | 0 | 1D | 38 | 67 | 11 | 26 |
| Octal | 131 | 160 | 120 | 25 | 0 | 35 | 70 | 147 | 21 | 46 |
| Binary | 1011001 | 1110000 | 1010000 | 10101 | 0 | 11101 | 111000 | 1100111 | 10001 | 100110 |
Color Harmonies of #597050
Complementary color
Monochromatic Colors of #597050
Black with #597050
Text Example
Text Example
White with #597050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597050; }
p { color: rgb(89,112,80); }
H1.HeaderClassName
{
color: #597050;
}
.AnyTagClassName
{
color: #597050;
}
</style>
background-color css
<style>
a { background-color: #597050; }
a { background-color: rgb(89,112,80); }
div.DivClassName
{
background-color: #597050;
}
.BgClassName
{
background-color: #597050;
}
</style>
border-color css
<style>
span { border-color: #597050; }
span { border-color: rgb(89,112,80); }
td.TdClassName
{
border-color: #597050;
}
.TagClassName
{
border-color: #597050;
}
</style>