Shades of Cactus #576A54
Tints of Cactus #576A54
RGB
CMYK
RGB Variations
Color information
#576A54 (or 0x576A54) is known color: Cactus. HEX triplet: 57, 6A and 54. RGB value is (87,106,84). Sum of RGB (Red+Green+Blue) = 87+106+84=277 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.41% from 277); Green value is 106 (41.80% from 255 or 38.27% from 277); Blue value is 84 (33.20% from 255 or 30.32% from 277); Max value from RGB is 106 - color contains mainly: green. Hex color #576A54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576A54 is #A895AB. Grayscale: #616161. Windows color (decimal): -11048364 or 5532247. OLE color: 5532247.
HSL color Cylindrical-coordinate representation of color #576A54: hue angle of 111.82º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #576A54 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 87 | 106 | 84 | - |
| CMYK | 0.18 | 0 | 0.21 | 0.58 |
| HSL | 111.82º | 0.12% | 0.37% | - |
| HSV(B) | 111.82º | 0.21% | 0.42% | - |
| XYZ | 10.68 | 12.97 | 10.33 | - |
| YUV | 97.81 | 120.21 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 106 | 84 | 0.18 | 0 | 0.21 | 0.58 | 111.82 | 0.12 | 0.37 |
| Hex | 57 | 6A | 54 | 12 | 0 | 15 | 3A | 70 | C | 25 |
| Octal | 127 | 152 | 124 | 22 | 0 | 25 | 72 | 160 | 14 | 45 |
| Binary | 1010111 | 1101010 | 1010100 | 10010 | 0 | 10101 | 111010 | 1110000 | 1100 | 100101 |
Color Harmonies of #576A54
Complementary color
Monochromatic Colors of #576A54
Black with #576A54
Text Example
Text Example
White with #576A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576A54; }
p { color: rgb(87,106,84); }
H1.HeaderClassName
{
color: #576A54;
}
.AnyTagClassName
{
color: #576A54;
}
</style>
background-color css
<style>
a { background-color: #576A54; }
a { background-color: rgb(87,106,84); }
div.DivClassName
{
background-color: #576A54;
}
.BgClassName
{
background-color: #576A54;
}
</style>
border-color css
<style>
span { border-color: #576A54; }
span { border-color: rgb(87,106,84); }
td.TdClassName
{
border-color: #576A54;
}
.TagClassName
{
border-color: #576A54;
}
</style>