Shades of Cactus #577855
Tints of Cactus #577855
RGB
CMYK
RGB Variations
Color information
#577855 (or 0x577855) is known color: Cactus. HEX triplet: 57, 78 and 55. RGB value is (87,120,85). Sum of RGB (Red+Green+Blue) = 87+120+85=292 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.79% from 292); Green value is 120 (47.27% from 255 or 41.10% from 292); Blue value is 85 (33.59% from 255 or 29.11% from 292); Max value from RGB is 120 - color contains mainly: green. Hex color #577855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577855 is #A887AA. Grayscale: #6A6A6A. Windows color (decimal): -11044779 or 5601367. OLE color: 5601367.
HSL color Cylindrical-coordinate representation of color #577855: hue angle of 116.57º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #577855 is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 87 | 120 | 85 | - |
| CMYK | 0.28 | 0 | 0.29 | 0.53 |
| HSL | 116.57º | 0.17% | 0.4% | - |
| HSV(B) | 116.57º | 0.29% | 0.47% | - |
| XYZ | 12.29 | 16.12 | 11.06 | - |
| YUV | 106.14 | 116.07 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 120 | 85 | 0.28 | 0 | 0.29 | 0.53 | 116.57 | 0.17 | 0.4 |
| Hex | 57 | 78 | 55 | 1C | 0 | 1D | 35 | 75 | 11 | 28 |
| Octal | 127 | 170 | 125 | 34 | 0 | 35 | 65 | 165 | 21 | 50 |
| Binary | 1010111 | 1111000 | 1010101 | 11100 | 0 | 11101 | 110101 | 1110101 | 10001 | 101000 |
Color Harmonies of #577855
Complementary color
Monochromatic Colors of #577855
Black with #577855
Text Example
Text Example
White with #577855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577855; }
p { color: rgb(87,120,85); }
H1.HeaderClassName
{
color: #577855;
}
.AnyTagClassName
{
color: #577855;
}
</style>
background-color css
<style>
a { background-color: #577855; }
a { background-color: rgb(87,120,85); }
div.DivClassName
{
background-color: #577855;
}
.BgClassName
{
background-color: #577855;
}
</style>
border-color css
<style>
span { border-color: #577855; }
span { border-color: rgb(87,120,85); }
td.TdClassName
{
border-color: #577855;
}
.TagClassName
{
border-color: #577855;
}
</style>