Shades of Fruit Salad #55945A
Tints of Fruit Salad #55945A
RGB
CMYK
RGB Variations
Color information
#55945A (or 0x55945A) is known color: Fruit Salad. HEX triplet: 55, 94 and 5A. RGB value is (85,148,90). Sum of RGB (Red+Green+Blue) = 85+148+90=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 148 (58.20% from 255 or 45.82% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 148 - color contains mainly: green. Hex color #55945A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55945A is #AA6BA5. Grayscale: #7A7A7A. Windows color (decimal): -11168678 or 5936213. OLE color: 5936213.
HSL color Cylindrical-coordinate representation of color #55945A: hue angle of 124.76º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #55945A is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 148 | 90 | - |
| CMYK | 0.43 | 0 | 0.39 | 0.42 |
| HSL | 124.76º | 0.27% | 0.46% | - |
| HSV(B) | 124.76º | 0.43% | 0.58% | - |
| XYZ | 16.18 | 23.85 | 13.42 | - |
| YUV | 122.55 | 109.63 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 148 | 90 | 0.43 | 0 | 0.39 | 0.42 | 124.76 | 0.27 | 0.46 |
| Hex | 55 | 94 | 5A | 2B | 0 | 27 | 2A | 7D | 1B | 2E |
| Octal | 125 | 224 | 132 | 53 | 0 | 47 | 52 | 175 | 33 | 56 |
| Binary | 1010101 | 10010100 | 1011010 | 101011 | 0 | 100111 | 101010 | 1111101 | 11011 | 101110 |
Color Harmonies of #55945A
Complementary color
Monochromatic Colors of #55945A
Black with #55945A
Text Example
Text Example
White with #55945A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55945A; }
p { color: rgb(85,148,90); }
H1.HeaderClassName
{
color: #55945A;
}
.AnyTagClassName
{
color: #55945A;
}
</style>
background-color css
<style>
a { background-color: #55945A; }
a { background-color: rgb(85,148,90); }
div.DivClassName
{
background-color: #55945A;
}
.BgClassName
{
background-color: #55945A;
}
</style>
border-color css
<style>
span { border-color: #55945A; }
span { border-color: rgb(85,148,90); }
td.TdClassName
{
border-color: #55945A;
}
.TagClassName
{
border-color: #55945A;
}
</style>