Shades of Cactus #597053
Tints of Cactus #597053
RGB
CMYK
RGB Variations
Color information
#597053 (or 0x597053) is known color: Cactus. HEX triplet: 59, 70 and 53. RGB value is (89,112,83). Sum of RGB (Red+Green+Blue) = 89+112+83=284 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.34% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 83 (32.81% from 255 or 29.23% from 284); Max value from RGB is 112 - color contains mainly: green. Hex color #597053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597053 is #A68FAC. Grayscale: #656565. Windows color (decimal): -10915757 or 5468249. OLE color: 5468249.
HSL color Cylindrical-coordinate representation of color #597053: hue angle of 107.59º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #597053 is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 89 | 112 | 83 | - |
| CMYK | 0.21 | 0 | 0.26 | 0.56 |
| HSL | 107.59º | 0.15% | 0.38% | - |
| HSV(B) | 107.59º | 0.26% | 0.44% | - |
| XYZ | 11.48 | 14.34 | 10.35 | - |
| YUV | 101.82 | 117.38 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 112 | 83 | 0.21 | 0 | 0.26 | 0.56 | 107.59 | 0.15 | 0.38 |
| Hex | 59 | 70 | 53 | 15 | 0 | 1A | 38 | 6C | F | 26 |
| Octal | 131 | 160 | 123 | 25 | 0 | 32 | 70 | 154 | 17 | 46 |
| Binary | 1011001 | 1110000 | 1010011 | 10101 | 0 | 11010 | 111000 | 1101100 | 1111 | 100110 |
Color Harmonies of #597053
Complementary color
Monochromatic Colors of #597053
Black with #597053
Text Example
Text Example
White with #597053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597053; }
p { color: rgb(89,112,83); }
H1.HeaderClassName
{
color: #597053;
}
.AnyTagClassName
{
color: #597053;
}
</style>
background-color css
<style>
a { background-color: #597053; }
a { background-color: rgb(89,112,83); }
div.DivClassName
{
background-color: #597053;
}
.BgClassName
{
background-color: #597053;
}
</style>
border-color css
<style>
span { border-color: #597053; }
span { border-color: rgb(89,112,83); }
td.TdClassName
{
border-color: #597053;
}
.TagClassName
{
border-color: #597053;
}
</style>