Shades of Fruit Salad #559852
Tints of Fruit Salad #559852
RGB
CMYK
RGB Variations
Color information
#559852 (or 0x559852) is known color: Fruit Salad. HEX triplet: 55, 98 and 52. RGB value is (85,152,82). Sum of RGB (Red+Green+Blue) = 85+152+82=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 152 (59.77% from 255 or 47.65% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 152 - color contains mainly: green. Hex color #559852 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559852 is #AA67AD. Grayscale: #7C7C7C. Windows color (decimal): -11167662 or 5412949. OLE color: 5412949.
HSL color Cylindrical-coordinate representation of color #559852: hue angle of 117.43º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #559852 is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 152 | 82 | - |
| CMYK | 0.44 | 0 | 0.46 | 0.40 |
| HSL | 117.43º | 0.3% | 0.46% | - |
| HSV(B) | 117.43º | 0.46% | 0.6% | - |
| XYZ | 16.5 | 25 | 11.94 | - |
| YUV | 123.99 | 104.3 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 152 | 82 | 0.44 | 0 | 0.46 | 0.40 | 117.43 | 0.3 | 0.46 |
| Hex | 55 | 98 | 52 | 2C | 0 | 2E | 28 | 75 | 1E | 2E |
| Octal | 125 | 230 | 122 | 54 | 0 | 56 | 50 | 165 | 36 | 56 |
| Binary | 1010101 | 10011000 | 1010010 | 101100 | 0 | 101110 | 101000 | 1110101 | 11110 | 101110 |
Color Harmonies of #559852
Complementary color
Monochromatic Colors of #559852
Black with #559852
Text Example
Text Example
White with #559852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559852; }
p { color: rgb(85,152,82); }
H1.HeaderClassName
{
color: #559852;
}
.AnyTagClassName
{
color: #559852;
}
</style>
background-color css
<style>
a { background-color: #559852; }
a { background-color: rgb(85,152,82); }
div.DivClassName
{
background-color: #559852;
}
.BgClassName
{
background-color: #559852;
}
</style>
border-color css
<style>
span { border-color: #559852; }
span { border-color: rgb(85,152,82); }
td.TdClassName
{
border-color: #559852;
}
.TagClassName
{
border-color: #559852;
}
</style>