Shades of Cactus #597455
Tints of Cactus #597455
RGB
CMYK
RGB Variations
Color information
#597455 (or 0x597455) is known color: Cactus. HEX triplet: 59, 74 and 55. RGB value is (89,116,85). Sum of RGB (Red+Green+Blue) = 89+116+85=290 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.69% from 290); Green value is 116 (45.70% from 255 or 40% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 116 - color contains mainly: green. Hex color #597455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597455 is #A68BAA. Grayscale: #686868. Windows color (decimal): -10914731 or 5600345. OLE color: 5600345.
HSL color Cylindrical-coordinate representation of color #597455: hue angle of 112.26º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #597455 is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 116 | 85 | - |
| CMYK | 0.23 | 0 | 0.27 | 0.55 |
| HSL | 112.26º | 0.15% | 0.39% | - |
| HSV(B) | 112.26º | 0.27% | 0.45% | - |
| XYZ | 12 | 15.27 | 10.91 | - |
| YUV | 104.39 | 117.05 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 116 | 85 | 0.23 | 0 | 0.27 | 0.55 | 112.26 | 0.15 | 0.39 |
| Hex | 59 | 74 | 55 | 17 | 0 | 1B | 37 | 70 | F | 27 |
| Octal | 131 | 164 | 125 | 27 | 0 | 33 | 67 | 160 | 17 | 47 |
| Binary | 1011001 | 1110100 | 1010101 | 10111 | 0 | 11011 | 110111 | 1110000 | 1111 | 100111 |
Color Harmonies of #597455
Complementary color
Monochromatic Colors of #597455
Black with #597455
Text Example
Text Example
White with #597455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597455; }
p { color: rgb(89,116,85); }
H1.HeaderClassName
{
color: #597455;
}
.AnyTagClassName
{
color: #597455;
}
</style>
background-color css
<style>
a { background-color: #597455; }
a { background-color: rgb(89,116,85); }
div.DivClassName
{
background-color: #597455;
}
.BgClassName
{
background-color: #597455;
}
</style>
border-color css
<style>
span { border-color: #597455; }
span { border-color: rgb(89,116,85); }
td.TdClassName
{
border-color: #597455;
}
.TagClassName
{
border-color: #597455;
}
</style>