Shades of Fruit Salad #5AAB53
Tints of Fruit Salad #5AAB53
RGB
CMYK
RGB Variations
Color information
#5AAB53 (or 0x5AAB53) is known color: Fruit Salad. HEX triplet: 5A, AB and 53. RGB value is (90,171,83). Sum of RGB (Red+Green+Blue) = 90+171+83=344 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.16% from 344); Green value is 171 (67.19% from 255 or 49.71% from 344); Blue value is 83 (32.81% from 255 or 24.13% from 344); Max value from RGB is 171 - color contains mainly: green. Hex color #5AAB53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAB53 is #A554AC. Grayscale: #898989. Windows color (decimal): -10835117 or 5483354. OLE color: 5483354.
HSL color Cylindrical-coordinate representation of color #5AAB53: hue angle of 115.23º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AAB53 is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 171 | 83 | - |
| CMYK | 0.47 | 0 | 0.51 | 0.33 |
| HSL | 115.23º | 0.35% | 0.5% | - |
| HSV(B) | 115.23º | 0.51% | 0.67% | - |
| XYZ | 20.34 | 31.92 | 13.27 | - |
| YUV | 136.75 | 97.66 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 171 | 83 | 0.47 | 0 | 0.51 | 0.33 | 115.23 | 0.35 | 0.5 |
| Hex | 5A | AB | 53 | 2F | 0 | 33 | 21 | 73 | 23 | 32 |
| Octal | 132 | 253 | 123 | 57 | 0 | 63 | 41 | 163 | 43 | 62 |
| Binary | 1011010 | 10101011 | 1010011 | 101111 | 0 | 110011 | 100001 | 1110011 | 100011 | 110010 |
Color Harmonies of #5AAB53
Complementary color
Monochromatic Colors of #5AAB53
Black with #5AAB53
Text Example
Text Example
White with #5AAB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAB53; }
p { color: rgb(90,171,83); }
H1.HeaderClassName
{
color: #5AAB53;
}
.AnyTagClassName
{
color: #5AAB53;
}
</style>
background-color css
<style>
a { background-color: #5AAB53; }
a { background-color: rgb(90,171,83); }
div.DivClassName
{
background-color: #5AAB53;
}
.BgClassName
{
background-color: #5AAB53;
}
</style>
border-color css
<style>
span { border-color: #5AAB53; }
span { border-color: rgb(90,171,83); }
td.TdClassName
{
border-color: #5AAB53;
}
.TagClassName
{
border-color: #5AAB53;
}
</style>