Shades of Cactus #597350
Tints of Cactus #597350
RGB
CMYK
RGB Variations
Color information
#597350 (or 0x597350) is known color: Cactus. HEX triplet: 59, 73 and 50. RGB value is (89,115,80). Sum of RGB (Red+Green+Blue) = 89+115+80=284 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.34% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 115 - color contains mainly: green. Hex color #597350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597350 is #A68CAF. Grayscale: #676767. Windows color (decimal): -10914992 or 5272409. OLE color: 5272409.
HSL color Cylindrical-coordinate representation of color #597350: hue angle of 104.57º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #597350 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 115 | 80 | - |
| CMYK | 0.23 | 0 | 0.30 | 0.55 |
| HSL | 104.57º | 0.18% | 0.38% | - |
| HSV(B) | 104.57º | 0.3% | 0.45% | - |
| XYZ | 11.7 | 14.96 | 9.86 | - |
| YUV | 103.24 | 114.89 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 115 | 80 | 0.23 | 0 | 0.30 | 0.55 | 104.57 | 0.18 | 0.38 |
| Hex | 59 | 73 | 50 | 17 | 0 | 1E | 37 | 69 | 12 | 26 |
| Octal | 131 | 163 | 120 | 27 | 0 | 36 | 67 | 151 | 22 | 46 |
| Binary | 1011001 | 1110011 | 1010000 | 10111 | 0 | 11110 | 110111 | 1101001 | 10010 | 100110 |
Color Harmonies of #597350
Complementary color
Monochromatic Colors of #597350
Black with #597350
Text Example
Text Example
White with #597350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597350; }
p { color: rgb(89,115,80); }
H1.HeaderClassName
{
color: #597350;
}
.AnyTagClassName
{
color: #597350;
}
</style>
background-color css
<style>
a { background-color: #597350; }
a { background-color: rgb(89,115,80); }
div.DivClassName
{
background-color: #597350;
}
.BgClassName
{
background-color: #597350;
}
</style>
border-color css
<style>
span { border-color: #597350; }
span { border-color: rgb(89,115,80); }
td.TdClassName
{
border-color: #597350;
}
.TagClassName
{
border-color: #597350;
}
</style>