Shades of Cactus #577951
Tints of Cactus #577951
RGB
CMYK
RGB Variations
Color information
#577951 (or 0x577951) is known color: Cactus. HEX triplet: 57, 79 and 51. RGB value is (87,121,81). Sum of RGB (Red+Green+Blue) = 87+121+81=289 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.10% from 289); Green value is 121 (47.66% from 255 or 41.87% from 289); Blue value is 81 (32.03% from 255 or 28.03% from 289); Max value from RGB is 121 - color contains mainly: green. Hex color #577951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577951 is #A886AE. Grayscale: #6A6A6A. Windows color (decimal): -11044527 or 5339479. OLE color: 5339479.
HSL color Cylindrical-coordinate representation of color #577951: hue angle of 111º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #577951 is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 87 | 121 | 81 | - |
| CMYK | 0.28 | 0 | 0.33 | 0.53 |
| HSL | 111º | 0.2% | 0.4% | - |
| HSV(B) | 111º | 0.33% | 0.47% | - |
| XYZ | 12.25 | 16.3 | 10.28 | - |
| YUV | 106.27 | 113.74 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 121 | 81 | 0.28 | 0 | 0.33 | 0.53 | 111 | 0.2 | 0.4 |
| Hex | 57 | 79 | 51 | 1C | 0 | 21 | 35 | 6F | 14 | 28 |
| Octal | 127 | 171 | 121 | 34 | 0 | 41 | 65 | 157 | 24 | 50 |
| Binary | 1010111 | 1111001 | 1010001 | 11100 | 0 | 100001 | 110101 | 1101111 | 10100 | 101000 |
Color Harmonies of #577951
Complementary color
Monochromatic Colors of #577951
Black with #577951
Text Example
Text Example
White with #577951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577951; }
p { color: rgb(87,121,81); }
H1.HeaderClassName
{
color: #577951;
}
.AnyTagClassName
{
color: #577951;
}
</style>
background-color css
<style>
a { background-color: #577951; }
a { background-color: rgb(87,121,81); }
div.DivClassName
{
background-color: #577951;
}
.BgClassName
{
background-color: #577951;
}
</style>
border-color css
<style>
span { border-color: #577951; }
span { border-color: rgb(87,121,81); }
td.TdClassName
{
border-color: #577951;
}
.TagClassName
{
border-color: #577951;
}
</style>