Shades of Fruit Salad #559856
Tints of Fruit Salad #559856
RGB
CMYK
RGB Variations
Color information
#559856 (or 0x559856) is known color: Fruit Salad. HEX triplet: 55, 98 and 56. RGB value is (85,152,86). Sum of RGB (Red+Green+Blue) = 85+152+86=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 152 (59.77% from 255 or 47.06% from 323); Blue value is 86 (33.98% from 255 or 26.63% from 323); Max value from RGB is 152 - color contains mainly: green. Hex color #559856 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559856 is #AA67A9. Grayscale: #7C7C7C. Windows color (decimal): -11167658 or 5675093. OLE color: 5675093.
HSL color Cylindrical-coordinate representation of color #559856: hue angle of 120.9º 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 #559856 is Cyan = 0.44, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 152 | 86 | - |
| CMYK | 0.44 | 0 | 0.43 | 0.40 |
| HSL | 120.9º | 0.28% | 0.46% | - |
| HSV(B) | 120.9º | 0.44% | 0.6% | - |
| XYZ | 16.65 | 25.06 | 12.76 | - |
| YUV | 124.44 | 106.3 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 152 | 86 | 0.44 | 0 | 0.43 | 0.40 | 120.9 | 0.28 | 0.46 |
| Hex | 55 | 98 | 56 | 2C | 0 | 2B | 28 | 79 | 1C | 2E |
| Octal | 125 | 230 | 126 | 54 | 0 | 53 | 50 | 171 | 34 | 56 |
| Binary | 1010101 | 10011000 | 1010110 | 101100 | 0 | 101011 | 101000 | 1111001 | 11100 | 101110 |
Color Harmonies of #559856
Complementary color
Monochromatic Colors of #559856
Black with #559856
Text Example
Text Example
White with #559856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559856; }
p { color: rgb(85,152,86); }
H1.HeaderClassName
{
color: #559856;
}
.AnyTagClassName
{
color: #559856;
}
</style>
background-color css
<style>
a { background-color: #559856; }
a { background-color: rgb(85,152,86); }
div.DivClassName
{
background-color: #559856;
}
.BgClassName
{
background-color: #559856;
}
</style>
border-color css
<style>
span { border-color: #559856; }
span { border-color: rgb(85,152,86); }
td.TdClassName
{
border-color: #559856;
}
.TagClassName
{
border-color: #559856;
}
</style>