Shades of Cactus #576D53
Tints of Cactus #576D53
RGB
CMYK
RGB Variations
Color information
#576D53 (or 0x576D53) is known color: Cactus. HEX triplet: 57, 6D and 53. RGB value is (87,109,83). Sum of RGB (Red+Green+Blue) = 87+109+83=279 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.18% from 279); Green value is 109 (42.97% from 255 or 39.07% from 279); Blue value is 83 (32.81% from 255 or 29.75% from 279); Max value from RGB is 109 - color contains mainly: green. Hex color #576D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576D53 is #A892AC. Grayscale: #636363. Windows color (decimal): -11047597 or 5467479. OLE color: 5467479.
HSL color Cylindrical-coordinate representation of color #576D53: hue angle of 110.77º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #576D53 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 87 | 109 | 83 | - |
| CMYK | 0.20 | 0 | 0.24 | 0.57 |
| HSL | 110.77º | 0.14% | 0.38% | - |
| HSV(B) | 110.77º | 0.24% | 0.43% | - |
| XYZ | 10.96 | 13.59 | 10.23 | - |
| YUV | 99.46 | 118.71 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 109 | 83 | 0.20 | 0 | 0.24 | 0.57 | 110.77 | 0.14 | 0.38 |
| Hex | 57 | 6D | 53 | 14 | 0 | 18 | 39 | 6F | E | 26 |
| Octal | 127 | 155 | 123 | 24 | 0 | 30 | 71 | 157 | 16 | 46 |
| Binary | 1010111 | 1101101 | 1010011 | 10100 | 0 | 11000 | 111001 | 1101111 | 1110 | 100110 |
Color Harmonies of #576D53
Complementary color
Monochromatic Colors of #576D53
Black with #576D53
Text Example
Text Example
White with #576D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576D53; }
p { color: rgb(87,109,83); }
H1.HeaderClassName
{
color: #576D53;
}
.AnyTagClassName
{
color: #576D53;
}
</style>
background-color css
<style>
a { background-color: #576D53; }
a { background-color: rgb(87,109,83); }
div.DivClassName
{
background-color: #576D53;
}
.BgClassName
{
background-color: #576D53;
}
</style>
border-color css
<style>
span { border-color: #576D53; }
span { border-color: rgb(87,109,83); }
td.TdClassName
{
border-color: #576D53;
}
.TagClassName
{
border-color: #576D53;
}
</style>