Shades of Fruit Salad #5BA556
Tints of Fruit Salad #5BA556
RGB
CMYK
RGB Variations
Color information
#5BA556 (or 0x5BA556) is known color: Fruit Salad. HEX triplet: 5B, A5 and 56. RGB value is (91,165,86). Sum of RGB (Red+Green+Blue) = 91+165+86=342 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.61% from 342); Green value is 165 (64.84% from 255 or 48.25% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 165 - color contains mainly: green. Hex color #5BA556 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA556 is #A45AA9. Grayscale: #868686. Windows color (decimal): -10771114 or 5678427. OLE color: 5678427.
HSL color Cylindrical-coordinate representation of color #5BA556: hue angle of 116.2º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5BA556 is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 91 | 165 | 86 | - |
| CMYK | 0.45 | 0 | 0.48 | 0.35 |
| HSL | 116.2º | 0.31% | 0.49% | - |
| HSV(B) | 116.2º | 0.48% | 0.65% | - |
| XYZ | 19.45 | 29.81 | 13.53 | - |
| YUV | 133.87 | 100.98 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 165 | 86 | 0.45 | 0 | 0.48 | 0.35 | 116.2 | 0.31 | 0.49 |
| Hex | 5B | A5 | 56 | 2D | 0 | 30 | 23 | 74 | 1F | 31 |
| Octal | 133 | 245 | 126 | 55 | 0 | 60 | 43 | 164 | 37 | 61 |
| Binary | 1011011 | 10100101 | 1010110 | 101101 | 0 | 110000 | 100011 | 1110100 | 11111 | 110001 |
Color Harmonies of #5BA556
Complementary color
Monochromatic Colors of #5BA556
Black with #5BA556
Text Example
Text Example
White with #5BA556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA556; }
p { color: rgb(91,165,86); }
H1.HeaderClassName
{
color: #5BA556;
}
.AnyTagClassName
{
color: #5BA556;
}
</style>
background-color css
<style>
a { background-color: #5BA556; }
a { background-color: rgb(91,165,86); }
div.DivClassName
{
background-color: #5BA556;
}
.BgClassName
{
background-color: #5BA556;
}
</style>
border-color css
<style>
span { border-color: #5BA556; }
span { border-color: rgb(91,165,86); }
td.TdClassName
{
border-color: #5BA556;
}
.TagClassName
{
border-color: #5BA556;
}
</style>