Shades of Fruit Salad #5BA057
Tints of Fruit Salad #5BA057
RGB
CMYK
RGB Variations
Color information
#5BA057 (or 0x5BA057) is known color: Fruit Salad. HEX triplet: 5B, A0 and 57. RGB value is (91,160,87). Sum of RGB (Red+Green+Blue) = 91+160+87=338 (44% of max value = 765). Red value is 91 (35.94% from 255 or 26.92% from 338); Green value is 160 (62.89% from 255 or 47.34% from 338); Blue value is 87 (34.38% from 255 or 25.74% from 338); Max value from RGB is 160 - color contains mainly: green. Hex color #5BA057 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA057 is #A45FA8. Grayscale: #838383. Windows color (decimal): -10772393 or 5742683. OLE color: 5742683.
HSL color Cylindrical-coordinate representation of color #5BA057: hue angle of 116.71º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5BA057 is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 91 | 160 | 87 | - |
| CMYK | 0.43 | 0 | 0.46 | 0.37 |
| HSL | 116.71º | 0.3% | 0.48% | - |
| HSV(B) | 116.71º | 0.46% | 0.63% | - |
| XYZ | 18.61 | 28.05 | 13.45 | - |
| YUV | 131.05 | 103.14 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 160 | 87 | 0.43 | 0 | 0.46 | 0.37 | 116.71 | 0.3 | 0.48 |
| Hex | 5B | A0 | 57 | 2B | 0 | 2E | 25 | 75 | 1E | 30 |
| Octal | 133 | 240 | 127 | 53 | 0 | 56 | 45 | 165 | 36 | 60 |
| Binary | 1011011 | 10100000 | 1010111 | 101011 | 0 | 101110 | 100101 | 1110101 | 11110 | 110000 |
Color Harmonies of #5BA057
Complementary color
Monochromatic Colors of #5BA057
Black with #5BA057
Text Example
Text Example
White with #5BA057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA057; }
p { color: rgb(91,160,87); }
H1.HeaderClassName
{
color: #5BA057;
}
.AnyTagClassName
{
color: #5BA057;
}
</style>
background-color css
<style>
a { background-color: #5BA057; }
a { background-color: rgb(91,160,87); }
div.DivClassName
{
background-color: #5BA057;
}
.BgClassName
{
background-color: #5BA057;
}
</style>
border-color css
<style>
span { border-color: #5BA057; }
span { border-color: rgb(91,160,87); }
td.TdClassName
{
border-color: #5BA057;
}
.TagClassName
{
border-color: #5BA057;
}
</style>