Shades of Fruit Salad #55A458
Tints of Fruit Salad #55A458
RGB
CMYK
RGB Variations
Color information
#55A458 (or 0x55A458) is known color: Fruit Salad. HEX triplet: 55, A4 and 58. RGB value is (85,164,88). Sum of RGB (Red+Green+Blue) = 85+164+88=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 164 (64.45% from 255 or 48.66% from 337); Blue value is 88 (34.77% from 255 or 26.11% from 337); Max value from RGB is 164 - color contains mainly: green. Hex color #55A458 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A458 is #AA5BA7. Grayscale: #838383. Windows color (decimal): -11164584 or 5809237. OLE color: 5809237.
HSL color Cylindrical-coordinate representation of color #55A458: hue angle of 122.28º 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 #55A458 is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 164 | 88 | - |
| CMYK | 0.48 | 0 | 0.46 | 0.36 |
| HSL | 122.28º | 0.32% | 0.49% | - |
| HSV(B) | 122.28º | 0.48% | 0.64% | - |
| XYZ | 18.78 | 29.19 | 13.88 | - |
| YUV | 131.72 | 103.33 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 164 | 88 | 0.48 | 0 | 0.46 | 0.36 | 122.28 | 0.32 | 0.49 |
| Hex | 55 | A4 | 58 | 30 | 0 | 2E | 24 | 7A | 20 | 31 |
| Octal | 125 | 244 | 130 | 60 | 0 | 56 | 44 | 172 | 40 | 61 |
| Binary | 1010101 | 10100100 | 1011000 | 110000 | 0 | 101110 | 100100 | 1111010 | 100000 | 110001 |
Color Harmonies of #55A458
Complementary color
Monochromatic Colors of #55A458
Black with #55A458
Text Example
Text Example
White with #55A458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A458; }
p { color: rgb(85,164,88); }
H1.HeaderClassName
{
color: #55A458;
}
.AnyTagClassName
{
color: #55A458;
}
</style>
background-color css
<style>
a { background-color: #55A458; }
a { background-color: rgb(85,164,88); }
div.DivClassName
{
background-color: #55A458;
}
.BgClassName
{
background-color: #55A458;
}
</style>
border-color css
<style>
span { border-color: #55A458; }
span { border-color: rgb(85,164,88); }
td.TdClassName
{
border-color: #55A458;
}
.TagClassName
{
border-color: #55A458;
}
</style>