Shades of Cactus #597151
Tints of Cactus #597151
RGB
CMYK
RGB Variations
Color information
#597151 (or 0x597151) is known color: Cactus. HEX triplet: 59, 71 and 51. RGB value is (89,113,81). Sum of RGB (Red+Green+Blue) = 89+113+81=283 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.45% from 283); Green value is 113 (44.53% from 255 or 39.93% from 283); Blue value is 81 (32.03% from 255 or 28.62% from 283); Max value from RGB is 113 - color contains mainly: green. Hex color #597151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597151 is #A68EAE. Grayscale: #666666. Windows color (decimal): -10915503 or 5337433. OLE color: 5337433.
HSL color Cylindrical-coordinate representation of color #597151: hue angle of 105º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #597151 is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 89 | 113 | 81 | - |
| CMYK | 0.21 | 0 | 0.28 | 0.56 |
| HSL | 105º | 0.16% | 0.38% | - |
| HSV(B) | 105º | 0.28% | 0.44% | - |
| XYZ | 11.51 | 14.53 | 9.98 | - |
| YUV | 102.18 | 116.05 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 113 | 81 | 0.21 | 0 | 0.28 | 0.56 | 105 | 0.16 | 0.38 |
| Hex | 59 | 71 | 51 | 15 | 0 | 1C | 38 | 69 | 10 | 26 |
| Octal | 131 | 161 | 121 | 25 | 0 | 34 | 70 | 151 | 20 | 46 |
| Binary | 1011001 | 1110001 | 1010001 | 10101 | 0 | 11100 | 111000 | 1101001 | 10000 | 100110 |
Color Harmonies of #597151
Complementary color
Monochromatic Colors of #597151
Black with #597151
Text Example
Text Example
White with #597151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597151; }
p { color: rgb(89,113,81); }
H1.HeaderClassName
{
color: #597151;
}
.AnyTagClassName
{
color: #597151;
}
</style>
background-color css
<style>
a { background-color: #597151; }
a { background-color: rgb(89,113,81); }
div.DivClassName
{
background-color: #597151;
}
.BgClassName
{
background-color: #597151;
}
</style>
border-color css
<style>
span { border-color: #597151; }
span { border-color: rgb(89,113,81); }
td.TdClassName
{
border-color: #597151;
}
.TagClassName
{
border-color: #597151;
}
</style>