Shades of Cactus #596B57
Tints of Cactus #596B57
RGB
CMYK
RGB Variations
Color information
#596B57 (or 0x596B57) is known color: Cactus. HEX triplet: 59, 6B and 57. RGB value is (89,107,87). Sum of RGB (Red+Green+Blue) = 89+107+87=283 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.45% from 283); Green value is 107 (42.19% from 255 or 37.81% from 283); Blue value is 87 (34.38% from 255 or 30.74% from 283); Max value from RGB is 107 - color contains mainly: green. Hex color #596B57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596B57 is #A694A8. Grayscale: #636363. Windows color (decimal): -10917033 or 5729113. OLE color: 5729113.
HSL color Cylindrical-coordinate representation of color #596B57: hue angle of 114º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #596B57 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 89 | 107 | 87 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.58 |
| HSL | 114º | 0.1% | 0.38% | - |
| HSV(B) | 114º | 0.19% | 0.42% | - |
| XYZ | 11.1 | 13.33 | 11 | - |
| YUV | 99.34 | 121.04 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 107 | 87 | 0.17 | 0 | 0.19 | 0.58 | 114 | 0.1 | 0.38 |
| Hex | 59 | 6B | 57 | 11 | 0 | 13 | 3A | 72 | A | 26 |
| Octal | 131 | 153 | 127 | 21 | 0 | 23 | 72 | 162 | 12 | 46 |
| Binary | 1011001 | 1101011 | 1010111 | 10001 | 0 | 10011 | 111010 | 1110010 | 1010 | 100110 |
Color Harmonies of #596B57
Complementary color
Monochromatic Colors of #596B57
Black with #596B57
Text Example
Text Example
White with #596B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596B57; }
p { color: rgb(89,107,87); }
H1.HeaderClassName
{
color: #596B57;
}
.AnyTagClassName
{
color: #596B57;
}
</style>
background-color css
<style>
a { background-color: #596B57; }
a { background-color: rgb(89,107,87); }
div.DivClassName
{
background-color: #596B57;
}
.BgClassName
{
background-color: #596B57;
}
</style>
border-color css
<style>
span { border-color: #596B57; }
span { border-color: rgb(89,107,87); }
td.TdClassName
{
border-color: #596B57;
}
.TagClassName
{
border-color: #596B57;
}
</style>