Shades of Fruit Salad #599864
Tints of Fruit Salad #599864
RGB
CMYK
RGB Variations
Color information
#599864 (or 0x599864) is known color: Fruit Salad. HEX triplet: 59, 98 and 64. RGB value is (89,152,100). Sum of RGB (Red+Green+Blue) = 89+152+100=341 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.10% from 341); Green value is 152 (59.77% from 255 or 44.57% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 152 - color contains mainly: green. Hex color #599864 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599864 is #A6679B. Grayscale: #7F7F7F. Windows color (decimal): -10905500 or 6592601. OLE color: 6592601.
HSL color Cylindrical-coordinate representation of color #599864: hue angle of 130.48º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #599864 is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 89 | 152 | 100 | - |
| CMYK | 0.41 | 0 | 0.34 | 0.40 |
| HSL | 130.48º | 0.26% | 0.47% | - |
| HSV(B) | 130.48º | 0.41% | 0.6% | - |
| XYZ | 17.65 | 25.5 | 16.05 | - |
| YUV | 127.24 | 112.63 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 152 | 100 | 0.41 | 0 | 0.34 | 0.40 | 130.48 | 0.26 | 0.47 |
| Hex | 59 | 98 | 64 | 29 | 0 | 22 | 28 | 82 | 1A | 2F |
| Octal | 131 | 230 | 144 | 51 | 0 | 42 | 50 | 202 | 32 | 57 |
| Binary | 1011001 | 10011000 | 1100100 | 101001 | 0 | 100010 | 101000 | 10000010 | 11010 | 101111 |
Color Harmonies of #599864
Complementary color
Monochromatic Colors of #599864
Black with #599864
Text Example
Text Example
White with #599864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599864; }
p { color: rgb(89,152,100); }
H1.HeaderClassName
{
color: #599864;
}
.AnyTagClassName
{
color: #599864;
}
</style>
background-color css
<style>
a { background-color: #599864; }
a { background-color: rgb(89,152,100); }
div.DivClassName
{
background-color: #599864;
}
.BgClassName
{
background-color: #599864;
}
</style>
border-color css
<style>
span { border-color: #599864; }
span { border-color: rgb(89,152,100); }
td.TdClassName
{
border-color: #599864;
}
.TagClassName
{
border-color: #599864;
}
</style>