Shades of Fruit Salad #599C56
Tints of Fruit Salad #599C56
RGB
CMYK
RGB Variations
Color information
#599C56 (or 0x599C56) is known color: Fruit Salad. HEX triplet: 59, 9C and 56. RGB value is (89,156,86). Sum of RGB (Red+Green+Blue) = 89+156+86=331 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.89% from 331); Green value is 156 (61.33% from 255 or 47.13% from 331); Blue value is 86 (33.98% from 255 or 25.98% from 331); Max value from RGB is 156 - color contains mainly: green. Hex color #599C56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599C56 is #A663A9. Grayscale: #808080. Windows color (decimal): -10904490 or 5676121. OLE color: 5676121.
HSL color Cylindrical-coordinate representation of color #599C56: hue angle of 117.43º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #599C56 is Cyan = 0.43, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 89 | 156 | 86 | - |
| CMYK | 0.43 | 0 | 0.45 | 0.39 |
| HSL | 117.43º | 0.29% | 0.47% | - |
| HSV(B) | 117.43º | 0.45% | 0.61% | - |
| XYZ | 17.69 | 26.57 | 13 | - |
| YUV | 127.99 | 104.3 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 156 | 86 | 0.43 | 0 | 0.45 | 0.39 | 117.43 | 0.29 | 0.47 |
| Hex | 59 | 9C | 56 | 2B | 0 | 2D | 27 | 75 | 1D | 2F |
| Octal | 131 | 234 | 126 | 53 | 0 | 55 | 47 | 165 | 35 | 57 |
| Binary | 1011001 | 10011100 | 1010110 | 101011 | 0 | 101101 | 100111 | 1110101 | 11101 | 101111 |
Color Harmonies of #599C56
Complementary color
Monochromatic Colors of #599C56
Black with #599C56
Text Example
Text Example
White with #599C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599C56; }
p { color: rgb(89,156,86); }
H1.HeaderClassName
{
color: #599C56;
}
.AnyTagClassName
{
color: #599C56;
}
</style>
background-color css
<style>
a { background-color: #599C56; }
a { background-color: rgb(89,156,86); }
div.DivClassName
{
background-color: #599C56;
}
.BgClassName
{
background-color: #599C56;
}
</style>
border-color css
<style>
span { border-color: #599C56; }
span { border-color: rgb(89,156,86); }
td.TdClassName
{
border-color: #599C56;
}
.TagClassName
{
border-color: #599C56;
}
</style>