Shades of Fruit Salad #5BA458
Tints of Fruit Salad #5BA458
RGB
CMYK
RGB Variations
Color information
#5BA458 (or 0x5BA458) is known color: Fruit Salad. HEX triplet: 5B, A4 and 58. RGB value is (91,164,88). Sum of RGB (Red+Green+Blue) = 91+164+88=343 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.53% from 343); Green value is 164 (64.45% from 255 or 47.81% from 343); Blue value is 88 (34.77% from 255 or 25.66% from 343); Max value from RGB is 164 - color contains mainly: green. Hex color #5BA458 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA458 is #A45BA7. Grayscale: #858585. Windows color (decimal): -10771368 or 5809243. OLE color: 5809243.
HSL color Cylindrical-coordinate representation of color #5BA458: hue angle of 117.63º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5BA458 is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 91 | 164 | 88 | - |
| CMYK | 0.45 | 0 | 0.46 | 0.36 |
| HSL | 117.63º | 0.3% | 0.49% | - |
| HSV(B) | 117.63º | 0.46% | 0.64% | - |
| XYZ | 19.35 | 29.48 | 13.9 | - |
| YUV | 133.51 | 102.32 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 164 | 88 | 0.45 | 0 | 0.46 | 0.36 | 117.63 | 0.3 | 0.49 |
| Hex | 5B | A4 | 58 | 2D | 0 | 2E | 24 | 76 | 1E | 31 |
| Octal | 133 | 244 | 130 | 55 | 0 | 56 | 44 | 166 | 36 | 61 |
| Binary | 1011011 | 10100100 | 1011000 | 101101 | 0 | 101110 | 100100 | 1110110 | 11110 | 110001 |
Color Harmonies of #5BA458
Complementary color
Monochromatic Colors of #5BA458
Black with #5BA458
Text Example
Text Example
White with #5BA458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA458; }
p { color: rgb(91,164,88); }
H1.HeaderClassName
{
color: #5BA458;
}
.AnyTagClassName
{
color: #5BA458;
}
</style>
background-color css
<style>
a { background-color: #5BA458; }
a { background-color: rgb(91,164,88); }
div.DivClassName
{
background-color: #5BA458;
}
.BgClassName
{
background-color: #5BA458;
}
</style>
border-color css
<style>
span { border-color: #5BA458; }
span { border-color: rgb(91,164,88); }
td.TdClassName
{
border-color: #5BA458;
}
.TagClassName
{
border-color: #5BA458;
}
</style>