Shades of Cactus #597251
Tints of Cactus #597251
RGB
CMYK
RGB Variations
Color information
#597251 (or 0x597251) is known color: Cactus. HEX triplet: 59, 72 and 51. RGB value is (89,114,81). Sum of RGB (Red+Green+Blue) = 89+114+81=284 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.34% from 284); Green value is 114 (44.92% from 255 or 40.14% from 284); Blue value is 81 (32.03% from 255 or 28.52% from 284); Max value from RGB is 114 - color contains mainly: green. Hex color #597251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597251 is #A68DAE. Grayscale: #666666. Windows color (decimal): -10915247 or 5337689. OLE color: 5337689.
HSL color Cylindrical-coordinate representation of color #597251: hue angle of 105.45º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #597251 is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 114 | 81 | - |
| CMYK | 0.22 | 0 | 0.29 | 0.55 |
| HSL | 105.45º | 0.17% | 0.38% | - |
| HSV(B) | 105.45º | 0.29% | 0.45% | - |
| XYZ | 11.62 | 14.75 | 10.02 | - |
| YUV | 102.76 | 115.72 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 114 | 81 | 0.22 | 0 | 0.29 | 0.55 | 105.45 | 0.17 | 0.38 |
| Hex | 59 | 72 | 51 | 16 | 0 | 1D | 37 | 69 | 11 | 26 |
| Octal | 131 | 162 | 121 | 26 | 0 | 35 | 67 | 151 | 21 | 46 |
| Binary | 1011001 | 1110010 | 1010001 | 10110 | 0 | 11101 | 110111 | 1101001 | 10001 | 100110 |
Color Harmonies of #597251
Complementary color
Monochromatic Colors of #597251
Black with #597251
Text Example
Text Example
White with #597251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597251; }
p { color: rgb(89,114,81); }
H1.HeaderClassName
{
color: #597251;
}
.AnyTagClassName
{
color: #597251;
}
</style>
background-color css
<style>
a { background-color: #597251; }
a { background-color: rgb(89,114,81); }
div.DivClassName
{
background-color: #597251;
}
.BgClassName
{
background-color: #597251;
}
</style>
border-color css
<style>
span { border-color: #597251; }
span { border-color: rgb(89,114,81); }
td.TdClassName
{
border-color: #597251;
}
.TagClassName
{
border-color: #597251;
}
</style>