Shades of Cactus #596D53
Tints of Cactus #596D53
RGB
CMYK
RGB Variations
Color information
#596D53 (or 0x596D53) is known color: Cactus. HEX triplet: 59, 6D and 53. RGB value is (89,109,83). Sum of RGB (Red+Green+Blue) = 89+109+83=281 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.67% from 281); Green value is 109 (42.97% from 255 or 38.79% from 281); Blue value is 83 (32.81% from 255 or 29.54% from 281); Max value from RGB is 109 - color contains mainly: green. Hex color #596D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596D53 is #A692AC. Grayscale: #646464. Windows color (decimal): -10916525 or 5467481. OLE color: 5467481.
HSL color Cylindrical-coordinate representation of color #596D53: hue angle of 106.15º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #596D53 is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 89 | 109 | 83 | - |
| CMYK | 0.18 | 0 | 0.24 | 0.57 |
| HSL | 106.15º | 0.14% | 0.38% | - |
| HSV(B) | 106.15º | 0.24% | 0.43% | - |
| XYZ | 11.15 | 13.69 | 10.24 | - |
| YUV | 100.06 | 118.37 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 109 | 83 | 0.18 | 0 | 0.24 | 0.57 | 106.15 | 0.14 | 0.38 |
| Hex | 59 | 6D | 53 | 12 | 0 | 18 | 39 | 6A | E | 26 |
| Octal | 131 | 155 | 123 | 22 | 0 | 30 | 71 | 152 | 16 | 46 |
| Binary | 1011001 | 1101101 | 1010011 | 10010 | 0 | 11000 | 111001 | 1101010 | 1110 | 100110 |
Color Harmonies of #596D53
Complementary color
Monochromatic Colors of #596D53
Black with #596D53
Text Example
Text Example
White with #596D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596D53; }
p { color: rgb(89,109,83); }
H1.HeaderClassName
{
color: #596D53;
}
.AnyTagClassName
{
color: #596D53;
}
</style>
background-color css
<style>
a { background-color: #596D53; }
a { background-color: rgb(89,109,83); }
div.DivClassName
{
background-color: #596D53;
}
.BgClassName
{
background-color: #596D53;
}
</style>
border-color css
<style>
span { border-color: #596D53; }
span { border-color: rgb(89,109,83); }
td.TdClassName
{
border-color: #596D53;
}
.TagClassName
{
border-color: #596D53;
}
</style>