Shades of Cactus #597753
Tints of Cactus #597753
RGB
CMYK
RGB Variations
Color information
#597753 (or 0x597753) is known color: Cactus. HEX triplet: 59, 77 and 53. RGB value is (89,119,83). Sum of RGB (Red+Green+Blue) = 89+119+83=291 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.58% from 291); Green value is 119 (46.88% from 255 or 40.89% from 291); Blue value is 83 (32.81% from 255 or 28.52% from 291); Max value from RGB is 119 - color contains mainly: green. Hex color #597753 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597753 is #A688AC. Grayscale: #6A6A6A. Windows color (decimal): -10913965 or 5470041. OLE color: 5470041.
HSL color Cylindrical-coordinate representation of color #597753: hue angle of 110º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #597753 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 89 | 119 | 83 | - |
| CMYK | 0.25 | 0 | 0.30 | 0.53 |
| HSL | 110º | 0.18% | 0.4% | - |
| HSV(B) | 110º | 0.3% | 0.47% | - |
| XYZ | 12.28 | 15.94 | 10.61 | - |
| YUV | 105.93 | 115.06 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 119 | 83 | 0.25 | 0 | 0.30 | 0.53 | 110 | 0.18 | 0.4 |
| Hex | 59 | 77 | 53 | 19 | 0 | 1E | 35 | 6E | 12 | 28 |
| Octal | 131 | 167 | 123 | 31 | 0 | 36 | 65 | 156 | 22 | 50 |
| Binary | 1011001 | 1110111 | 1010011 | 11001 | 0 | 11110 | 110101 | 1101110 | 10010 | 101000 |
Color Harmonies of #597753
Complementary color
Monochromatic Colors of #597753
Black with #597753
Text Example
Text Example
White with #597753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597753; }
p { color: rgb(89,119,83); }
H1.HeaderClassName
{
color: #597753;
}
.AnyTagClassName
{
color: #597753;
}
</style>
background-color css
<style>
a { background-color: #597753; }
a { background-color: rgb(89,119,83); }
div.DivClassName
{
background-color: #597753;
}
.BgClassName
{
background-color: #597753;
}
</style>
border-color css
<style>
span { border-color: #597753; }
span { border-color: rgb(89,119,83); }
td.TdClassName
{
border-color: #597753;
}
.TagClassName
{
border-color: #597753;
}
</style>