Shades of Fruit Salad #519C59
Tints of Fruit Salad #519C59
RGB
CMYK
RGB Variations
Color information
#519C59 (or 0x519C59) is known color: Fruit Salad. HEX triplet: 51, 9C and 59. RGB value is (81,156,89). Sum of RGB (Red+Green+Blue) = 81+156+89=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 156 (61.33% from 255 or 47.85% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 156 - color contains mainly: green. Hex color #519C59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519C59 is #AE63A6. Grayscale: #7E7E7E. Windows color (decimal): -11428775 or 5872721. OLE color: 5872721.
HSL color Cylindrical-coordinate representation of color #519C59: hue angle of 126.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 #519C59 is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 81 | 156 | 89 | - |
| CMYK | 0.48 | 0 | 0.43 | 0.39 |
| HSL | 126.4º | 0.32% | 0.46% | - |
| HSV(B) | 126.4º | 0.48% | 0.61% | - |
| XYZ | 17.08 | 26.25 | 13.62 | - |
| YUV | 125.94 | 107.15 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 156 | 89 | 0.48 | 0 | 0.43 | 0.39 | 126.4 | 0.32 | 0.46 |
| Hex | 51 | 9C | 59 | 30 | 0 | 2B | 27 | 7E | 20 | 2E |
| Octal | 121 | 234 | 131 | 60 | 0 | 53 | 47 | 176 | 40 | 56 |
| Binary | 1010001 | 10011100 | 1011001 | 110000 | 0 | 101011 | 100111 | 1111110 | 100000 | 101110 |
Color Harmonies of #519C59
Complementary color
Monochromatic Colors of #519C59
Black with #519C59
Text Example
Text Example
White with #519C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519C59; }
p { color: rgb(81,156,89); }
H1.HeaderClassName
{
color: #519C59;
}
.AnyTagClassName
{
color: #519C59;
}
</style>
background-color css
<style>
a { background-color: #519C59; }
a { background-color: rgb(81,156,89); }
div.DivClassName
{
background-color: #519C59;
}
.BgClassName
{
background-color: #519C59;
}
</style>
border-color css
<style>
span { border-color: #519C59; }
span { border-color: rgb(81,156,89); }
td.TdClassName
{
border-color: #519C59;
}
.TagClassName
{
border-color: #519C59;
}
</style>