Shades of Cactus #596753
Tints of Cactus #596753
RGB
CMYK
RGB Variations
Color information
#596753 (or 0x596753) is known color: Cactus. HEX triplet: 59, 67 and 53. RGB value is (89,103,83). Sum of RGB (Red+Green+Blue) = 89+103+83=275 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.36% from 275); Green value is 103 (40.62% from 255 or 37.45% from 275); Blue value is 83 (32.81% from 255 or 30.18% from 275); Max value from RGB is 103 - color contains mainly: green. Hex color #596753 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596753 is #A698AC. Grayscale: #606060. Windows color (decimal): -10918061 or 5465945. OLE color: 5465945.
HSL color Cylindrical-coordinate representation of color #596753: hue angle of 102º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #596753 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 89 | 103 | 83 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.60 |
| HSL | 102º | 0.11% | 0.36% | - |
| HSV(B) | 102º | 0.19% | 0.4% | - |
| XYZ | 10.53 | 12.45 | 10.03 | - |
| YUV | 96.53 | 120.36 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 103 | 83 | 0.14 | 0 | 0.19 | 0.60 | 102 | 0.11 | 0.36 |
| Hex | 59 | 67 | 53 | E | 0 | 13 | 3C | 66 | B | 24 |
| Octal | 131 | 147 | 123 | 16 | 0 | 23 | 74 | 146 | 13 | 44 |
| Binary | 1011001 | 1100111 | 1010011 | 1110 | 0 | 10011 | 111100 | 1100110 | 1011 | 100100 |
Color Harmonies of #596753
Complementary color
Monochromatic Colors of #596753
Black with #596753
Text Example
Text Example
White with #596753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596753; }
p { color: rgb(89,103,83); }
H1.HeaderClassName
{
color: #596753;
}
.AnyTagClassName
{
color: #596753;
}
</style>
background-color css
<style>
a { background-color: #596753; }
a { background-color: rgb(89,103,83); }
div.DivClassName
{
background-color: #596753;
}
.BgClassName
{
background-color: #596753;
}
</style>
border-color css
<style>
span { border-color: #596753; }
span { border-color: rgb(89,103,83); }
td.TdClassName
{
border-color: #596753;
}
.TagClassName
{
border-color: #596753;
}
</style>