Shades of Cactus #577850
Tints of Cactus #577850
RGB
CMYK
RGB Variations
Color information
#577850 (or 0x577850) is known color: Cactus. HEX triplet: 57, 78 and 50. RGB value is (87,120,80). Sum of RGB (Red+Green+Blue) = 87+120+80=287 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.31% from 287); Green value is 120 (47.27% from 255 or 41.81% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 120 - color contains mainly: green. Hex color #577850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577850 is #A887AF. Grayscale: #696969. Windows color (decimal): -11044784 or 5273687. OLE color: 5273687.
HSL color Cylindrical-coordinate representation of color #577850: hue angle of 109.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #577850 is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 87 | 120 | 80 | - |
| CMYK | 0.28 | 0 | 0.33 | 0.53 |
| HSL | 109.5º | 0.2% | 0.39% | - |
| HSV(B) | 109.5º | 0.33% | 0.47% | - |
| XYZ | 12.09 | 16.04 | 10.05 | - |
| YUV | 105.57 | 113.57 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 120 | 80 | 0.28 | 0 | 0.33 | 0.53 | 109.5 | 0.2 | 0.39 |
| Hex | 57 | 78 | 50 | 1C | 0 | 21 | 35 | 6E | 14 | 27 |
| Octal | 127 | 170 | 120 | 34 | 0 | 41 | 65 | 156 | 24 | 47 |
| Binary | 1010111 | 1111000 | 1010000 | 11100 | 0 | 100001 | 110101 | 1101110 | 10100 | 100111 |
Color Harmonies of #577850
Complementary color
Monochromatic Colors of #577850
Black with #577850
Text Example
Text Example
White with #577850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577850; }
p { color: rgb(87,120,80); }
H1.HeaderClassName
{
color: #577850;
}
.AnyTagClassName
{
color: #577850;
}
</style>
background-color css
<style>
a { background-color: #577850; }
a { background-color: rgb(87,120,80); }
div.DivClassName
{
background-color: #577850;
}
.BgClassName
{
background-color: #577850;
}
</style>
border-color css
<style>
span { border-color: #577850; }
span { border-color: rgb(87,120,80); }
td.TdClassName
{
border-color: #577850;
}
.TagClassName
{
border-color: #577850;
}
</style>