Shades of Cactus #596F51
Tints of Cactus #596F51
RGB
CMYK
RGB Variations
Color information
#596F51 (or 0x596F51) is known color: Cactus. HEX triplet: 59, 6F and 51. RGB value is (89,111,81). Sum of RGB (Red+Green+Blue) = 89+111+81=281 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.67% from 281); Green value is 111 (43.75% from 255 or 39.50% from 281); Blue value is 81 (32.03% from 255 or 28.83% from 281); Max value from RGB is 111 - color contains mainly: green. Hex color #596F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596F51 is #A690AE. Grayscale: #656565. Windows color (decimal): -10916015 or 5336921. OLE color: 5336921.
HSL color Cylindrical-coordinate representation of color #596F51: hue angle of 104º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #596F51 is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 89 | 111 | 81 | - |
| CMYK | 0.20 | 0 | 0.27 | 0.56 |
| HSL | 104º | 0.16% | 0.38% | - |
| HSV(B) | 104º | 0.27% | 0.44% | - |
| XYZ | 11.29 | 14.09 | 9.91 | - |
| YUV | 101 | 116.71 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 111 | 81 | 0.20 | 0 | 0.27 | 0.56 | 104 | 0.16 | 0.38 |
| Hex | 59 | 6F | 51 | 14 | 0 | 1B | 38 | 68 | 10 | 26 |
| Octal | 131 | 157 | 121 | 24 | 0 | 33 | 70 | 150 | 20 | 46 |
| Binary | 1011001 | 1101111 | 1010001 | 10100 | 0 | 11011 | 111000 | 1101000 | 10000 | 100110 |
Color Harmonies of #596F51
Complementary color
Monochromatic Colors of #596F51
Black with #596F51
Text Example
Text Example
White with #596F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596F51; }
p { color: rgb(89,111,81); }
H1.HeaderClassName
{
color: #596F51;
}
.AnyTagClassName
{
color: #596F51;
}
</style>
background-color css
<style>
a { background-color: #596F51; }
a { background-color: rgb(89,111,81); }
div.DivClassName
{
background-color: #596F51;
}
.BgClassName
{
background-color: #596F51;
}
</style>
border-color css
<style>
span { border-color: #596F51; }
span { border-color: rgb(89,111,81); }
td.TdClassName
{
border-color: #596F51;
}
.TagClassName
{
border-color: #596F51;
}
</style>