Shades of Cactus #577954
Tints of Cactus #577954
RGB
CMYK
RGB Variations
Color information
#577954 (or 0x577954) is known color: Cactus. HEX triplet: 57, 79 and 54. RGB value is (87,121,84). Sum of RGB (Red+Green+Blue) = 87+121+84=292 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.79% from 292); Green value is 121 (47.66% from 255 or 41.44% from 292); Blue value is 84 (33.20% from 255 or 28.77% from 292); Max value from RGB is 121 - color contains mainly: green. Hex color #577954 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577954 is #A886AB. Grayscale: #6A6A6A. Windows color (decimal): -11044524 or 5536087. OLE color: 5536087.
HSL color Cylindrical-coordinate representation of color #577954: hue angle of 115.14º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #577954 is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 87 | 121 | 84 | - |
| CMYK | 0.28 | 0 | 0.31 | 0.53 |
| HSL | 115.14º | 0.18% | 0.4% | - |
| HSV(B) | 115.14º | 0.31% | 0.47% | - |
| XYZ | 12.37 | 16.34 | 10.89 | - |
| YUV | 106.62 | 115.24 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 121 | 84 | 0.28 | 0 | 0.31 | 0.53 | 115.14 | 0.18 | 0.4 |
| Hex | 57 | 79 | 54 | 1C | 0 | 1F | 35 | 73 | 12 | 28 |
| Octal | 127 | 171 | 124 | 34 | 0 | 37 | 65 | 163 | 22 | 50 |
| Binary | 1010111 | 1111001 | 1010100 | 11100 | 0 | 11111 | 110101 | 1110011 | 10010 | 101000 |
Color Harmonies of #577954
Complementary color
Monochromatic Colors of #577954
Black with #577954
Text Example
Text Example
White with #577954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577954; }
p { color: rgb(87,121,84); }
H1.HeaderClassName
{
color: #577954;
}
.AnyTagClassName
{
color: #577954;
}
</style>
background-color css
<style>
a { background-color: #577954; }
a { background-color: rgb(87,121,84); }
div.DivClassName
{
background-color: #577954;
}
.BgClassName
{
background-color: #577954;
}
</style>
border-color css
<style>
span { border-color: #577954; }
span { border-color: rgb(87,121,84); }
td.TdClassName
{
border-color: #577954;
}
.TagClassName
{
border-color: #577954;
}
</style>