Shades of Cactus #53704E
Tints of Cactus #53704E
RGB
CMYK
RGB Variations
Color information
#53704E (or 0x53704E) is known color: Cactus. HEX triplet: 53, 70 and 4E. RGB value is (83,112,78). Sum of RGB (Red+Green+Blue) = 83+112+78=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 112 - color contains mainly: green. Hex color #53704E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53704E is #AC8FB1. Grayscale: #636363. Windows color (decimal): -11308978 or 5140563. OLE color: 5140563.
HSL color Cylindrical-coordinate representation of color #53704E: hue angle of 111.18º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #53704E is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 112 | 78 | - |
| CMYK | 0.26 | 0 | 0.30 | 0.56 |
| HSL | 111.18º | 0.18% | 0.37% | - |
| HSV(B) | 111.18º | 0.3% | 0.44% | - |
| XYZ | 10.74 | 13.98 | 9.34 | - |
| YUV | 99.45 | 115.89 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 112 | 78 | 0.26 | 0 | 0.30 | 0.56 | 111.18 | 0.18 | 0.37 |
| Hex | 53 | 70 | 4E | 1A | 0 | 1E | 38 | 6F | 12 | 25 |
| Octal | 123 | 160 | 116 | 32 | 0 | 36 | 70 | 157 | 22 | 45 |
| Binary | 1010011 | 1110000 | 1001110 | 11010 | 0 | 11110 | 111000 | 1101111 | 10010 | 100101 |
Color Harmonies of #53704E
Complementary color
Monochromatic Colors of #53704E
Black with #53704E
Text Example
Text Example
White with #53704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53704E; }
p { color: rgb(83,112,78); }
H1.HeaderClassName
{
color: #53704E;
}
.AnyTagClassName
{
color: #53704E;
}
</style>
background-color css
<style>
a { background-color: #53704E; }
a { background-color: rgb(83,112,78); }
div.DivClassName
{
background-color: #53704E;
}
.BgClassName
{
background-color: #53704E;
}
</style>
border-color css
<style>
span { border-color: #53704E; }
span { border-color: rgb(83,112,78); }
td.TdClassName
{
border-color: #53704E;
}
.TagClassName
{
border-color: #53704E;
}
</style>