Shades of Cactus #596D57
Tints of Cactus #596D57
RGB
CMYK
RGB Variations
Color information
#596D57 (or 0x596D57) is known color: Cactus. HEX triplet: 59, 6D and 57. RGB value is (89,109,87). Sum of RGB (Red+Green+Blue) = 89+109+87=285 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.23% from 285); Green value is 109 (42.97% from 255 or 38.25% from 285); Blue value is 87 (34.38% from 255 or 30.53% from 285); Max value from RGB is 109 - color contains mainly: green. Hex color #596D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596D57 is #A692A8. Grayscale: #646464. Windows color (decimal): -10916521 or 5729625. OLE color: 5729625.
HSL color Cylindrical-coordinate representation of color #596D57: hue angle of 114.55º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #596D57 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 89 | 109 | 87 | - |
| CMYK | 0.18 | 0 | 0.20 | 0.57 |
| HSL | 114.55º | 0.11% | 0.38% | - |
| HSV(B) | 114.55º | 0.2% | 0.43% | - |
| XYZ | 11.31 | 13.75 | 11.07 | - |
| YUV | 100.51 | 120.37 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 109 | 87 | 0.18 | 0 | 0.20 | 0.57 | 114.55 | 0.11 | 0.38 |
| Hex | 59 | 6D | 57 | 12 | 0 | 14 | 39 | 73 | B | 26 |
| Octal | 131 | 155 | 127 | 22 | 0 | 24 | 71 | 163 | 13 | 46 |
| Binary | 1011001 | 1101101 | 1010111 | 10010 | 0 | 10100 | 111001 | 1110011 | 1011 | 100110 |
Color Harmonies of #596D57
Complementary color
Monochromatic Colors of #596D57
Black with #596D57
Text Example
Text Example
White with #596D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596D57; }
p { color: rgb(89,109,87); }
H1.HeaderClassName
{
color: #596D57;
}
.AnyTagClassName
{
color: #596D57;
}
</style>
background-color css
<style>
a { background-color: #596D57; }
a { background-color: rgb(89,109,87); }
div.DivClassName
{
background-color: #596D57;
}
.BgClassName
{
background-color: #596D57;
}
</style>
border-color css
<style>
span { border-color: #596D57; }
span { border-color: rgb(89,109,87); }
td.TdClassName
{
border-color: #596D57;
}
.TagClassName
{
border-color: #596D57;
}
</style>