Shades of Fruit Salad #559A56
Tints of Fruit Salad #559A56
RGB
CMYK
RGB Variations
Color information
#559A56 (or 0x559A56) is known color: Fruit Salad. HEX triplet: 55, 9A and 56. RGB value is (85,154,86). Sum of RGB (Red+Green+Blue) = 85+154+86=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 154 (60.55% from 255 or 47.38% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 154 - color contains mainly: green. Hex color #559A56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559A56 is #AA65A9. Grayscale: #7D7D7D. Windows color (decimal): -11167146 or 5675605. OLE color: 5675605.
HSL color Cylindrical-coordinate representation of color #559A56: hue angle of 120.87º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #559A56 is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 154 | 86 | - |
| CMYK | 0.45 | 0 | 0.44 | 0.40 |
| HSL | 120.87º | 0.29% | 0.47% | - |
| HSV(B) | 120.87º | 0.45% | 0.6% | - |
| XYZ | 16.98 | 25.71 | 12.87 | - |
| YUV | 125.62 | 105.64 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 154 | 86 | 0.45 | 0 | 0.44 | 0.40 | 120.87 | 0.29 | 0.47 |
| Hex | 55 | 9A | 56 | 2D | 0 | 2C | 28 | 79 | 1D | 2F |
| Octal | 125 | 232 | 126 | 55 | 0 | 54 | 50 | 171 | 35 | 57 |
| Binary | 1010101 | 10011010 | 1010110 | 101101 | 0 | 101100 | 101000 | 1111001 | 11101 | 101111 |
Color Harmonies of #559A56
Complementary color
Monochromatic Colors of #559A56
Black with #559A56
Text Example
Text Example
White with #559A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559A56; }
p { color: rgb(85,154,86); }
H1.HeaderClassName
{
color: #559A56;
}
.AnyTagClassName
{
color: #559A56;
}
</style>
background-color css
<style>
a { background-color: #559A56; }
a { background-color: rgb(85,154,86); }
div.DivClassName
{
background-color: #559A56;
}
.BgClassName
{
background-color: #559A56;
}
</style>
border-color css
<style>
span { border-color: #559A56; }
span { border-color: rgb(85,154,86); }
td.TdClassName
{
border-color: #559A56;
}
.TagClassName
{
border-color: #559A56;
}
</style>