Shades of Fruit Salad #509155
Tints of Fruit Salad #509155
RGB
CMYK
RGB Variations
Color information
#509155 (or 0x509155) is known color: Fruit Salad. HEX triplet: 50, 91 and 55. RGB value is (80,145,85). Sum of RGB (Red+Green+Blue) = 80+145+85=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 145 (57.03% from 255 or 46.77% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 145 - color contains mainly: green. Hex color #509155 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509155 is #AF6EAA. Grayscale: #767676. Windows color (decimal): -11497131 or 5607760. OLE color: 5607760.
HSL color Cylindrical-coordinate representation of color #509155: hue angle of 124.62º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #509155 is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 145 | 85 | - |
| CMYK | 0.45 | 0 | 0.41 | 0.43 |
| HSL | 124.62º | 0.29% | 0.44% | - |
| HSV(B) | 124.62º | 0.45% | 0.57% | - |
| XYZ | 15.07 | 22.61 | 12.16 | - |
| YUV | 118.73 | 108.97 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 145 | 85 | 0.45 | 0 | 0.41 | 0.43 | 124.62 | 0.29 | 0.44 |
| Hex | 50 | 91 | 55 | 2D | 0 | 29 | 2B | 7D | 1D | 2C |
| Octal | 120 | 221 | 125 | 55 | 0 | 51 | 53 | 175 | 35 | 54 |
| Binary | 1010000 | 10010001 | 1010101 | 101101 | 0 | 101001 | 101011 | 1111101 | 11101 | 101100 |
Color Harmonies of #509155
Complementary color
Monochromatic Colors of #509155
Black with #509155
Text Example
Text Example
White with #509155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509155; }
p { color: rgb(80,145,85); }
H1.HeaderClassName
{
color: #509155;
}
.AnyTagClassName
{
color: #509155;
}
</style>
background-color css
<style>
a { background-color: #509155; }
a { background-color: rgb(80,145,85); }
div.DivClassName
{
background-color: #509155;
}
.BgClassName
{
background-color: #509155;
}
</style>
border-color css
<style>
span { border-color: #509155; }
span { border-color: rgb(80,145,85); }
td.TdClassName
{
border-color: #509155;
}
.TagClassName
{
border-color: #509155;
}
</style>