Shades of Fruit Salad #56935C
Tints of Fruit Salad #56935C
RGB
CMYK
RGB Variations
Color information
#56935C (or 0x56935C) is known color: Fruit Salad. HEX triplet: 56, 93 and 5C. RGB value is (86,147,92). Sum of RGB (Red+Green+Blue) = 86+147+92=325 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.46% from 325); Green value is 147 (57.81% from 255 or 45.23% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 147 - color contains mainly: green. Hex color #56935C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56935C is #A96CA3. Grayscale: #7A7A7A. Windows color (decimal): -11103396 or 6067030. OLE color: 6067030.
HSL color Cylindrical-coordinate representation of color #56935C: hue angle of 125.9º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #56935C is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 86 | 147 | 92 | - |
| CMYK | 0.41 | 0 | 0.37 | 0.42 |
| HSL | 125.9º | 0.26% | 0.46% | - |
| HSV(B) | 125.9º | 0.41% | 0.58% | - |
| XYZ | 16.2 | 23.62 | 13.83 | - |
| YUV | 122.49 | 110.79 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 147 | 92 | 0.41 | 0 | 0.37 | 0.42 | 125.9 | 0.26 | 0.46 |
| Hex | 56 | 93 | 5C | 29 | 0 | 25 | 2A | 7E | 1A | 2E |
| Octal | 126 | 223 | 134 | 51 | 0 | 45 | 52 | 176 | 32 | 56 |
| Binary | 1010110 | 10010011 | 1011100 | 101001 | 0 | 100101 | 101010 | 1111110 | 11010 | 101110 |
Color Harmonies of #56935C
Complementary color
Monochromatic Colors of #56935C
Black with #56935C
Text Example
Text Example
White with #56935C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56935C; }
p { color: rgb(86,147,92); }
H1.HeaderClassName
{
color: #56935C;
}
.AnyTagClassName
{
color: #56935C;
}
</style>
background-color css
<style>
a { background-color: #56935C; }
a { background-color: rgb(86,147,92); }
div.DivClassName
{
background-color: #56935C;
}
.BgClassName
{
background-color: #56935C;
}
</style>
border-color css
<style>
span { border-color: #56935C; }
span { border-color: rgb(86,147,92); }
td.TdClassName
{
border-color: #56935C;
}
.TagClassName
{
border-color: #56935C;
}
</style>