Shades of Cactus #576E53
Tints of Cactus #576E53
RGB
CMYK
RGB Variations
Color information
#576E53 (or 0x576E53) is known color: Cactus. HEX triplet: 57, 6E and 53. RGB value is (87,110,83). Sum of RGB (Red+Green+Blue) = 87+110+83=280 (37% of max value = 765). Red value is 87 (34.38% from 255 or 31.07% from 280); Green value is 110 (43.36% from 255 or 39.29% from 280); Blue value is 83 (32.81% from 255 or 29.64% from 280); Max value from RGB is 110 - color contains mainly: green. Hex color #576E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576E53 is #A891AC. Grayscale: #646464. Windows color (decimal): -11047341 or 5467735. OLE color: 5467735.
HSL color Cylindrical-coordinate representation of color #576E53: hue angle of 111.11º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #576E53 is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 87 | 110 | 83 | - |
| CMYK | 0.21 | 0 | 0.25 | 0.57 |
| HSL | 111.11º | 0.14% | 0.38% | - |
| HSV(B) | 111.11º | 0.25% | 0.43% | - |
| XYZ | 11.07 | 13.8 | 10.26 | - |
| YUV | 100.05 | 118.38 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 110 | 83 | 0.21 | 0 | 0.25 | 0.57 | 111.11 | 0.14 | 0.38 |
| Hex | 57 | 6E | 53 | 15 | 0 | 19 | 39 | 6F | E | 26 |
| Octal | 127 | 156 | 123 | 25 | 0 | 31 | 71 | 157 | 16 | 46 |
| Binary | 1010111 | 1101110 | 1010011 | 10101 | 0 | 11001 | 111001 | 1101111 | 1110 | 100110 |
Color Harmonies of #576E53
Complementary color
Monochromatic Colors of #576E53
Black with #576E53
Text Example
Text Example
White with #576E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576E53; }
p { color: rgb(87,110,83); }
H1.HeaderClassName
{
color: #576E53;
}
.AnyTagClassName
{
color: #576E53;
}
</style>
background-color css
<style>
a { background-color: #576E53; }
a { background-color: rgb(87,110,83); }
div.DivClassName
{
background-color: #576E53;
}
.BgClassName
{
background-color: #576E53;
}
</style>
border-color css
<style>
span { border-color: #576E53; }
span { border-color: rgb(87,110,83); }
td.TdClassName
{
border-color: #576E53;
}
.TagClassName
{
border-color: #576E53;
}
</style>