Shades of Fruit Salad #5BA658
Tints of Fruit Salad #5BA658
RGB
CMYK
RGB Variations
Color information
#5BA658 (or 0x5BA658) is known color: Fruit Salad. HEX triplet: 5B, A6 and 58. RGB value is (91,166,88). Sum of RGB (Red+Green+Blue) = 91+166+88=345 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.38% from 345); Green value is 166 (65.23% from 255 or 48.12% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 166 - color contains mainly: green. Hex color #5BA658 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA658 is #A459A7. Grayscale: #868686. Windows color (decimal): -10770856 or 5809755. OLE color: 5809755.
HSL color Cylindrical-coordinate representation of color #5BA658: hue angle of 117.69º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5BA658 is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 91 | 166 | 88 | - |
| CMYK | 0.45 | 0 | 0.47 | 0.35 |
| HSL | 117.69º | 0.31% | 0.5% | - |
| HSV(B) | 117.69º | 0.47% | 0.65% | - |
| XYZ | 19.71 | 30.2 | 14.02 | - |
| YUV | 134.68 | 101.65 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 166 | 88 | 0.45 | 0 | 0.47 | 0.35 | 117.69 | 0.31 | 0.5 |
| Hex | 5B | A6 | 58 | 2D | 0 | 2F | 23 | 76 | 1F | 32 |
| Octal | 133 | 246 | 130 | 55 | 0 | 57 | 43 | 166 | 37 | 62 |
| Binary | 1011011 | 10100110 | 1011000 | 101101 | 0 | 101111 | 100011 | 1110110 | 11111 | 110010 |
Color Harmonies of #5BA658
Complementary color
Monochromatic Colors of #5BA658
Black with #5BA658
Text Example
Text Example
White with #5BA658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA658; }
p { color: rgb(91,166,88); }
H1.HeaderClassName
{
color: #5BA658;
}
.AnyTagClassName
{
color: #5BA658;
}
</style>
background-color css
<style>
a { background-color: #5BA658; }
a { background-color: rgb(91,166,88); }
div.DivClassName
{
background-color: #5BA658;
}
.BgClassName
{
background-color: #5BA658;
}
</style>
border-color css
<style>
span { border-color: #5BA658; }
span { border-color: rgb(91,166,88); }
td.TdClassName
{
border-color: #5BA658;
}
.TagClassName
{
border-color: #5BA658;
}
</style>