Shades of Fruit Salad #5BA659
Tints of Fruit Salad #5BA659
RGB
CMYK
RGB Variations
Color information
#5BA659 (or 0x5BA659) is known color: Fruit Salad. HEX triplet: 5B, A6 and 59. RGB value is (91,166,89). Sum of RGB (Red+Green+Blue) = 91+166+89=346 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.30% from 346); Green value is 166 (65.23% from 255 or 47.98% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 166 - color contains mainly: green. Hex color #5BA659 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA659 is #A459A6. Grayscale: #878787. Windows color (decimal): -10770855 or 5875291. OLE color: 5875291.
HSL color Cylindrical-coordinate representation of color #5BA659: hue angle of 118.44º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5BA659 is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 91 | 166 | 89 | - |
| CMYK | 0.45 | 0 | 0.46 | 0.35 |
| HSL | 118.44º | 0.3% | 0.5% | - |
| HSV(B) | 118.44º | 0.46% | 0.65% | - |
| XYZ | 19.75 | 30.22 | 14.24 | - |
| YUV | 134.8 | 102.15 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 166 | 89 | 0.45 | 0 | 0.46 | 0.35 | 118.44 | 0.3 | 0.5 |
| Hex | 5B | A6 | 59 | 2D | 0 | 2E | 23 | 76 | 1E | 32 |
| Octal | 133 | 246 | 131 | 55 | 0 | 56 | 43 | 166 | 36 | 62 |
| Binary | 1011011 | 10100110 | 1011001 | 101101 | 0 | 101110 | 100011 | 1110110 | 11110 | 110010 |
Color Harmonies of #5BA659
Complementary color
Monochromatic Colors of #5BA659
Black with #5BA659
Text Example
Text Example
White with #5BA659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA659; }
p { color: rgb(91,166,89); }
H1.HeaderClassName
{
color: #5BA659;
}
.AnyTagClassName
{
color: #5BA659;
}
</style>
background-color css
<style>
a { background-color: #5BA659; }
a { background-color: rgb(91,166,89); }
div.DivClassName
{
background-color: #5BA659;
}
.BgClassName
{
background-color: #5BA659;
}
</style>
border-color css
<style>
span { border-color: #5BA659; }
span { border-color: rgb(91,166,89); }
td.TdClassName
{
border-color: #5BA659;
}
.TagClassName
{
border-color: #5BA659;
}
</style>