Shades of Cactus #557750
Tints of Cactus #557750
RGB
CMYK
RGB Variations
Color information
#557750 (or 0x557750) is known color: Cactus. HEX triplet: 55, 77 and 50. RGB value is (85,119,80). Sum of RGB (Red+Green+Blue) = 85+119+80=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 119 (46.88% from 255 or 41.90% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 119 - color contains mainly: green. Hex color #557750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557750 is #AA88AF. Grayscale: #686868. Windows color (decimal): -11176112 or 5273429. OLE color: 5273429.
HSL color Cylindrical-coordinate representation of color #557750: hue angle of 112.31º 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 #557750 is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 119 | 80 | - |
| CMYK | 0.29 | 0 | 0.33 | 0.53 |
| HSL | 112.31º | 0.2% | 0.39% | - |
| HSV(B) | 112.31º | 0.33% | 0.47% | - |
| XYZ | 11.79 | 15.7 | 10 | - |
| YUV | 104.39 | 114.24 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 119 | 80 | 0.29 | 0 | 0.33 | 0.53 | 112.31 | 0.2 | 0.39 |
| Hex | 55 | 77 | 50 | 1D | 0 | 21 | 35 | 70 | 14 | 27 |
| Octal | 125 | 167 | 120 | 35 | 0 | 41 | 65 | 160 | 24 | 47 |
| Binary | 1010101 | 1110111 | 1010000 | 11101 | 0 | 100001 | 110101 | 1110000 | 10100 | 100111 |
Color Harmonies of #557750
Complementary color
Monochromatic Colors of #557750
Black with #557750
Text Example
Text Example
White with #557750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557750; }
p { color: rgb(85,119,80); }
H1.HeaderClassName
{
color: #557750;
}
.AnyTagClassName
{
color: #557750;
}
</style>
background-color css
<style>
a { background-color: #557750; }
a { background-color: rgb(85,119,80); }
div.DivClassName
{
background-color: #557750;
}
.BgClassName
{
background-color: #557750;
}
</style>
border-color css
<style>
span { border-color: #557750; }
span { border-color: rgb(85,119,80); }
td.TdClassName
{
border-color: #557750;
}
.TagClassName
{
border-color: #557750;
}
</style>