Shades of Fruit Salad #519A59
Tints of Fruit Salad #519A59
RGB
CMYK
RGB Variations
Color information
#519A59 (or 0x519A59) is known color: Fruit Salad. HEX triplet: 51, 9A and 59. RGB value is (81,154,89). Sum of RGB (Red+Green+Blue) = 81+154+89=324 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25% from 324); Green value is 154 (60.55% from 255 or 47.53% from 324); Blue value is 89 (35.16% from 255 or 27.47% from 324); Max value from RGB is 154 - color contains mainly: green. Hex color #519A59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519A59 is #AE65A6. Grayscale: #7C7C7C. Windows color (decimal): -11429287 or 5872209. OLE color: 5872209.
HSL color Cylindrical-coordinate representation of color #519A59: hue angle of 126.58º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #519A59 is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 81 | 154 | 89 | - |
| CMYK | 0.47 | 0 | 0.42 | 0.40 |
| HSL | 126.58º | 0.31% | 0.46% | - |
| HSV(B) | 126.58º | 0.47% | 0.6% | - |
| XYZ | 16.75 | 25.58 | 13.51 | - |
| YUV | 124.76 | 107.82 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 154 | 89 | 0.47 | 0 | 0.42 | 0.40 | 126.58 | 0.31 | 0.46 |
| Hex | 51 | 9A | 59 | 2F | 0 | 2A | 28 | 7F | 1F | 2E |
| Octal | 121 | 232 | 131 | 57 | 0 | 52 | 50 | 177 | 37 | 56 |
| Binary | 1010001 | 10011010 | 1011001 | 101111 | 0 | 101010 | 101000 | 1111111 | 11111 | 101110 |
Color Harmonies of #519A59
Complementary color
Monochromatic Colors of #519A59
Black with #519A59
Text Example
Text Example
White with #519A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519A59; }
p { color: rgb(81,154,89); }
H1.HeaderClassName
{
color: #519A59;
}
.AnyTagClassName
{
color: #519A59;
}
</style>
background-color css
<style>
a { background-color: #519A59; }
a { background-color: rgb(81,154,89); }
div.DivClassName
{
background-color: #519A59;
}
.BgClassName
{
background-color: #519A59;
}
</style>
border-color css
<style>
span { border-color: #519A59; }
span { border-color: rgb(81,154,89); }
td.TdClassName
{
border-color: #519A59;
}
.TagClassName
{
border-color: #519A59;
}
</style>