Shades of Fruit Salad #508F59
Tints of Fruit Salad #508F59
RGB
CMYK
RGB Variations
Color information
#508F59 (or 0x508F59) is known color: Fruit Salad. HEX triplet: 50, 8F and 59. RGB value is (80,143,89). Sum of RGB (Red+Green+Blue) = 80+143+89=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 143 (56.25% from 255 or 45.83% from 312); Blue value is 89 (35.16% from 255 or 28.53% from 312); Max value from RGB is 143 - color contains mainly: green. Hex color #508F59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508F59 is #AF70A6. Grayscale: #767676. Windows color (decimal): -11497639 or 5869392. OLE color: 5869392.
HSL color Cylindrical-coordinate representation of color #508F59: hue angle of 128.57º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #508F59 is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 143 | 89 | - |
| CMYK | 0.44 | 0 | 0.38 | 0.44 |
| HSL | 128.57º | 0.28% | 0.44% | - |
| HSV(B) | 128.57º | 0.44% | 0.56% | - |
| XYZ | 14.93 | 22.07 | 12.92 | - |
| YUV | 118.01 | 111.63 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 143 | 89 | 0.44 | 0 | 0.38 | 0.44 | 128.57 | 0.28 | 0.44 |
| Hex | 50 | 8F | 59 | 2C | 0 | 26 | 2C | 81 | 1C | 2C |
| Octal | 120 | 217 | 131 | 54 | 0 | 46 | 54 | 201 | 34 | 54 |
| Binary | 1010000 | 10001111 | 1011001 | 101100 | 0 | 100110 | 101100 | 10000001 | 11100 | 101100 |
Color Harmonies of #508F59
Complementary color
Monochromatic Colors of #508F59
Black with #508F59
Text Example
Text Example
White with #508F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508F59; }
p { color: rgb(80,143,89); }
H1.HeaderClassName
{
color: #508F59;
}
.AnyTagClassName
{
color: #508F59;
}
</style>
background-color css
<style>
a { background-color: #508F59; }
a { background-color: rgb(80,143,89); }
div.DivClassName
{
background-color: #508F59;
}
.BgClassName
{
background-color: #508F59;
}
</style>
border-color css
<style>
span { border-color: #508F59; }
span { border-color: rgb(80,143,89); }
td.TdClassName
{
border-color: #508F59;
}
.TagClassName
{
border-color: #508F59;
}
</style>