Shades of Fruit Salad #55965B
Tints of Fruit Salad #55965B
RGB
CMYK
RGB Variations
Color information
#55965B (or 0x55965B) is known color: Fruit Salad. HEX triplet: 55, 96 and 5B. RGB value is (85,150,91). Sum of RGB (Red+Green+Blue) = 85+150+91=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 150 - color contains mainly: green. Hex color #55965B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55965B is #AA69A4. Grayscale: #7C7C7C. Windows color (decimal): -11168165 or 6002261. OLE color: 6002261.
HSL color Cylindrical-coordinate representation of color #55965B: hue angle of 125.54º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #55965B is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 85 | 150 | 91 | - |
| CMYK | 0.43 | 0 | 0.39 | 0.41 |
| HSL | 125.54º | 0.28% | 0.46% | - |
| HSV(B) | 125.54º | 0.43% | 0.59% | - |
| XYZ | 16.54 | 24.5 | 13.75 | - |
| YUV | 123.84 | 109.47 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 150 | 91 | 0.43 | 0 | 0.39 | 0.41 | 125.54 | 0.28 | 0.46 |
| Hex | 55 | 96 | 5B | 2B | 0 | 27 | 29 | 7E | 1C | 2E |
| Octal | 125 | 226 | 133 | 53 | 0 | 47 | 51 | 176 | 34 | 56 |
| Binary | 1010101 | 10010110 | 1011011 | 101011 | 0 | 100111 | 101001 | 1111110 | 11100 | 101110 |
Color Harmonies of #55965B
Complementary color
Monochromatic Colors of #55965B
Black with #55965B
Text Example
Text Example
White with #55965B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55965B; }
p { color: rgb(85,150,91); }
H1.HeaderClassName
{
color: #55965B;
}
.AnyTagClassName
{
color: #55965B;
}
</style>
background-color css
<style>
a { background-color: #55965B; }
a { background-color: rgb(85,150,91); }
div.DivClassName
{
background-color: #55965B;
}
.BgClassName
{
background-color: #55965B;
}
</style>
border-color css
<style>
span { border-color: #55965B; }
span { border-color: rgb(85,150,91); }
td.TdClassName
{
border-color: #55965B;
}
.TagClassName
{
border-color: #55965B;
}
</style>