Shades of Fruit Salad #559D56
Tints of Fruit Salad #559D56
RGB
CMYK
RGB Variations
Color information
#559D56 (or 0x559D56) is known color: Fruit Salad. HEX triplet: 55, 9D and 56. RGB value is (85,157,86). Sum of RGB (Red+Green+Blue) = 85+157+86=328 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.91% from 328); Green value is 157 (61.72% from 255 or 47.87% from 328); Blue value is 86 (33.98% from 255 or 26.22% from 328); Max value from RGB is 157 - color contains mainly: green. Hex color #559D56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559D56 is #AA62A9. Grayscale: #7F7F7F. Windows color (decimal): -11166378 or 5676373. OLE color: 5676373.
HSL color Cylindrical-coordinate representation of color #559D56: hue angle of 120.83º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #559D56 is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 157 | 86 | - |
| CMYK | 0.46 | 0 | 0.45 | 0.38 |
| HSL | 120.83º | 0.3% | 0.47% | - |
| HSV(B) | 120.83º | 0.46% | 0.62% | - |
| XYZ | 17.48 | 26.72 | 13.04 | - |
| YUV | 127.38 | 104.65 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 157 | 86 | 0.46 | 0 | 0.45 | 0.38 | 120.83 | 0.3 | 0.47 |
| Hex | 55 | 9D | 56 | 2E | 0 | 2D | 26 | 79 | 1E | 2F |
| Octal | 125 | 235 | 126 | 56 | 0 | 55 | 46 | 171 | 36 | 57 |
| Binary | 1010101 | 10011101 | 1010110 | 101110 | 0 | 101101 | 100110 | 1111001 | 11110 | 101111 |
Color Harmonies of #559D56
Complementary color
Monochromatic Colors of #559D56
Black with #559D56
Text Example
Text Example
White with #559D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559D56; }
p { color: rgb(85,157,86); }
H1.HeaderClassName
{
color: #559D56;
}
.AnyTagClassName
{
color: #559D56;
}
</style>
background-color css
<style>
a { background-color: #559D56; }
a { background-color: rgb(85,157,86); }
div.DivClassName
{
background-color: #559D56;
}
.BgClassName
{
background-color: #559D56;
}
</style>
border-color css
<style>
span { border-color: #559D56; }
span { border-color: rgb(85,157,86); }
td.TdClassName
{
border-color: #559D56;
}
.TagClassName
{
border-color: #559D56;
}
</style>