Shades of Fruit Salad #559E5F
Tints of Fruit Salad #559E5F
RGB
CMYK
RGB Variations
Color information
#559E5F (or 0x559E5F) is known color: Fruit Salad. HEX triplet: 55, 9E and 5F. RGB value is (85,158,95). Sum of RGB (Red+Green+Blue) = 85+158+95=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 158 (62.11% from 255 or 46.75% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 158 - color contains mainly: green. Hex color #559E5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559E5F is #AA61A0. Grayscale: #818181. Windows color (decimal): -11166113 or 6266453. OLE color: 6266453.
HSL color Cylindrical-coordinate representation of color #559E5F: hue angle of 128.22º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #559E5F is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 158 | 95 | - |
| CMYK | 0.46 | 0 | 0.40 | 0.38 |
| HSL | 128.22º | 0.3% | 0.48% | - |
| HSV(B) | 128.22º | 0.46% | 0.62% | - |
| XYZ | 18.04 | 27.21 | 15.13 | - |
| YUV | 128.99 | 108.82 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 158 | 95 | 0.46 | 0 | 0.40 | 0.38 | 128.22 | 0.3 | 0.48 |
| Hex | 55 | 9E | 5F | 2E | 0 | 28 | 26 | 80 | 1E | 30 |
| Octal | 125 | 236 | 137 | 56 | 0 | 50 | 46 | 200 | 36 | 60 |
| Binary | 1010101 | 10011110 | 1011111 | 101110 | 0 | 101000 | 100110 | 10000000 | 11110 | 110000 |
Color Harmonies of #559E5F
Complementary color
Monochromatic Colors of #559E5F
Black with #559E5F
Text Example
Text Example
White with #559E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559E5F; }
p { color: rgb(85,158,95); }
H1.HeaderClassName
{
color: #559E5F;
}
.AnyTagClassName
{
color: #559E5F;
}
</style>
background-color css
<style>
a { background-color: #559E5F; }
a { background-color: rgb(85,158,95); }
div.DivClassName
{
background-color: #559E5F;
}
.BgClassName
{
background-color: #559E5F;
}
</style>
border-color css
<style>
span { border-color: #559E5F; }
span { border-color: rgb(85,158,95); }
td.TdClassName
{
border-color: #559E5F;
}
.TagClassName
{
border-color: #559E5F;
}
</style>