Shades of Fruit Salad #509658
Tints of Fruit Salad #509658
RGB
CMYK
RGB Variations
Color information
#509658 (or 0x509658) is known color: Fruit Salad. HEX triplet: 50, 96 and 58. RGB value is (80,150,88). Sum of RGB (Red+Green+Blue) = 80+150+88=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 150 (58.98% from 255 or 47.17% from 318); Blue value is 88 (34.77% from 255 or 27.67% from 318); Max value from RGB is 150 - color contains mainly: green. Hex color #509658 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509658 is #AF69A7. Grayscale: #7A7A7A. Windows color (decimal): -11495848 or 5805648. OLE color: 5805648.
HSL color Cylindrical-coordinate representation of color #509658: hue angle of 126.86º 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 #509658 is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 80 | 150 | 88 | - |
| CMYK | 0.47 | 0 | 0.41 | 0.41 |
| HSL | 126.86º | 0.3% | 0.45% | - |
| HSV(B) | 126.86º | 0.47% | 0.59% | - |
| XYZ | 15.98 | 24.22 | 13.07 | - |
| YUV | 122 | 108.81 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 150 | 88 | 0.47 | 0 | 0.41 | 0.41 | 126.86 | 0.3 | 0.45 |
| Hex | 50 | 96 | 58 | 2F | 0 | 29 | 29 | 7F | 1E | 2D |
| Octal | 120 | 226 | 130 | 57 | 0 | 51 | 51 | 177 | 36 | 55 |
| Binary | 1010000 | 10010110 | 1011000 | 101111 | 0 | 101001 | 101001 | 1111111 | 11110 | 101101 |
Color Harmonies of #509658
Complementary color
Monochromatic Colors of #509658
Black with #509658
Text Example
Text Example
White with #509658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509658; }
p { color: rgb(80,150,88); }
H1.HeaderClassName
{
color: #509658;
}
.AnyTagClassName
{
color: #509658;
}
</style>
background-color css
<style>
a { background-color: #509658; }
a { background-color: rgb(80,150,88); }
div.DivClassName
{
background-color: #509658;
}
.BgClassName
{
background-color: #509658;
}
</style>
border-color css
<style>
span { border-color: #509658; }
span { border-color: rgb(80,150,88); }
td.TdClassName
{
border-color: #509658;
}
.TagClassName
{
border-color: #509658;
}
</style>