Shades of Fruit Salad #559855
Tints of Fruit Salad #559855
RGB
CMYK
RGB Variations
Color information
#559855 (or 0x559855) is known color: Fruit Salad. HEX triplet: 55, 98 and 55. RGB value is (85,152,85). Sum of RGB (Red+Green+Blue) = 85+152+85=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 152 (59.77% from 255 or 47.20% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 152 - color contains mainly: green. Hex color #559855 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559855 is #AA67AA. Grayscale: #7C7C7C. Windows color (decimal): -11167659 or 5609557. OLE color: 5609557.
HSL color Cylindrical-coordinate representation of color #559855: hue angle of 120º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #559855 is Cyan = 0.44, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 152 | 85 | - |
| CMYK | 0.44 | 0 | 0.44 | 0.40 |
| HSL | 120º | 0.28% | 0.46% | - |
| HSV(B) | 120º | 0.44% | 0.6% | - |
| XYZ | 16.61 | 25.04 | 12.55 | - |
| YUV | 124.33 | 105.8 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 152 | 85 | 0.44 | 0 | 0.44 | 0.40 | 120 | 0.28 | 0.46 |
| Hex | 55 | 98 | 55 | 2C | 0 | 2C | 28 | 78 | 1C | 2E |
| Octal | 125 | 230 | 125 | 54 | 0 | 54 | 50 | 170 | 34 | 56 |
| Binary | 1010101 | 10011000 | 1010101 | 101100 | 0 | 101100 | 101000 | 1111000 | 11100 | 101110 |
Color Harmonies of #559855
Complementary color
Monochromatic Colors of #559855
Black with #559855
Text Example
Text Example
White with #559855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559855; }
p { color: rgb(85,152,85); }
H1.HeaderClassName
{
color: #559855;
}
.AnyTagClassName
{
color: #559855;
}
</style>
background-color css
<style>
a { background-color: #559855; }
a { background-color: rgb(85,152,85); }
div.DivClassName
{
background-color: #559855;
}
.BgClassName
{
background-color: #559855;
}
</style>
border-color css
<style>
span { border-color: #559855; }
span { border-color: rgb(85,152,85); }
td.TdClassName
{
border-color: #559855;
}
.TagClassName
{
border-color: #559855;
}
</style>