Shades of Fruit Salad #55A459
Tints of Fruit Salad #55A459
RGB
CMYK
RGB Variations
Color information
#55A459 (or 0x55A459) is known color: Fruit Salad. HEX triplet: 55, A4 and 59. RGB value is (85,164,89). Sum of RGB (Red+Green+Blue) = 85+164+89=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 164 (64.45% from 255 or 48.52% from 338); Blue value is 89 (35.16% from 255 or 26.33% from 338); Max value from RGB is 164 - color contains mainly: green. Hex color #55A459 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A459 is #AA5BA6. Grayscale: #848484. Windows color (decimal): -11164583 or 5874773. OLE color: 5874773.
HSL color Cylindrical-coordinate representation of color #55A459: hue angle of 123.04º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55A459 is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 164 | 89 | - |
| CMYK | 0.48 | 0 | 0.46 | 0.36 |
| HSL | 123.04º | 0.32% | 0.49% | - |
| HSV(B) | 123.04º | 0.48% | 0.64% | - |
| XYZ | 18.82 | 29.2 | 14.1 | - |
| YUV | 131.83 | 103.83 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 164 | 89 | 0.48 | 0 | 0.46 | 0.36 | 123.04 | 0.32 | 0.49 |
| Hex | 55 | A4 | 59 | 30 | 0 | 2E | 24 | 7B | 20 | 31 |
| Octal | 125 | 244 | 131 | 60 | 0 | 56 | 44 | 173 | 40 | 61 |
| Binary | 1010101 | 10100100 | 1011001 | 110000 | 0 | 101110 | 100100 | 1111011 | 100000 | 110001 |
Color Harmonies of #55A459
Complementary color
Monochromatic Colors of #55A459
Black with #55A459
Text Example
Text Example
White with #55A459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A459; }
p { color: rgb(85,164,89); }
H1.HeaderClassName
{
color: #55A459;
}
.AnyTagClassName
{
color: #55A459;
}
</style>
background-color css
<style>
a { background-color: #55A459; }
a { background-color: rgb(85,164,89); }
div.DivClassName
{
background-color: #55A459;
}
.BgClassName
{
background-color: #55A459;
}
</style>
border-color css
<style>
span { border-color: #55A459; }
span { border-color: rgb(85,164,89); }
td.TdClassName
{
border-color: #55A459;
}
.TagClassName
{
border-color: #55A459;
}
</style>