Shades of Fruit Salad #5BA456
Tints of Fruit Salad #5BA456
RGB
CMYK
RGB Variations
Color information
#5BA456 (or 0x5BA456) is known color: Fruit Salad. HEX triplet: 5B, A4 and 56. RGB value is (91,164,86). Sum of RGB (Red+Green+Blue) = 91+164+86=341 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.69% from 341); Green value is 164 (64.45% from 255 or 48.09% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 164 - color contains mainly: green. Hex color #5BA456 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA456 is #A45BA9. Grayscale: #858585. Windows color (decimal): -10771370 or 5678171. OLE color: 5678171.
HSL color Cylindrical-coordinate representation of color #5BA456: hue angle of 116.15º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5BA456 is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 91 | 164 | 86 | - |
| CMYK | 0.45 | 0 | 0.48 | 0.36 |
| HSL | 116.15º | 0.31% | 0.49% | - |
| HSV(B) | 116.15º | 0.48% | 0.64% | - |
| XYZ | 19.27 | 29.45 | 13.47 | - |
| YUV | 133.28 | 101.32 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 164 | 86 | 0.45 | 0 | 0.48 | 0.36 | 116.15 | 0.31 | 0.49 |
| Hex | 5B | A4 | 56 | 2D | 0 | 30 | 24 | 74 | 1F | 31 |
| Octal | 133 | 244 | 126 | 55 | 0 | 60 | 44 | 164 | 37 | 61 |
| Binary | 1011011 | 10100100 | 1010110 | 101101 | 0 | 110000 | 100100 | 1110100 | 11111 | 110001 |
Color Harmonies of #5BA456
Complementary color
Monochromatic Colors of #5BA456
Black with #5BA456
Text Example
Text Example
White with #5BA456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA456; }
p { color: rgb(91,164,86); }
H1.HeaderClassName
{
color: #5BA456;
}
.AnyTagClassName
{
color: #5BA456;
}
</style>
background-color css
<style>
a { background-color: #5BA456; }
a { background-color: rgb(91,164,86); }
div.DivClassName
{
background-color: #5BA456;
}
.BgClassName
{
background-color: #5BA456;
}
</style>
border-color css
<style>
span { border-color: #5BA456; }
span { border-color: rgb(91,164,86); }
td.TdClassName
{
border-color: #5BA456;
}
.TagClassName
{
border-color: #5BA456;
}
</style>