Shades of Fruit Salad #509B53
Tints of Fruit Salad #509B53
RGB
CMYK
RGB Variations
Color information
#509B53 (or 0x509B53) is known color: Fruit Salad. HEX triplet: 50, 9B and 53. RGB value is (80,155,83). Sum of RGB (Red+Green+Blue) = 80+155+83=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 155 (60.94% from 255 or 48.74% from 318); Blue value is 83 (32.81% from 255 or 26.10% from 318); Max value from RGB is 155 - color contains mainly: green. Hex color #509B53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509B53 is #AF64AC. Grayscale: #7C7C7C. Windows color (decimal): -11494573 or 5479248. OLE color: 5479248.
HSL color Cylindrical-coordinate representation of color #509B53: hue angle of 122.4º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #509B53 is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 155 | 83 | - |
| CMYK | 0.48 | 0 | 0.46 | 0.39 |
| HSL | 122.4º | 0.32% | 0.46% | - |
| HSV(B) | 122.4º | 0.48% | 0.61% | - |
| XYZ | 16.59 | 25.77 | 12.28 | - |
| YUV | 124.37 | 104.65 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 155 | 83 | 0.48 | 0 | 0.46 | 0.39 | 122.4 | 0.32 | 0.46 |
| Hex | 50 | 9B | 53 | 30 | 0 | 2E | 27 | 7A | 20 | 2E |
| Octal | 120 | 233 | 123 | 60 | 0 | 56 | 47 | 172 | 40 | 56 |
| Binary | 1010000 | 10011011 | 1010011 | 110000 | 0 | 101110 | 100111 | 1111010 | 100000 | 101110 |
Color Harmonies of #509B53
Complementary color
Monochromatic Colors of #509B53
Black with #509B53
Text Example
Text Example
White with #509B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509B53; }
p { color: rgb(80,155,83); }
H1.HeaderClassName
{
color: #509B53;
}
.AnyTagClassName
{
color: #509B53;
}
</style>
background-color css
<style>
a { background-color: #509B53; }
a { background-color: rgb(80,155,83); }
div.DivClassName
{
background-color: #509B53;
}
.BgClassName
{
background-color: #509B53;
}
</style>
border-color css
<style>
span { border-color: #509B53; }
span { border-color: rgb(80,155,83); }
td.TdClassName
{
border-color: #509B53;
}
.TagClassName
{
border-color: #509B53;
}
</style>