Shades of Cactus #576C52
Tints of Cactus #576C52
RGB
CMYK
RGB Variations
Color information
#576C52 (or 0x576C52) is known color: Cactus. HEX triplet: 57, 6C and 52. RGB value is (87,108,82). Sum of RGB (Red+Green+Blue) = 87+108+82=277 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.41% from 277); Green value is 108 (42.58% from 255 or 38.99% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 108 - color contains mainly: green. Hex color #576C52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576C52 is #A893AD. Grayscale: #626262. Windows color (decimal): -11047854 or 5401687. OLE color: 5401687.
HSL color Cylindrical-coordinate representation of color #576C52: hue angle of 108.46º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #576C52 is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 87 | 108 | 82 | - |
| CMYK | 0.19 | 0 | 0.24 | 0.58 |
| HSL | 108.46º | 0.14% | 0.37% | - |
| HSV(B) | 108.46º | 0.24% | 0.42% | - |
| XYZ | 10.82 | 13.36 | 9.99 | - |
| YUV | 98.76 | 118.54 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 108 | 82 | 0.19 | 0 | 0.24 | 0.58 | 108.46 | 0.14 | 0.37 |
| Hex | 57 | 6C | 52 | 13 | 0 | 18 | 3A | 6C | E | 25 |
| Octal | 127 | 154 | 122 | 23 | 0 | 30 | 72 | 154 | 16 | 45 |
| Binary | 1010111 | 1101100 | 1010010 | 10011 | 0 | 11000 | 111010 | 1101100 | 1110 | 100101 |
Color Harmonies of #576C52
Complementary color
Monochromatic Colors of #576C52
Black with #576C52
Text Example
Text Example
White with #576C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576C52; }
p { color: rgb(87,108,82); }
H1.HeaderClassName
{
color: #576C52;
}
.AnyTagClassName
{
color: #576C52;
}
</style>
background-color css
<style>
a { background-color: #576C52; }
a { background-color: rgb(87,108,82); }
div.DivClassName
{
background-color: #576C52;
}
.BgClassName
{
background-color: #576C52;
}
</style>
border-color css
<style>
span { border-color: #576C52; }
span { border-color: rgb(87,108,82); }
td.TdClassName
{
border-color: #576C52;
}
.TagClassName
{
border-color: #576C52;
}
</style>