Shades of Cactus #537350
Tints of Cactus #537350
RGB
CMYK
RGB Variations
Color information
#537350 (or 0x537350) is known color: Cactus. HEX triplet: 53, 73 and 50. RGB value is (83,115,80). Sum of RGB (Red+Green+Blue) = 83+115+80=278 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.86% from 278); Green value is 115 (45.31% from 255 or 41.37% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 115 - color contains mainly: green. Hex color #537350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537350 is #AC8CAF. Grayscale: #656565. Windows color (decimal): -11308208 or 5272403. OLE color: 5272403.
HSL color Cylindrical-coordinate representation of color #537350: hue angle of 114.86º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #537350 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 115 | 80 | - |
| CMYK | 0.28 | 0 | 0.30 | 0.55 |
| HSL | 114.86º | 0.18% | 0.38% | - |
| HSV(B) | 114.86º | 0.3% | 0.45% | - |
| XYZ | 11.15 | 14.68 | 9.84 | - |
| YUV | 101.44 | 115.9 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 115 | 80 | 0.28 | 0 | 0.30 | 0.55 | 114.86 | 0.18 | 0.38 |
| Hex | 53 | 73 | 50 | 1C | 0 | 1E | 37 | 73 | 12 | 26 |
| Octal | 123 | 163 | 120 | 34 | 0 | 36 | 67 | 163 | 22 | 46 |
| Binary | 1010011 | 1110011 | 1010000 | 11100 | 0 | 11110 | 110111 | 1110011 | 10010 | 100110 |
Color Harmonies of #537350
Complementary color
Monochromatic Colors of #537350
Black with #537350
Text Example
Text Example
White with #537350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537350; }
p { color: rgb(83,115,80); }
H1.HeaderClassName
{
color: #537350;
}
.AnyTagClassName
{
color: #537350;
}
</style>
background-color css
<style>
a { background-color: #537350; }
a { background-color: rgb(83,115,80); }
div.DivClassName
{
background-color: #537350;
}
.BgClassName
{
background-color: #537350;
}
</style>
border-color css
<style>
span { border-color: #537350; }
span { border-color: rgb(83,115,80); }
td.TdClassName
{
border-color: #537350;
}
.TagClassName
{
border-color: #537350;
}
</style>