Shades of Fruit Salad #59995D
Tints of Fruit Salad #59995D
RGB
CMYK
RGB Variations
Color information
#59995D (or 0x59995D) is known color: Fruit Salad. HEX triplet: 59, 99 and 5D. RGB value is (89,153,93). Sum of RGB (Red+Green+Blue) = 89+153+93=335 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.57% from 335); Green value is 153 (60.16% from 255 or 45.67% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 153 - color contains mainly: green. Hex color #59995D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59995D is #A666A2. Grayscale: #7F7F7F. Windows color (decimal): -10905251 or 6134105. OLE color: 6134105.
HSL color Cylindrical-coordinate representation of color #59995D: hue angle of 123.75º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #59995D is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 89 | 153 | 93 | - |
| CMYK | 0.42 | 0 | 0.39 | 0.4 |
| HSL | 123.75º | 0.26% | 0.47% | - |
| HSV(B) | 123.75º | 0.42% | 0.6% | - |
| XYZ | 17.49 | 25.7 | 14.39 | - |
| YUV | 127.02 | 108.8 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 153 | 93 | 0.42 | 0 | 0.39 | 0.4 | 123.75 | 0.26 | 0.47 |
| Hex | 59 | 99 | 5D | 2A | 0 | 27 | 28 | 7C | 1A | 2F |
| Octal | 131 | 231 | 135 | 52 | 0 | 47 | 50 | 174 | 32 | 57 |
| Binary | 1011001 | 10011001 | 1011101 | 101010 | 0 | 100111 | 101000 | 1111100 | 11010 | 101111 |
Color Harmonies of #59995D
Complementary color
Monochromatic Colors of #59995D
Black with #59995D
Text Example
Text Example
White with #59995D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59995D; }
p { color: rgb(89,153,93); }
H1.HeaderClassName
{
color: #59995D;
}
.AnyTagClassName
{
color: #59995D;
}
</style>
background-color css
<style>
a { background-color: #59995D; }
a { background-color: rgb(89,153,93); }
div.DivClassName
{
background-color: #59995D;
}
.BgClassName
{
background-color: #59995D;
}
</style>
border-color css
<style>
span { border-color: #59995D; }
span { border-color: rgb(89,153,93); }
td.TdClassName
{
border-color: #59995D;
}
.TagClassName
{
border-color: #59995D;
}
</style>