Shades of Fruit Salad #519B55
Tints of Fruit Salad #519B55
RGB
CMYK
RGB Variations
Color information
#519B55 (or 0x519B55) is known color: Fruit Salad. HEX triplet: 51, 9B and 55. RGB value is (81,155,85). Sum of RGB (Red+Green+Blue) = 81+155+85=321 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.23% from 321); Green value is 155 (60.94% from 255 or 48.29% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 155 - color contains mainly: green. Hex color #519B55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519B55 is #AE64AA. Grayscale: #7D7D7D. Windows color (decimal): -11429035 or 5610321. OLE color: 5610321.
HSL color Cylindrical-coordinate representation of color #519B55: hue angle of 123.24º degrees, saturation: 0.31, 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 #519B55 is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 81 | 155 | 85 | - |
| CMYK | 0.48 | 0 | 0.45 | 0.39 |
| HSL | 123.24º | 0.31% | 0.46% | - |
| HSV(B) | 123.24º | 0.48% | 0.61% | - |
| XYZ | 16.75 | 25.85 | 12.7 | - |
| YUV | 124.89 | 105.48 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 155 | 85 | 0.48 | 0 | 0.45 | 0.39 | 123.24 | 0.31 | 0.46 |
| Hex | 51 | 9B | 55 | 30 | 0 | 2D | 27 | 7B | 1F | 2E |
| Octal | 121 | 233 | 125 | 60 | 0 | 55 | 47 | 173 | 37 | 56 |
| Binary | 1010001 | 10011011 | 1010101 | 110000 | 0 | 101101 | 100111 | 1111011 | 11111 | 101110 |
Color Harmonies of #519B55
Complementary color
Monochromatic Colors of #519B55
Black with #519B55
Text Example
Text Example
White with #519B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519B55; }
p { color: rgb(81,155,85); }
H1.HeaderClassName
{
color: #519B55;
}
.AnyTagClassName
{
color: #519B55;
}
</style>
background-color css
<style>
a { background-color: #519B55; }
a { background-color: rgb(81,155,85); }
div.DivClassName
{
background-color: #519B55;
}
.BgClassName
{
background-color: #519B55;
}
</style>
border-color css
<style>
span { border-color: #519B55; }
span { border-color: rgb(81,155,85); }
td.TdClassName
{
border-color: #519B55;
}
.TagClassName
{
border-color: #519B55;
}
</style>