Shades of Fruit Salad #5BAC53
Tints of Fruit Salad #5BAC53
RGB
CMYK
RGB Variations
Color information
#5BAC53 (or 0x5BAC53) is known color: Fruit Salad. HEX triplet: 5B, AC and 53. RGB value is (91,172,83). Sum of RGB (Red+Green+Blue) = 91+172+83=346 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.30% from 346); Green value is 172 (67.58% from 255 or 49.71% from 346); Blue value is 83 (32.81% from 255 or 23.99% from 346); Max value from RGB is 172 - color contains mainly: green. Hex color #5BAC53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAC53 is #A453AC. Grayscale: #898989. Windows color (decimal): -10769325 or 5483611. OLE color: 5483611.
HSL color Cylindrical-coordinate representation of color #5BAC53: hue angle of 114.61º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5BAC53 is Cyan = 0.47, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 172 | 83 | - |
| CMYK | 0.47 | 0 | 0.52 | 0.33 |
| HSL | 114.61º | 0.35% | 0.5% | - |
| HSV(B) | 114.61º | 0.52% | 0.67% | - |
| XYZ | 20.63 | 32.35 | 13.34 | - |
| YUV | 137.64 | 97.16 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 172 | 83 | 0.47 | 0 | 0.52 | 0.33 | 114.61 | 0.35 | 0.5 |
| Hex | 5B | AC | 53 | 2F | 0 | 34 | 21 | 73 | 23 | 32 |
| Octal | 133 | 254 | 123 | 57 | 0 | 64 | 41 | 163 | 43 | 62 |
| Binary | 1011011 | 10101100 | 1010011 | 101111 | 0 | 110100 | 100001 | 1110011 | 100011 | 110010 |
Color Harmonies of #5BAC53
Complementary color
Monochromatic Colors of #5BAC53
Black with #5BAC53
Text Example
Text Example
White with #5BAC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAC53; }
p { color: rgb(91,172,83); }
H1.HeaderClassName
{
color: #5BAC53;
}
.AnyTagClassName
{
color: #5BAC53;
}
</style>
background-color css
<style>
a { background-color: #5BAC53; }
a { background-color: rgb(91,172,83); }
div.DivClassName
{
background-color: #5BAC53;
}
.BgClassName
{
background-color: #5BAC53;
}
</style>
border-color css
<style>
span { border-color: #5BAC53; }
span { border-color: rgb(91,172,83); }
td.TdClassName
{
border-color: #5BAC53;
}
.TagClassName
{
border-color: #5BAC53;
}
</style>