Shades of Fruit Salad #559758
Tints of Fruit Salad #559758
RGB
CMYK
RGB Variations
Color information
#559758 (or 0x559758) is known color: Fruit Salad. HEX triplet: 55, 97 and 58. RGB value is (85,151,88). Sum of RGB (Red+Green+Blue) = 85+151+88=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 151 (59.38% from 255 or 46.60% from 324); Blue value is 88 (34.77% from 255 or 27.16% from 324); Max value from RGB is 151 - color contains mainly: green. Hex color #559758 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559758 is #AA68A7. Grayscale: #7C7C7C. Windows color (decimal): -11167912 or 5805909. OLE color: 5805909.
HSL color Cylindrical-coordinate representation of color #559758: hue angle of 122.73º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #559758 is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 85 | 151 | 88 | - |
| CMYK | 0.44 | 0 | 0.42 | 0.41 |
| HSL | 122.73º | 0.28% | 0.46% | - |
| HSV(B) | 122.73º | 0.44% | 0.59% | - |
| XYZ | 16.57 | 24.77 | 13.14 | - |
| YUV | 124.08 | 107.63 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 151 | 88 | 0.44 | 0 | 0.42 | 0.41 | 122.73 | 0.28 | 0.46 |
| Hex | 55 | 97 | 58 | 2C | 0 | 2A | 29 | 7B | 1C | 2E |
| Octal | 125 | 227 | 130 | 54 | 0 | 52 | 51 | 173 | 34 | 56 |
| Binary | 1010101 | 10010111 | 1011000 | 101100 | 0 | 101010 | 101001 | 1111011 | 11100 | 101110 |
Color Harmonies of #559758
Complementary color
Monochromatic Colors of #559758
Black with #559758
Text Example
Text Example
White with #559758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559758; }
p { color: rgb(85,151,88); }
H1.HeaderClassName
{
color: #559758;
}
.AnyTagClassName
{
color: #559758;
}
</style>
background-color css
<style>
a { background-color: #559758; }
a { background-color: rgb(85,151,88); }
div.DivClassName
{
background-color: #559758;
}
.BgClassName
{
background-color: #559758;
}
</style>
border-color css
<style>
span { border-color: #559758; }
span { border-color: rgb(85,151,88); }
td.TdClassName
{
border-color: #559758;
}
.TagClassName
{
border-color: #559758;
}
</style>