Shades of Fruit Salad #509659
Tints of Fruit Salad #509659
RGB
CMYK
RGB Variations
Color information
#509659 (or 0x509659) is known color: Fruit Salad. HEX triplet: 50, 96 and 59. RGB value is (80,150,89). Sum of RGB (Red+Green+Blue) = 80+150+89=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 150 (58.98% from 255 or 47.02% from 319); Blue value is 89 (35.16% from 255 or 27.90% from 319); Max value from RGB is 150 - color contains mainly: green. Hex color #509659 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509659 is #AF69A6. Grayscale: #7A7A7A. Windows color (decimal): -11495847 or 5871184. OLE color: 5871184.
HSL color Cylindrical-coordinate representation of color #509659: hue angle of 127.71º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #509659 is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 80 | 150 | 89 | - |
| CMYK | 0.47 | 0 | 0.41 | 0.41 |
| HSL | 127.71º | 0.3% | 0.45% | - |
| HSV(B) | 127.71º | 0.47% | 0.59% | - |
| XYZ | 16.02 | 24.24 | 13.29 | - |
| YUV | 122.12 | 109.31 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 150 | 89 | 0.47 | 0 | 0.41 | 0.41 | 127.71 | 0.3 | 0.45 |
| Hex | 50 | 96 | 59 | 2F | 0 | 29 | 29 | 80 | 1E | 2D |
| Octal | 120 | 226 | 131 | 57 | 0 | 51 | 51 | 200 | 36 | 55 |
| Binary | 1010000 | 10010110 | 1011001 | 101111 | 0 | 101001 | 101001 | 10000000 | 11110 | 101101 |
Color Harmonies of #509659
Complementary color
Monochromatic Colors of #509659
Black with #509659
Text Example
Text Example
White with #509659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509659; }
p { color: rgb(80,150,89); }
H1.HeaderClassName
{
color: #509659;
}
.AnyTagClassName
{
color: #509659;
}
</style>
background-color css
<style>
a { background-color: #509659; }
a { background-color: rgb(80,150,89); }
div.DivClassName
{
background-color: #509659;
}
.BgClassName
{
background-color: #509659;
}
</style>
border-color css
<style>
span { border-color: #509659; }
span { border-color: rgb(80,150,89); }
td.TdClassName
{
border-color: #509659;
}
.TagClassName
{
border-color: #509659;
}
</style>