Shades of Fruit Salad #55A05D
Tints of Fruit Salad #55A05D
RGB
CMYK
RGB Variations
Color information
#55A05D (or 0x55A05D) is known color: Fruit Salad. HEX triplet: 55, A0 and 5D. RGB value is (85,160,93). Sum of RGB (Red+Green+Blue) = 85+160+93=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 160 (62.89% from 255 or 47.34% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 160 - color contains mainly: green. Hex color #55A05D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A05D is #AA5FA2. Grayscale: #828282. Windows color (decimal): -11165603 or 6135893. OLE color: 6135893.
HSL color Cylindrical-coordinate representation of color #55A05D: hue angle of 126.4º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #55A05D is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 85 | 160 | 93 | - |
| CMYK | 0.47 | 0 | 0.42 | 0.37 |
| HSL | 126.4º | 0.31% | 0.48% | - |
| HSV(B) | 126.4º | 0.47% | 0.63% | - |
| XYZ | 18.29 | 27.86 | 14.77 | - |
| YUV | 129.94 | 107.15 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 160 | 93 | 0.47 | 0 | 0.42 | 0.37 | 126.4 | 0.31 | 0.48 |
| Hex | 55 | A0 | 5D | 2F | 0 | 2A | 25 | 7E | 1F | 30 |
| Octal | 125 | 240 | 135 | 57 | 0 | 52 | 45 | 176 | 37 | 60 |
| Binary | 1010101 | 10100000 | 1011101 | 101111 | 0 | 101010 | 100101 | 1111110 | 11111 | 110000 |
Color Harmonies of #55A05D
Complementary color
Monochromatic Colors of #55A05D
Black with #55A05D
Text Example
Text Example
White with #55A05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A05D; }
p { color: rgb(85,160,93); }
H1.HeaderClassName
{
color: #55A05D;
}
.AnyTagClassName
{
color: #55A05D;
}
</style>
background-color css
<style>
a { background-color: #55A05D; }
a { background-color: rgb(85,160,93); }
div.DivClassName
{
background-color: #55A05D;
}
.BgClassName
{
background-color: #55A05D;
}
</style>
border-color css
<style>
span { border-color: #55A05D; }
span { border-color: rgb(85,160,93); }
td.TdClassName
{
border-color: #55A05D;
}
.TagClassName
{
border-color: #55A05D;
}
</style>