Shades of Cactus #597A53
Tints of Cactus #597A53
RGB
CMYK
RGB Variations
Color information
#597A53 (or 0x597A53) is known color: Cactus. HEX triplet: 59, 7A and 53. RGB value is (89,122,83). Sum of RGB (Red+Green+Blue) = 89+122+83=294 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.27% from 294); Green value is 122 (48.05% from 255 or 41.50% from 294); Blue value is 83 (32.81% from 255 or 28.23% from 294); Max value from RGB is 122 - color contains mainly: green. Hex color #597A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597A53 is #A685AC. Grayscale: #6B6B6B. Windows color (decimal): -10913197 or 5470809. OLE color: 5470809.
HSL color Cylindrical-coordinate representation of color #597A53: hue angle of 110.77º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #597A53 is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 89 | 122 | 83 | - |
| CMYK | 0.27 | 0 | 0.32 | 0.52 |
| HSL | 110.77º | 0.19% | 0.4% | - |
| HSV(B) | 110.77º | 0.32% | 0.48% | - |
| XYZ | 12.64 | 16.67 | 10.73 | - |
| YUV | 107.69 | 114.07 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 122 | 83 | 0.27 | 0 | 0.32 | 0.52 | 110.77 | 0.19 | 0.4 |
| Hex | 59 | 7A | 53 | 1B | 0 | 20 | 34 | 6F | 13 | 28 |
| Octal | 131 | 172 | 123 | 33 | 0 | 40 | 64 | 157 | 23 | 50 |
| Binary | 1011001 | 1111010 | 1010011 | 11011 | 0 | 100000 | 110100 | 1101111 | 10011 | 101000 |
Color Harmonies of #597A53
Complementary color
Monochromatic Colors of #597A53
Black with #597A53
Text Example
Text Example
White with #597A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597A53; }
p { color: rgb(89,122,83); }
H1.HeaderClassName
{
color: #597A53;
}
.AnyTagClassName
{
color: #597A53;
}
</style>
background-color css
<style>
a { background-color: #597A53; }
a { background-color: rgb(89,122,83); }
div.DivClassName
{
background-color: #597A53;
}
.BgClassName
{
background-color: #597A53;
}
</style>
border-color css
<style>
span { border-color: #597A53; }
span { border-color: rgb(89,122,83); }
td.TdClassName
{
border-color: #597A53;
}
.TagClassName
{
border-color: #597A53;
}
</style>