Shades of Fruit Salad #55915C
Tints of Fruit Salad #55915C
RGB
CMYK
RGB Variations
Color information
#55915C (or 0x55915C) is known color: Fruit Salad. HEX triplet: 55, 91 and 5C. RGB value is (85,145,92). Sum of RGB (Red+Green+Blue) = 85+145+92=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 92 (36.33% from 255 or 28.57% from 322); Max value from RGB is 145 - color contains mainly: green. Hex color #55915C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55915C is #AA6EA3. Grayscale: #797979. Windows color (decimal): -11169444 or 6066517. OLE color: 6066517.
HSL color Cylindrical-coordinate representation of color #55915C: hue angle of 127º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55915C is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 85 | 145 | 92 | - |
| CMYK | 0.41 | 0 | 0.37 | 0.43 |
| HSL | 127º | 0.26% | 0.45% | - |
| HSV(B) | 127º | 0.41% | 0.57% | - |
| XYZ | 15.8 | 22.95 | 13.72 | - |
| YUV | 121.02 | 111.62 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 145 | 92 | 0.41 | 0 | 0.37 | 0.43 | 127 | 0.26 | 0.45 |
| Hex | 55 | 91 | 5C | 29 | 0 | 25 | 2B | 7F | 1A | 2D |
| Octal | 125 | 221 | 134 | 51 | 0 | 45 | 53 | 177 | 32 | 55 |
| Binary | 1010101 | 10010001 | 1011100 | 101001 | 0 | 100101 | 101011 | 1111111 | 11010 | 101101 |
Color Harmonies of #55915C
Complementary color
Monochromatic Colors of #55915C
Black with #55915C
Text Example
Text Example
White with #55915C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55915C; }
p { color: rgb(85,145,92); }
H1.HeaderClassName
{
color: #55915C;
}
.AnyTagClassName
{
color: #55915C;
}
</style>
background-color css
<style>
a { background-color: #55915C; }
a { background-color: rgb(85,145,92); }
div.DivClassName
{
background-color: #55915C;
}
.BgClassName
{
background-color: #55915C;
}
</style>
border-color css
<style>
span { border-color: #55915C; }
span { border-color: rgb(85,145,92); }
td.TdClassName
{
border-color: #55915C;
}
.TagClassName
{
border-color: #55915C;
}
</style>