Shades of Cactus #596C54
Tints of Cactus #596C54
RGB
CMYK
RGB Variations
Color information
#596C54 (or 0x596C54) is known color: Cactus. HEX triplet: 59, 6C and 54. RGB value is (89,108,84). Sum of RGB (Red+Green+Blue) = 89+108+84=281 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.67% from 281); Green value is 108 (42.58% from 255 or 38.43% from 281); Blue value is 84 (33.20% from 255 or 29.89% from 281); Max value from RGB is 108 - color contains mainly: green. Hex color #596C54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596C54 is #A693AB. Grayscale: #636363. Windows color (decimal): -10916780 or 5532761. OLE color: 5532761.
HSL color Cylindrical-coordinate representation of color #596C54: hue angle of 107.5º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #596C54 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 89 | 108 | 84 | - |
| CMYK | 0.18 | 0 | 0.22 | 0.58 |
| HSL | 107.5º | 0.13% | 0.38% | - |
| HSV(B) | 107.5º | 0.22% | 0.42% | - |
| XYZ | 11.08 | 13.49 | 10.41 | - |
| YUV | 99.58 | 119.21 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 108 | 84 | 0.18 | 0 | 0.22 | 0.58 | 107.5 | 0.13 | 0.38 |
| Hex | 59 | 6C | 54 | 12 | 0 | 16 | 3A | 6C | C | 26 |
| Octal | 131 | 154 | 124 | 22 | 0 | 26 | 72 | 154 | 14 | 46 |
| Binary | 1011001 | 1101100 | 1010100 | 10010 | 0 | 10110 | 111010 | 1101100 | 1100 | 100110 |
Color Harmonies of #596C54
Complementary color
Monochromatic Colors of #596C54
Black with #596C54
Text Example
Text Example
White with #596C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596C54; }
p { color: rgb(89,108,84); }
H1.HeaderClassName
{
color: #596C54;
}
.AnyTagClassName
{
color: #596C54;
}
</style>
background-color css
<style>
a { background-color: #596C54; }
a { background-color: rgb(89,108,84); }
div.DivClassName
{
background-color: #596C54;
}
.BgClassName
{
background-color: #596C54;
}
</style>
border-color css
<style>
span { border-color: #596C54; }
span { border-color: rgb(89,108,84); }
td.TdClassName
{
border-color: #596C54;
}
.TagClassName
{
border-color: #596C54;
}
</style>