Shades of Cactus #597955
Tints of Cactus #597955
RGB
CMYK
RGB Variations
Color information
#597955 (or 0x597955) is known color: Cactus. HEX triplet: 59, 79 and 55. RGB value is (89,121,85). Sum of RGB (Red+Green+Blue) = 89+121+85=295 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.17% from 295); Green value is 121 (47.66% from 255 or 41.02% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 121 - color contains mainly: green. Hex color #597955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597955 is #A686AA. Grayscale: #6B6B6B. Windows color (decimal): -10913451 or 5601625. OLE color: 5601625.
HSL color Cylindrical-coordinate representation of color #597955: hue angle of 113.33º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #597955 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 89 | 121 | 85 | - |
| CMYK | 0.26 | 0 | 0.30 | 0.53 |
| HSL | 113.33º | 0.17% | 0.4% | - |
| HSV(B) | 113.33º | 0.3% | 0.47% | - |
| XYZ | 12.6 | 16.45 | 11.11 | - |
| YUV | 107.33 | 115.4 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 121 | 85 | 0.26 | 0 | 0.30 | 0.53 | 113.33 | 0.17 | 0.4 |
| Hex | 59 | 79 | 55 | 1A | 0 | 1E | 35 | 71 | 11 | 28 |
| Octal | 131 | 171 | 125 | 32 | 0 | 36 | 65 | 161 | 21 | 50 |
| Binary | 1011001 | 1111001 | 1010101 | 11010 | 0 | 11110 | 110101 | 1110001 | 10001 | 101000 |
Color Harmonies of #597955
Complementary color
Monochromatic Colors of #597955
Black with #597955
Text Example
Text Example
White with #597955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597955; }
p { color: rgb(89,121,85); }
H1.HeaderClassName
{
color: #597955;
}
.AnyTagClassName
{
color: #597955;
}
</style>
background-color css
<style>
a { background-color: #597955; }
a { background-color: rgb(89,121,85); }
div.DivClassName
{
background-color: #597955;
}
.BgClassName
{
background-color: #597955;
}
</style>
border-color css
<style>
span { border-color: #597955; }
span { border-color: rgb(89,121,85); }
td.TdClassName
{
border-color: #597955;
}
.TagClassName
{
border-color: #597955;
}
</style>