Shades of Fruit Salad #56985C
Tints of Fruit Salad #56985C
RGB
CMYK
RGB Variations
Color information
#56985C (or 0x56985C) is known color: Fruit Salad. HEX triplet: 56, 98 and 5C. RGB value is (86,152,92). Sum of RGB (Red+Green+Blue) = 86+152+92=330 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.06% from 330); Green value is 152 (59.77% from 255 or 46.06% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 152 - color contains mainly: green. Hex color #56985C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56985C is #A967A3. Grayscale: #7D7D7D. Windows color (decimal): -11102116 or 6068310. OLE color: 6068310.
HSL color Cylindrical-coordinate representation of color #56985C: hue angle of 125.45º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #56985C is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 86 | 152 | 92 | - |
| CMYK | 0.43 | 0 | 0.39 | 0.40 |
| HSL | 125.45º | 0.28% | 0.47% | - |
| HSV(B) | 125.45º | 0.43% | 0.6% | - |
| XYZ | 17 | 25.21 | 14.09 | - |
| YUV | 125.43 | 109.13 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 152 | 92 | 0.43 | 0 | 0.39 | 0.40 | 125.45 | 0.28 | 0.47 |
| Hex | 56 | 98 | 5C | 2B | 0 | 27 | 28 | 7D | 1C | 2F |
| Octal | 126 | 230 | 134 | 53 | 0 | 47 | 50 | 175 | 34 | 57 |
| Binary | 1010110 | 10011000 | 1011100 | 101011 | 0 | 100111 | 101000 | 1111101 | 11100 | 101111 |
Color Harmonies of #56985C
Complementary color
Monochromatic Colors of #56985C
Black with #56985C
Text Example
Text Example
White with #56985C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56985C; }
p { color: rgb(86,152,92); }
H1.HeaderClassName
{
color: #56985C;
}
.AnyTagClassName
{
color: #56985C;
}
</style>
background-color css
<style>
a { background-color: #56985C; }
a { background-color: rgb(86,152,92); }
div.DivClassName
{
background-color: #56985C;
}
.BgClassName
{
background-color: #56985C;
}
</style>
border-color css
<style>
span { border-color: #56985C; }
span { border-color: rgb(86,152,92); }
td.TdClassName
{
border-color: #56985C;
}
.TagClassName
{
border-color: #56985C;
}
</style>