Shades of Fruit Salad #5BA555
Tints of Fruit Salad #5BA555
RGB
CMYK
RGB Variations
Color information
#5BA555 (or 0x5BA555) is known color: Fruit Salad. HEX triplet: 5B, A5 and 55. RGB value is (91,165,85). Sum of RGB (Red+Green+Blue) = 91+165+85=341 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.69% from 341); Green value is 165 (64.84% from 255 or 48.39% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 165 - color contains mainly: green. Hex color #5BA555 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA555 is #A45AAA. Grayscale: #868686. Windows color (decimal): -10771115 or 5612891. OLE color: 5612891.
HSL color Cylindrical-coordinate representation of color #5BA555: hue angle of 115.5º degrees, saturation: 0.32, 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 #5BA555 is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 91 | 165 | 85 | - |
| CMYK | 0.45 | 0 | 0.48 | 0.35 |
| HSL | 115.5º | 0.32% | 0.49% | - |
| HSV(B) | 115.5º | 0.48% | 0.65% | - |
| XYZ | 19.41 | 29.79 | 13.32 | - |
| YUV | 133.75 | 100.48 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 165 | 85 | 0.45 | 0 | 0.48 | 0.35 | 115.5 | 0.32 | 0.49 |
| Hex | 5B | A5 | 55 | 2D | 0 | 30 | 23 | 74 | 20 | 31 |
| Octal | 133 | 245 | 125 | 55 | 0 | 60 | 43 | 164 | 40 | 61 |
| Binary | 1011011 | 10100101 | 1010101 | 101101 | 0 | 110000 | 100011 | 1110100 | 100000 | 110001 |
Color Harmonies of #5BA555
Complementary color
Monochromatic Colors of #5BA555
Black with #5BA555
Text Example
Text Example
White with #5BA555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA555; }
p { color: rgb(91,165,85); }
H1.HeaderClassName
{
color: #5BA555;
}
.AnyTagClassName
{
color: #5BA555;
}
</style>
background-color css
<style>
a { background-color: #5BA555; }
a { background-color: rgb(91,165,85); }
div.DivClassName
{
background-color: #5BA555;
}
.BgClassName
{
background-color: #5BA555;
}
</style>
border-color css
<style>
span { border-color: #5BA555; }
span { border-color: rgb(91,165,85); }
td.TdClassName
{
border-color: #5BA555;
}
.TagClassName
{
border-color: #5BA555;
}
</style>