Shades of Cactus #596355
Tints of Cactus #596355
RGB
CMYK
RGB Variations
Color information
#596355 (or 0x596355) is known color: Cactus. HEX triplet: 59, 63 and 55. RGB value is (89,99,85). Sum of RGB (Red+Green+Blue) = 89+99+85=273 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.60% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 85 (33.59% from 255 or 31.14% from 273); Max value from RGB is 99 - color contains mainly: green. Hex color #596355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596355 is #A69CAA. Grayscale: #5E5E5E. Windows color (decimal): -10919083 or 5595993. OLE color: 5595993.
HSL color Cylindrical-coordinate representation of color #596355: hue angle of 102.86º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #596355 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 89 | 99 | 85 | - |
| CMYK | 0.10 | 0 | 0.14 | 0.61 |
| HSL | 102.86º | 0.08% | 0.36% | - |
| HSV(B) | 102.86º | 0.14% | 0.39% | - |
| XYZ | 10.22 | 11.7 | 10.31 | - |
| YUV | 94.41 | 122.69 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 99 | 85 | 0.10 | 0 | 0.14 | 0.61 | 102.86 | 0.08 | 0.36 |
| Hex | 59 | 63 | 55 | A | 0 | E | 3D | 67 | 8 | 24 |
| Octal | 131 | 143 | 125 | 12 | 0 | 16 | 75 | 147 | 10 | 44 |
| Binary | 1011001 | 1100011 | 1010101 | 1010 | 0 | 1110 | 111101 | 1100111 | 1000 | 100100 |
Color Harmonies of #596355
Complementary color
Monochromatic Colors of #596355
Black with #596355
Text Example
Text Example
White with #596355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596355; }
p { color: rgb(89,99,85); }
H1.HeaderClassName
{
color: #596355;
}
.AnyTagClassName
{
color: #596355;
}
</style>
background-color css
<style>
a { background-color: #596355; }
a { background-color: rgb(89,99,85); }
div.DivClassName
{
background-color: #596355;
}
.BgClassName
{
background-color: #596355;
}
</style>
border-color css
<style>
span { border-color: #596355; }
span { border-color: rgb(89,99,85); }
td.TdClassName
{
border-color: #596355;
}
.TagClassName
{
border-color: #596355;
}
</style>