Shades of Fruit Salad #539559
Tints of Fruit Salad #539559
RGB
CMYK
RGB Variations
Color information
#539559 (or 0x539559) is known color: Fruit Salad. HEX triplet: 53, 95 and 59. RGB value is (83,149,89). Sum of RGB (Red+Green+Blue) = 83+149+89=321 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.86% from 321); Green value is 149 (58.59% from 255 or 46.42% from 321); Blue value is 89 (35.16% from 255 or 27.73% from 321); Max value from RGB is 149 - color contains mainly: green. Hex color #539559 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539559 is #AC6AA6. Grayscale: #7A7A7A. Windows color (decimal): -11299495 or 5870931. OLE color: 5870931.
HSL color Cylindrical-coordinate representation of color #539559: hue angle of 125.45º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #539559 is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 83 | 149 | 89 | - |
| CMYK | 0.44 | 0 | 0.40 | 0.42 |
| HSL | 125.45º | 0.28% | 0.45% | - |
| HSV(B) | 125.45º | 0.44% | 0.58% | - |
| XYZ | 16.12 | 24.06 | 13.24 | - |
| YUV | 122.43 | 109.13 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 149 | 89 | 0.44 | 0 | 0.40 | 0.42 | 125.45 | 0.28 | 0.45 |
| Hex | 53 | 95 | 59 | 2C | 0 | 28 | 2A | 7D | 1C | 2D |
| Octal | 123 | 225 | 131 | 54 | 0 | 50 | 52 | 175 | 34 | 55 |
| Binary | 1010011 | 10010101 | 1011001 | 101100 | 0 | 101000 | 101010 | 1111101 | 11100 | 101101 |
Color Harmonies of #539559
Complementary color
Monochromatic Colors of #539559
Black with #539559
Text Example
Text Example
White with #539559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539559; }
p { color: rgb(83,149,89); }
H1.HeaderClassName
{
color: #539559;
}
.AnyTagClassName
{
color: #539559;
}
</style>
background-color css
<style>
a { background-color: #539559; }
a { background-color: rgb(83,149,89); }
div.DivClassName
{
background-color: #539559;
}
.BgClassName
{
background-color: #539559;
}
</style>
border-color css
<style>
span { border-color: #539559; }
span { border-color: rgb(83,149,89); }
td.TdClassName
{
border-color: #539559;
}
.TagClassName
{
border-color: #539559;
}
</style>