Shades of Cactus #577A51
Tints of Cactus #577A51
RGB
CMYK
RGB Variations
Color information
#577A51 (or 0x577A51) is known color: Cactus. HEX triplet: 57, 7A and 51. RGB value is (87,122,81). Sum of RGB (Red+Green+Blue) = 87+122+81=290 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30% from 290); Green value is 122 (48.05% from 255 or 42.07% from 290); Blue value is 81 (32.03% from 255 or 27.93% from 290); Max value from RGB is 122 - color contains mainly: green. Hex color #577A51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577A51 is #A885AE. Grayscale: #6A6A6A. Windows color (decimal): -11044271 or 5339735. OLE color: 5339735.
HSL color Cylindrical-coordinate representation of color #577A51: hue angle of 111.22º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #577A51 is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 87 | 122 | 81 | - |
| CMYK | 0.29 | 0 | 0.34 | 0.52 |
| HSL | 111.22º | 0.2% | 0.4% | - |
| HSV(B) | 111.22º | 0.34% | 0.48% | - |
| XYZ | 12.38 | 16.54 | 10.32 | - |
| YUV | 106.86 | 113.4 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 122 | 81 | 0.29 | 0 | 0.34 | 0.52 | 111.22 | 0.2 | 0.4 |
| Hex | 57 | 7A | 51 | 1D | 0 | 22 | 34 | 6F | 14 | 28 |
| Octal | 127 | 172 | 121 | 35 | 0 | 42 | 64 | 157 | 24 | 50 |
| Binary | 1010111 | 1111010 | 1010001 | 11101 | 0 | 100010 | 110100 | 1101111 | 10100 | 101000 |
Color Harmonies of #577A51
Complementary color
Monochromatic Colors of #577A51
Black with #577A51
Text Example
Text Example
White with #577A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577A51; }
p { color: rgb(87,122,81); }
H1.HeaderClassName
{
color: #577A51;
}
.AnyTagClassName
{
color: #577A51;
}
</style>
background-color css
<style>
a { background-color: #577A51; }
a { background-color: rgb(87,122,81); }
div.DivClassName
{
background-color: #577A51;
}
.BgClassName
{
background-color: #577A51;
}
</style>
border-color css
<style>
span { border-color: #577A51; }
span { border-color: rgb(87,122,81); }
td.TdClassName
{
border-color: #577A51;
}
.TagClassName
{
border-color: #577A51;
}
</style>