Shades of Cactus #557550
Tints of Cactus #557550
RGB
CMYK
RGB Variations
Color information
#557550 (or 0x557550) is known color: Cactus. HEX triplet: 55, 75 and 50. RGB value is (85,117,80). Sum of RGB (Red+Green+Blue) = 85+117+80=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 117 - color contains mainly: green. Hex color #557550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557550 is #AA8AAF. Grayscale: #676767. Windows color (decimal): -11176624 or 5272917. OLE color: 5272917.
HSL color Cylindrical-coordinate representation of color #557550: hue angle of 111.89º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #557550 is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 117 | 80 | - |
| CMYK | 0.27 | 0 | 0.32 | 0.54 |
| HSL | 111.89º | 0.19% | 0.39% | - |
| HSV(B) | 111.89º | 0.32% | 0.46% | - |
| XYZ | 11.56 | 15.23 | 9.92 | - |
| YUV | 103.21 | 114.9 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 117 | 80 | 0.27 | 0 | 0.32 | 0.54 | 111.89 | 0.19 | 0.39 |
| Hex | 55 | 75 | 50 | 1B | 0 | 20 | 36 | 70 | 13 | 27 |
| Octal | 125 | 165 | 120 | 33 | 0 | 40 | 66 | 160 | 23 | 47 |
| Binary | 1010101 | 1110101 | 1010000 | 11011 | 0 | 100000 | 110110 | 1110000 | 10011 | 100111 |
Color Harmonies of #557550
Complementary color
Monochromatic Colors of #557550
Black with #557550
Text Example
Text Example
White with #557550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557550; }
p { color: rgb(85,117,80); }
H1.HeaderClassName
{
color: #557550;
}
.AnyTagClassName
{
color: #557550;
}
</style>
background-color css
<style>
a { background-color: #557550; }
a { background-color: rgb(85,117,80); }
div.DivClassName
{
background-color: #557550;
}
.BgClassName
{
background-color: #557550;
}
</style>
border-color css
<style>
span { border-color: #557550; }
span { border-color: rgb(85,117,80); }
td.TdClassName
{
border-color: #557550;
}
.TagClassName
{
border-color: #557550;
}
</style>