Shades of Fruit Salad #55935F
Tints of Fruit Salad #55935F
RGB
CMYK
RGB Variations
Color information
#55935F (or 0x55935F) is known color: Fruit Salad. HEX triplet: 55, 93 and 5F. RGB value is (85,147,95). Sum of RGB (Red+Green+Blue) = 85+147+95=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 147 (57.81% from 255 or 44.95% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 147 - color contains mainly: green. Hex color #55935F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55935F is #AA6CA0. Grayscale: #7A7A7A. Windows color (decimal): -11168929 or 6263637. OLE color: 6263637.
HSL color Cylindrical-coordinate representation of color #55935F: hue angle of 129.68º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #55935F is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 147 | 95 | - |
| CMYK | 0.42 | 0 | 0.35 | 0.42 |
| HSL | 129.68º | 0.27% | 0.45% | - |
| HSV(B) | 129.68º | 0.42% | 0.58% | - |
| XYZ | 16.25 | 23.62 | 14.53 | - |
| YUV | 122.53 | 112.46 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 147 | 95 | 0.42 | 0 | 0.35 | 0.42 | 129.68 | 0.27 | 0.45 |
| Hex | 55 | 93 | 5F | 2A | 0 | 23 | 2A | 82 | 1B | 2D |
| Octal | 125 | 223 | 137 | 52 | 0 | 43 | 52 | 202 | 33 | 55 |
| Binary | 1010101 | 10010011 | 1011111 | 101010 | 0 | 100011 | 101010 | 10000010 | 11011 | 101101 |
Color Harmonies of #55935F
Complementary color
Monochromatic Colors of #55935F
Black with #55935F
Text Example
Text Example
White with #55935F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55935F; }
p { color: rgb(85,147,95); }
H1.HeaderClassName
{
color: #55935F;
}
.AnyTagClassName
{
color: #55935F;
}
</style>
background-color css
<style>
a { background-color: #55935F; }
a { background-color: rgb(85,147,95); }
div.DivClassName
{
background-color: #55935F;
}
.BgClassName
{
background-color: #55935F;
}
</style>
border-color css
<style>
span { border-color: #55935F; }
span { border-color: rgb(85,147,95); }
td.TdClassName
{
border-color: #55935F;
}
.TagClassName
{
border-color: #55935F;
}
</style>