Shades of Fruit Salad #55995D
Tints of Fruit Salad #55995D
RGB
CMYK
RGB Variations
Color information
#55995D (or 0x55995D) is known color: Fruit Salad. HEX triplet: 55, 99 and 5D. RGB value is (85,153,93). Sum of RGB (Red+Green+Blue) = 85+153+93=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 153 (60.16% from 255 or 46.22% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 153 - color contains mainly: green. Hex color #55995D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55995D is #AA66A2. Grayscale: #7E7E7E. Windows color (decimal): -11167395 or 6134101. OLE color: 6134101.
HSL color Cylindrical-coordinate representation of color #55995D: hue angle of 127.06º 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 #55995D is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 85 | 153 | 93 | - |
| CMYK | 0.44 | 0 | 0.39 | 0.4 |
| HSL | 127.06º | 0.29% | 0.47% | - |
| HSV(B) | 127.06º | 0.44% | 0.6% | - |
| XYZ | 17.11 | 25.5 | 14.38 | - |
| YUV | 125.83 | 109.47 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 153 | 93 | 0.44 | 0 | 0.39 | 0.4 | 127.06 | 0.29 | 0.47 |
| Hex | 55 | 99 | 5D | 2C | 0 | 27 | 28 | 7F | 1D | 2F |
| Octal | 125 | 231 | 135 | 54 | 0 | 47 | 50 | 177 | 35 | 57 |
| Binary | 1010101 | 10011001 | 1011101 | 101100 | 0 | 100111 | 101000 | 1111111 | 11101 | 101111 |
Color Harmonies of #55995D
Complementary color
Monochromatic Colors of #55995D
Black with #55995D
Text Example
Text Example
White with #55995D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55995D; }
p { color: rgb(85,153,93); }
H1.HeaderClassName
{
color: #55995D;
}
.AnyTagClassName
{
color: #55995D;
}
</style>
background-color css
<style>
a { background-color: #55995D; }
a { background-color: rgb(85,153,93); }
div.DivClassName
{
background-color: #55995D;
}
.BgClassName
{
background-color: #55995D;
}
</style>
border-color css
<style>
span { border-color: #55995D; }
span { border-color: rgb(85,153,93); }
td.TdClassName
{
border-color: #55995D;
}
.TagClassName
{
border-color: #55995D;
}
</style>