Shades of Fruit Salad #53A059
Tints of Fruit Salad #53A059
RGB
CMYK
RGB Variations
Color information
#53A059 (or 0x53A059) is known color: Fruit Salad. HEX triplet: 53, A0 and 59. RGB value is (83,160,89). Sum of RGB (Red+Green+Blue) = 83+160+89=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 160 (62.89% from 255 or 48.19% from 332); Blue value is 89 (35.16% from 255 or 26.81% from 332); Max value from RGB is 160 - color contains mainly: green. Hex color #53A059 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A059 is #AC5FA6. Grayscale: #818181. Windows color (decimal): -11296679 or 5873747. OLE color: 5873747.
HSL color Cylindrical-coordinate representation of color #53A059: hue angle of 124.68º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #53A059 is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 83 | 160 | 89 | - |
| CMYK | 0.48 | 0 | 0.44 | 0.37 |
| HSL | 124.68º | 0.32% | 0.48% | - |
| HSV(B) | 124.68º | 0.48% | 0.63% | - |
| XYZ | 17.94 | 27.7 | 13.85 | - |
| YUV | 128.88 | 105.49 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 160 | 89 | 0.48 | 0 | 0.44 | 0.37 | 124.68 | 0.32 | 0.48 |
| Hex | 53 | A0 | 59 | 30 | 0 | 2C | 25 | 7D | 20 | 30 |
| Octal | 123 | 240 | 131 | 60 | 0 | 54 | 45 | 175 | 40 | 60 |
| Binary | 1010011 | 10100000 | 1011001 | 110000 | 0 | 101100 | 100101 | 1111101 | 100000 | 110000 |
Color Harmonies of #53A059
Complementary color
Monochromatic Colors of #53A059
Black with #53A059
Text Example
Text Example
White with #53A059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A059; }
p { color: rgb(83,160,89); }
H1.HeaderClassName
{
color: #53A059;
}
.AnyTagClassName
{
color: #53A059;
}
</style>
background-color css
<style>
a { background-color: #53A059; }
a { background-color: rgb(83,160,89); }
div.DivClassName
{
background-color: #53A059;
}
.BgClassName
{
background-color: #53A059;
}
</style>
border-color css
<style>
span { border-color: #53A059; }
span { border-color: rgb(83,160,89); }
td.TdClassName
{
border-color: #53A059;
}
.TagClassName
{
border-color: #53A059;
}
</style>