Shades of Cactus #576E50
Tints of Cactus #576E50
RGB
CMYK
RGB Variations
Color information
#576E50 (or 0x576E50) is known color: Cactus. HEX triplet: 57, 6E and 50. RGB value is (87,110,80). Sum of RGB (Red+Green+Blue) = 87+110+80=277 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.41% from 277); Green value is 110 (43.36% from 255 or 39.71% from 277); Blue value is 80 (31.64% from 255 or 28.88% from 277); Max value from RGB is 110 - color contains mainly: green. Hex color #576E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576E50 is #A891AF. Grayscale: #636363. Windows color (decimal): -11047344 or 5271127. OLE color: 5271127.
HSL color Cylindrical-coordinate representation of color #576E50: hue angle of 106º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #576E50 is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 87 | 110 | 80 | - |
| CMYK | 0.21 | 0 | 0.27 | 0.57 |
| HSL | 106º | 0.16% | 0.37% | - |
| HSV(B) | 106º | 0.27% | 0.43% | - |
| XYZ | 10.95 | 13.76 | 9.67 | - |
| YUV | 99.7 | 116.88 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 110 | 80 | 0.21 | 0 | 0.27 | 0.57 | 106 | 0.16 | 0.37 |
| Hex | 57 | 6E | 50 | 15 | 0 | 1B | 39 | 6A | 10 | 25 |
| Octal | 127 | 156 | 120 | 25 | 0 | 33 | 71 | 152 | 20 | 45 |
| Binary | 1010111 | 1101110 | 1010000 | 10101 | 0 | 11011 | 111001 | 1101010 | 10000 | 100101 |
Color Harmonies of #576E50
Complementary color
Monochromatic Colors of #576E50
Black with #576E50
Text Example
Text Example
White with #576E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576E50; }
p { color: rgb(87,110,80); }
H1.HeaderClassName
{
color: #576E50;
}
.AnyTagClassName
{
color: #576E50;
}
</style>
background-color css
<style>
a { background-color: #576E50; }
a { background-color: rgb(87,110,80); }
div.DivClassName
{
background-color: #576E50;
}
.BgClassName
{
background-color: #576E50;
}
</style>
border-color css
<style>
span { border-color: #576E50; }
span { border-color: rgb(87,110,80); }
td.TdClassName
{
border-color: #576E50;
}
.TagClassName
{
border-color: #576E50;
}
</style>