Shades of Cactus #596953
Tints of Cactus #596953
RGB
CMYK
RGB Variations
Color information
#596953 (or 0x596953) is known color: Cactus. HEX triplet: 59, 69 and 53. RGB value is (89,105,83). Sum of RGB (Red+Green+Blue) = 89+105+83=277 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.13% from 277); Green value is 105 (41.41% from 255 or 37.91% from 277); Blue value is 83 (32.81% from 255 or 29.96% from 277); Max value from RGB is 105 - color contains mainly: green. Hex color #596953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596953 is #A696AC. Grayscale: #616161. Windows color (decimal): -10917549 or 5466457. OLE color: 5466457.
HSL color Cylindrical-coordinate representation of color #596953: hue angle of 103.64º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #596953 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 89 | 105 | 83 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.59 |
| HSL | 103.64º | 0.12% | 0.37% | - |
| HSV(B) | 103.64º | 0.21% | 0.41% | - |
| XYZ | 10.73 | 12.85 | 10.1 | - |
| YUV | 97.71 | 119.7 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 105 | 83 | 0.15 | 0 | 0.21 | 0.59 | 103.64 | 0.12 | 0.37 |
| Hex | 59 | 69 | 53 | F | 0 | 15 | 3B | 68 | C | 25 |
| Octal | 131 | 151 | 123 | 17 | 0 | 25 | 73 | 150 | 14 | 45 |
| Binary | 1011001 | 1101001 | 1010011 | 1111 | 0 | 10101 | 111011 | 1101000 | 1100 | 100101 |
Color Harmonies of #596953
Complementary color
Monochromatic Colors of #596953
Black with #596953
Text Example
Text Example
White with #596953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596953; }
p { color: rgb(89,105,83); }
H1.HeaderClassName
{
color: #596953;
}
.AnyTagClassName
{
color: #596953;
}
</style>
background-color css
<style>
a { background-color: #596953; }
a { background-color: rgb(89,105,83); }
div.DivClassName
{
background-color: #596953;
}
.BgClassName
{
background-color: #596953;
}
</style>
border-color css
<style>
span { border-color: #596953; }
span { border-color: rgb(89,105,83); }
td.TdClassName
{
border-color: #596953;
}
.TagClassName
{
border-color: #596953;
}
</style>