Shades of Cactus #596B4D
Tints of Cactus #596B4D
RGB
CMYK
RGB Variations
Color information
#596B4D (or 0x596B4D) is known color: Cactus. HEX triplet: 59, 6B and 4D. RGB value is (89,107,77). Sum of RGB (Red+Green+Blue) = 89+107+77=273 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.60% from 273); Green value is 107 (42.19% from 255 or 39.19% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 107 - color contains mainly: green. Hex color #596B4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596B4D is #A694B2. Grayscale: #626262. Windows color (decimal): -10917043 or 5073753. OLE color: 5073753.
HSL color Cylindrical-coordinate representation of color #596B4D: hue angle of 96º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #596B4D is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 89 | 107 | 77 | - |
| CMYK | 0.17 | 0 | 0.28 | 0.58 |
| HSL | 96º | 0.16% | 0.36% | - |
| HSV(B) | 96º | 0.28% | 0.42% | - |
| XYZ | 10.72 | 13.18 | 9 | - |
| YUV | 98.2 | 116.04 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 107 | 77 | 0.17 | 0 | 0.28 | 0.58 | 96 | 0.16 | 0.36 |
| Hex | 59 | 6B | 4D | 11 | 0 | 1C | 3A | 60 | 10 | 24 |
| Octal | 131 | 153 | 115 | 21 | 0 | 34 | 72 | 140 | 20 | 44 |
| Binary | 1011001 | 1101011 | 1001101 | 10001 | 0 | 11100 | 111010 | 1100000 | 10000 | 100100 |
Color Harmonies of #596B4D
Complementary color
Monochromatic Colors of #596B4D
Black with #596B4D
Text Example
Text Example
White with #596B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596B4D; }
p { color: rgb(89,107,77); }
H1.HeaderClassName
{
color: #596B4D;
}
.AnyTagClassName
{
color: #596B4D;
}
</style>
background-color css
<style>
a { background-color: #596B4D; }
a { background-color: rgb(89,107,77); }
div.DivClassName
{
background-color: #596B4D;
}
.BgClassName
{
background-color: #596B4D;
}
</style>
border-color css
<style>
span { border-color: #596B4D; }
span { border-color: rgb(89,107,77); }
td.TdClassName
{
border-color: #596B4D;
}
.TagClassName
{
border-color: #596B4D;
}
</style>