Shades of Fruit Salad #509F5D
Tints of Fruit Salad #509F5D
RGB
CMYK
RGB Variations
Color information
#509F5D (or 0x509F5D) is known color: Fruit Salad. HEX triplet: 50, 9F and 5D. RGB value is (80,159,93). Sum of RGB (Red+Green+Blue) = 80+159+93=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 159 (62.5% from 255 or 47.89% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 159 - color contains mainly: green. Hex color #509F5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509F5D is #AF60A2. Grayscale: #808080. Windows color (decimal): -11493539 or 6135632. OLE color: 6135632.
HSL color Cylindrical-coordinate representation of color #509F5D: hue angle of 129.87º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #509F5D is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 159 | 93 | - |
| CMYK | 0.50 | 0 | 0.42 | 0.38 |
| HSL | 129.87º | 0.33% | 0.47% | - |
| HSV(B) | 129.87º | 0.5% | 0.62% | - |
| XYZ | 17.68 | 27.29 | 14.69 | - |
| YUV | 127.86 | 108.33 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 159 | 93 | 0.50 | 0 | 0.42 | 0.38 | 129.87 | 0.33 | 0.47 |
| Hex | 50 | 9F | 5D | 32 | 0 | 2A | 26 | 82 | 21 | 2F |
| Octal | 120 | 237 | 135 | 62 | 0 | 52 | 46 | 202 | 41 | 57 |
| Binary | 1010000 | 10011111 | 1011101 | 110010 | 0 | 101010 | 100110 | 10000010 | 100001 | 101111 |
Color Harmonies of #509F5D
Complementary color
Monochromatic Colors of #509F5D
Black with #509F5D
Text Example
Text Example
White with #509F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509F5D; }
p { color: rgb(80,159,93); }
H1.HeaderClassName
{
color: #509F5D;
}
.AnyTagClassName
{
color: #509F5D;
}
</style>
background-color css
<style>
a { background-color: #509F5D; }
a { background-color: rgb(80,159,93); }
div.DivClassName
{
background-color: #509F5D;
}
.BgClassName
{
background-color: #509F5D;
}
</style>
border-color css
<style>
span { border-color: #509F5D; }
span { border-color: rgb(80,159,93); }
td.TdClassName
{
border-color: #509F5D;
}
.TagClassName
{
border-color: #509F5D;
}
</style>