Shades of Cactus #596B55
Tints of Cactus #596B55
RGB
CMYK
RGB Variations
Color information
#596B55 (or 0x596B55) is known color: Cactus. HEX triplet: 59, 6B and 55. RGB value is (89,107,85). Sum of RGB (Red+Green+Blue) = 89+107+85=281 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.67% from 281); Green value is 107 (42.19% from 255 or 38.08% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 107 - color contains mainly: green. Hex color #596B55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596B55 is #A694AA. Grayscale: #636363. Windows color (decimal): -10917035 or 5598041. OLE color: 5598041.
HSL color Cylindrical-coordinate representation of color #596B55: hue angle of 109.09º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #596B55 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 89 | 107 | 85 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.58 |
| HSL | 109.09º | 0.11% | 0.38% | - |
| HSV(B) | 109.09º | 0.21% | 0.42% | - |
| XYZ | 11.02 | 13.3 | 10.58 | - |
| YUV | 99.11 | 120.04 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 107 | 85 | 0.17 | 0 | 0.21 | 0.58 | 109.09 | 0.11 | 0.38 |
| Hex | 59 | 6B | 55 | 11 | 0 | 15 | 3A | 6D | B | 26 |
| Octal | 131 | 153 | 125 | 21 | 0 | 25 | 72 | 155 | 13 | 46 |
| Binary | 1011001 | 1101011 | 1010101 | 10001 | 0 | 10101 | 111010 | 1101101 | 1011 | 100110 |
Color Harmonies of #596B55
Complementary color
Monochromatic Colors of #596B55
Black with #596B55
Text Example
Text Example
White with #596B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596B55; }
p { color: rgb(89,107,85); }
H1.HeaderClassName
{
color: #596B55;
}
.AnyTagClassName
{
color: #596B55;
}
</style>
background-color css
<style>
a { background-color: #596B55; }
a { background-color: rgb(89,107,85); }
div.DivClassName
{
background-color: #596B55;
}
.BgClassName
{
background-color: #596B55;
}
</style>
border-color css
<style>
span { border-color: #596B55; }
span { border-color: rgb(89,107,85); }
td.TdClassName
{
border-color: #596B55;
}
.TagClassName
{
border-color: #596B55;
}
</style>