Shades of Fruit Salad #5BA059
Tints of Fruit Salad #5BA059
RGB
CMYK
RGB Variations
Color information
#5BA059 (or 0x5BA059) is known color: Fruit Salad. HEX triplet: 5B, A0 and 59. RGB value is (91,160,89). Sum of RGB (Red+Green+Blue) = 91+160+89=340 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.76% from 340); Green value is 160 (62.89% from 255 or 47.06% from 340); Blue value is 89 (35.16% from 255 or 26.18% from 340); Max value from RGB is 160 - color contains mainly: green. Hex color #5BA059 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA059 is #A45FA6. Grayscale: #838383. Windows color (decimal): -10772391 or 5873755. OLE color: 5873755.
HSL color Cylindrical-coordinate representation of color #5BA059: hue angle of 118.31º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5BA059 is Cyan = 0.43, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 91 | 160 | 89 | - |
| CMYK | 0.43 | 0 | 0.44 | 0.37 |
| HSL | 118.31º | 0.29% | 0.49% | - |
| HSV(B) | 118.31º | 0.44% | 0.63% | - |
| XYZ | 18.69 | 28.09 | 13.89 | - |
| YUV | 131.28 | 104.14 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 160 | 89 | 0.43 | 0 | 0.44 | 0.37 | 118.31 | 0.29 | 0.49 |
| Hex | 5B | A0 | 59 | 2B | 0 | 2C | 25 | 76 | 1D | 31 |
| Octal | 133 | 240 | 131 | 53 | 0 | 54 | 45 | 166 | 35 | 61 |
| Binary | 1011011 | 10100000 | 1011001 | 101011 | 0 | 101100 | 100101 | 1110110 | 11101 | 110001 |
Color Harmonies of #5BA059
Complementary color
Monochromatic Colors of #5BA059
Black with #5BA059
Text Example
Text Example
White with #5BA059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA059; }
p { color: rgb(91,160,89); }
H1.HeaderClassName
{
color: #5BA059;
}
.AnyTagClassName
{
color: #5BA059;
}
</style>
background-color css
<style>
a { background-color: #5BA059; }
a { background-color: rgb(91,160,89); }
div.DivClassName
{
background-color: #5BA059;
}
.BgClassName
{
background-color: #5BA059;
}
</style>
border-color css
<style>
span { border-color: #5BA059; }
span { border-color: rgb(91,160,89); }
td.TdClassName
{
border-color: #5BA059;
}
.TagClassName
{
border-color: #5BA059;
}
</style>