Shades of Fruit Salad #509F5C
Tints of Fruit Salad #509F5C
RGB
CMYK
RGB Variations
Color information
#509F5C (or 0x509F5C) is known color: Fruit Salad. HEX triplet: 50, 9F and 5C. RGB value is (80,159,92). Sum of RGB (Red+Green+Blue) = 80+159+92=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 159 (62.5% from 255 or 48.04% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 159 - color contains mainly: green. Hex color #509F5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509F5C is #AF60A3. Grayscale: #7F7F7F. Windows color (decimal): -11493540 or 6070096. OLE color: 6070096.
HSL color Cylindrical-coordinate representation of color #509F5C: hue angle of 129.11º 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 #509F5C is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 159 | 92 | - |
| CMYK | 0.50 | 0 | 0.42 | 0.38 |
| HSL | 129.11º | 0.33% | 0.47% | - |
| HSV(B) | 129.11º | 0.5% | 0.62% | - |
| XYZ | 17.64 | 27.27 | 14.46 | - |
| YUV | 127.74 | 107.83 | 93.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 159 | 92 | 0.50 | 0 | 0.42 | 0.38 | 129.11 | 0.33 | 0.47 |
| Hex | 50 | 9F | 5C | 32 | 0 | 2A | 26 | 81 | 21 | 2F |
| Octal | 120 | 237 | 134 | 62 | 0 | 52 | 46 | 201 | 41 | 57 |
| Binary | 1010000 | 10011111 | 1011100 | 110010 | 0 | 101010 | 100110 | 10000001 | 100001 | 101111 |
Color Harmonies of #509F5C
Complementary color
Monochromatic Colors of #509F5C
Black with #509F5C
Text Example
Text Example
White with #509F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509F5C; }
p { color: rgb(80,159,92); }
H1.HeaderClassName
{
color: #509F5C;
}
.AnyTagClassName
{
color: #509F5C;
}
</style>
background-color css
<style>
a { background-color: #509F5C; }
a { background-color: rgb(80,159,92); }
div.DivClassName
{
background-color: #509F5C;
}
.BgClassName
{
background-color: #509F5C;
}
</style>
border-color css
<style>
span { border-color: #509F5C; }
span { border-color: rgb(80,159,92); }
td.TdClassName
{
border-color: #509F5C;
}
.TagClassName
{
border-color: #509F5C;
}
</style>