Shades of Cactus #596A58
Tints of Cactus #596A58
RGB
CMYK
RGB Variations
Color information
#596A58 (or 0x596A58) is known color: Cactus. HEX triplet: 59, 6A and 58. RGB value is (89,106,88). Sum of RGB (Red+Green+Blue) = 89+106+88=283 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.45% from 283); Green value is 106 (41.80% from 255 or 37.46% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 106 - color contains mainly: green. Hex color #596A58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596A58 is #A695A7. Grayscale: #626262. Windows color (decimal): -10917288 or 5794393. OLE color: 5794393.
HSL color Cylindrical-coordinate representation of color #596A58: hue angle of 116.67º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #596A58 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 89 | 106 | 88 | - |
| CMYK | 0.16 | 0 | 0.17 | 0.58 |
| HSL | 116.67º | 0.09% | 0.38% | - |
| HSV(B) | 116.67º | 0.17% | 0.42% | - |
| XYZ | 11.04 | 13.14 | 11.19 | - |
| YUV | 98.87 | 121.87 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 106 | 88 | 0.16 | 0 | 0.17 | 0.58 | 116.67 | 0.09 | 0.38 |
| Hex | 59 | 6A | 58 | 10 | 0 | 11 | 3A | 75 | 9 | 26 |
| Octal | 131 | 152 | 130 | 20 | 0 | 21 | 72 | 165 | 11 | 46 |
| Binary | 1011001 | 1101010 | 1011000 | 10000 | 0 | 10001 | 111010 | 1110101 | 1001 | 100110 |
Color Harmonies of #596A58
Complementary color
Monochromatic Colors of #596A58
Black with #596A58
Text Example
Text Example
White with #596A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596A58; }
p { color: rgb(89,106,88); }
H1.HeaderClassName
{
color: #596A58;
}
.AnyTagClassName
{
color: #596A58;
}
</style>
background-color css
<style>
a { background-color: #596A58; }
a { background-color: rgb(89,106,88); }
div.DivClassName
{
background-color: #596A58;
}
.BgClassName
{
background-color: #596A58;
}
</style>
border-color css
<style>
span { border-color: #596A58; }
span { border-color: rgb(89,106,88); }
td.TdClassName
{
border-color: #596A58;
}
.TagClassName
{
border-color: #596A58;
}
</style>