Shades of Cactus #597052
Tints of Cactus #597052
RGB
CMYK
RGB Variations
Color information
#597052 (or 0x597052) is known color: Cactus. HEX triplet: 59, 70 and 52. RGB value is (89,112,82). Sum of RGB (Red+Green+Blue) = 89+112+82=283 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.45% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 82 (32.42% from 255 or 28.98% from 283); Max value from RGB is 112 - color contains mainly: green. Hex color #597052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597052 is #A68FAD. Grayscale: #656565. Windows color (decimal): -10915758 or 5402713. OLE color: 5402713.
HSL color Cylindrical-coordinate representation of color #597052: hue angle of 106º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #597052 is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 89 | 112 | 82 | - |
| CMYK | 0.21 | 0 | 0.27 | 0.56 |
| HSL | 106º | 0.15% | 0.38% | - |
| HSV(B) | 106º | 0.27% | 0.44% | - |
| XYZ | 11.44 | 14.32 | 10.14 | - |
| YUV | 101.7 | 116.88 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 112 | 82 | 0.21 | 0 | 0.27 | 0.56 | 106 | 0.15 | 0.38 |
| Hex | 59 | 70 | 52 | 15 | 0 | 1B | 38 | 6A | F | 26 |
| Octal | 131 | 160 | 122 | 25 | 0 | 33 | 70 | 152 | 17 | 46 |
| Binary | 1011001 | 1110000 | 1010010 | 10101 | 0 | 11011 | 111000 | 1101010 | 1111 | 100110 |
Color Harmonies of #597052
Complementary color
Monochromatic Colors of #597052
Black with #597052
Text Example
Text Example
White with #597052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597052; }
p { color: rgb(89,112,82); }
H1.HeaderClassName
{
color: #597052;
}
.AnyTagClassName
{
color: #597052;
}
</style>
background-color css
<style>
a { background-color: #597052; }
a { background-color: rgb(89,112,82); }
div.DivClassName
{
background-color: #597052;
}
.BgClassName
{
background-color: #597052;
}
</style>
border-color css
<style>
span { border-color: #597052; }
span { border-color: rgb(89,112,82); }
td.TdClassName
{
border-color: #597052;
}
.TagClassName
{
border-color: #597052;
}
</style>