Shades of Cactus #577251
Tints of Cactus #577251
RGB
CMYK
RGB Variations
Color information
#577251 (or 0x577251) is known color: Cactus. HEX triplet: 57, 72 and 51. RGB value is (87,114,81). Sum of RGB (Red+Green+Blue) = 87+114+81=282 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.85% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 81 (32.03% from 255 or 28.72% from 282); Max value from RGB is 114 - color contains mainly: green. Hex color #577251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577251 is #A88DAE. Grayscale: #666666. Windows color (decimal): -11046319 or 5337687. OLE color: 5337687.
HSL color Cylindrical-coordinate representation of color #577251: hue angle of 109.09º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #577251 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 87 | 114 | 81 | - |
| CMYK | 0.24 | 0 | 0.29 | 0.55 |
| HSL | 109.09º | 0.17% | 0.38% | - |
| HSV(B) | 109.09º | 0.29% | 0.45% | - |
| XYZ | 11.43 | 14.65 | 10.01 | - |
| YUV | 102.17 | 116.05 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 114 | 81 | 0.24 | 0 | 0.29 | 0.55 | 109.09 | 0.17 | 0.38 |
| Hex | 57 | 72 | 51 | 18 | 0 | 1D | 37 | 6D | 11 | 26 |
| Octal | 127 | 162 | 121 | 30 | 0 | 35 | 67 | 155 | 21 | 46 |
| Binary | 1010111 | 1110010 | 1010001 | 11000 | 0 | 11101 | 110111 | 1101101 | 10001 | 100110 |
Color Harmonies of #577251
Complementary color
Monochromatic Colors of #577251
Black with #577251
Text Example
Text Example
White with #577251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577251; }
p { color: rgb(87,114,81); }
H1.HeaderClassName
{
color: #577251;
}
.AnyTagClassName
{
color: #577251;
}
</style>
background-color css
<style>
a { background-color: #577251; }
a { background-color: rgb(87,114,81); }
div.DivClassName
{
background-color: #577251;
}
.BgClassName
{
background-color: #577251;
}
</style>
border-color css
<style>
span { border-color: #577251; }
span { border-color: rgb(87,114,81); }
td.TdClassName
{
border-color: #577251;
}
.TagClassName
{
border-color: #577251;
}
</style>