Shades of Fruit Salad #539C56
Tints of Fruit Salad #539C56
RGB
CMYK
RGB Variations
Color information
#539C56 (or 0x539C56) is known color: Fruit Salad. HEX triplet: 53, 9C and 56. RGB value is (83,156,86). Sum of RGB (Red+Green+Blue) = 83+156+86=325 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.54% from 325); Green value is 156 (61.33% from 255 or 48% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 156 - color contains mainly: green. Hex color #539C56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539C56 is #AC63A9. Grayscale: #7E7E7E. Windows color (decimal): -11297706 or 5676115. OLE color: 5676115.
HSL color Cylindrical-coordinate representation of color #539C56: hue angle of 122.47º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #539C56 is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 156 | 86 | - |
| CMYK | 0.47 | 0 | 0.45 | 0.39 |
| HSL | 122.47º | 0.31% | 0.47% | - |
| HSV(B) | 122.47º | 0.47% | 0.61% | - |
| XYZ | 17.14 | 26.29 | 12.98 | - |
| YUV | 126.19 | 105.32 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 156 | 86 | 0.47 | 0 | 0.45 | 0.39 | 122.47 | 0.31 | 0.47 |
| Hex | 53 | 9C | 56 | 2F | 0 | 2D | 27 | 7A | 1F | 2F |
| Octal | 123 | 234 | 126 | 57 | 0 | 55 | 47 | 172 | 37 | 57 |
| Binary | 1010011 | 10011100 | 1010110 | 101111 | 0 | 101101 | 100111 | 1111010 | 11111 | 101111 |
Color Harmonies of #539C56
Complementary color
Monochromatic Colors of #539C56
Black with #539C56
Text Example
Text Example
White with #539C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539C56; }
p { color: rgb(83,156,86); }
H1.HeaderClassName
{
color: #539C56;
}
.AnyTagClassName
{
color: #539C56;
}
</style>
background-color css
<style>
a { background-color: #539C56; }
a { background-color: rgb(83,156,86); }
div.DivClassName
{
background-color: #539C56;
}
.BgClassName
{
background-color: #539C56;
}
</style>
border-color css
<style>
span { border-color: #539C56; }
span { border-color: rgb(83,156,86); }
td.TdClassName
{
border-color: #539C56;
}
.TagClassName
{
border-color: #539C56;
}
</style>