Shades of Cactus #537050
Tints of Cactus #537050
RGB
CMYK
RGB Variations
Color information
#537050 (or 0x537050) is known color: Cactus. HEX triplet: 53, 70 and 50. RGB value is (83,112,80). Sum of RGB (Red+Green+Blue) = 83+112+80=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 112 - color contains mainly: green. Hex color #537050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537050 is #AC8FAF. Grayscale: #636363. Windows color (decimal): -11308976 or 5271635. OLE color: 5271635.
HSL color Cylindrical-coordinate representation of color #537050: hue angle of 114.38º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #537050 is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 112 | 80 | - |
| CMYK | 0.26 | 0 | 0.29 | 0.56 |
| HSL | 114.38º | 0.17% | 0.38% | - |
| HSV(B) | 114.38º | 0.29% | 0.44% | - |
| XYZ | 10.81 | 14.01 | 9.72 | - |
| YUV | 99.68 | 116.89 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 112 | 80 | 0.26 | 0 | 0.29 | 0.56 | 114.38 | 0.17 | 0.38 |
| Hex | 53 | 70 | 50 | 1A | 0 | 1D | 38 | 72 | 11 | 26 |
| Octal | 123 | 160 | 120 | 32 | 0 | 35 | 70 | 162 | 21 | 46 |
| Binary | 1010011 | 1110000 | 1010000 | 11010 | 0 | 11101 | 111000 | 1110010 | 10001 | 100110 |
Color Harmonies of #537050
Complementary color
Monochromatic Colors of #537050
Black with #537050
Text Example
Text Example
White with #537050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537050; }
p { color: rgb(83,112,80); }
H1.HeaderClassName
{
color: #537050;
}
.AnyTagClassName
{
color: #537050;
}
</style>
background-color css
<style>
a { background-color: #537050; }
a { background-color: rgb(83,112,80); }
div.DivClassName
{
background-color: #537050;
}
.BgClassName
{
background-color: #537050;
}
</style>
border-color css
<style>
span { border-color: #537050; }
span { border-color: rgb(83,112,80); }
td.TdClassName
{
border-color: #537050;
}
.TagClassName
{
border-color: #537050;
}
</style>