Shades of Fruit Salad #55995A
Tints of Fruit Salad #55995A
RGB
CMYK
RGB Variations
Color information
#55995A (or 0x55995A) is known color: Fruit Salad. HEX triplet: 55, 99 and 5A. RGB value is (85,153,90). Sum of RGB (Red+Green+Blue) = 85+153+90=328 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.91% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 153 - color contains mainly: green. Hex color #55995A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55995A is #AA66A5. Grayscale: #7D7D7D. Windows color (decimal): -11167398 or 5937493. OLE color: 5937493.
HSL color Cylindrical-coordinate representation of color #55995A: hue angle of 124.41º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #55995A is Cyan = 0.44, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 85 | 153 | 90 | - |
| CMYK | 0.44 | 0 | 0.41 | 0.4 |
| HSL | 124.41º | 0.29% | 0.47% | - |
| HSV(B) | 124.41º | 0.44% | 0.6% | - |
| XYZ | 16.98 | 25.45 | 13.69 | - |
| YUV | 125.49 | 107.97 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 153 | 90 | 0.44 | 0 | 0.41 | 0.4 | 124.41 | 0.29 | 0.47 |
| Hex | 55 | 99 | 5A | 2C | 0 | 29 | 28 | 7C | 1D | 2F |
| Octal | 125 | 231 | 132 | 54 | 0 | 51 | 50 | 174 | 35 | 57 |
| Binary | 1010101 | 10011001 | 1011010 | 101100 | 0 | 101001 | 101000 | 1111100 | 11101 | 101111 |
Color Harmonies of #55995A
Complementary color
Monochromatic Colors of #55995A
Black with #55995A
Text Example
Text Example
White with #55995A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55995A; }
p { color: rgb(85,153,90); }
H1.HeaderClassName
{
color: #55995A;
}
.AnyTagClassName
{
color: #55995A;
}
</style>
background-color css
<style>
a { background-color: #55995A; }
a { background-color: rgb(85,153,90); }
div.DivClassName
{
background-color: #55995A;
}
.BgClassName
{
background-color: #55995A;
}
</style>
border-color css
<style>
span { border-color: #55995A; }
span { border-color: rgb(85,153,90); }
td.TdClassName
{
border-color: #55995A;
}
.TagClassName
{
border-color: #55995A;
}
</style>