Shades of Fruit Salad #53A352
Tints of Fruit Salad #53A352
RGB
CMYK
RGB Variations
Color information
#53A352 (or 0x53A352) is known color: Fruit Salad. HEX triplet: 53, A3 and 52. RGB value is (83,163,82). Sum of RGB (Red+Green+Blue) = 83+163+82=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 163 (64.06% from 255 or 49.70% from 328); Blue value is 82 (32.42% from 255 or 25% from 328); Max value from RGB is 163 - color contains mainly: green. Hex color #53A352 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A352 is #AC5CAD. Grayscale: #828282. Windows color (decimal): -11295918 or 5415763. OLE color: 5415763.
HSL color Cylindrical-coordinate representation of color #53A352: hue angle of 119.26º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #53A352 is Cyan = 0.49, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 83 | 163 | 82 | - |
| CMYK | 0.49 | 0 | 0.50 | 0.36 |
| HSL | 119.26º | 0.33% | 0.48% | - |
| HSV(B) | 119.26º | 0.5% | 0.64% | - |
| XYZ | 18.19 | 28.64 | 12.55 | - |
| YUV | 129.85 | 101 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 163 | 82 | 0.49 | 0 | 0.50 | 0.36 | 119.26 | 0.33 | 0.48 |
| Hex | 53 | A3 | 52 | 31 | 0 | 32 | 24 | 77 | 21 | 30 |
| Octal | 123 | 243 | 122 | 61 | 0 | 62 | 44 | 167 | 41 | 60 |
| Binary | 1010011 | 10100011 | 1010010 | 110001 | 0 | 110010 | 100100 | 1110111 | 100001 | 110000 |
Color Harmonies of #53A352
Complementary color
Monochromatic Colors of #53A352
Black with #53A352
Text Example
Text Example
White with #53A352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A352; }
p { color: rgb(83,163,82); }
H1.HeaderClassName
{
color: #53A352;
}
.AnyTagClassName
{
color: #53A352;
}
</style>
background-color css
<style>
a { background-color: #53A352; }
a { background-color: rgb(83,163,82); }
div.DivClassName
{
background-color: #53A352;
}
.BgClassName
{
background-color: #53A352;
}
</style>
border-color css
<style>
span { border-color: #53A352; }
span { border-color: rgb(83,163,82); }
td.TdClassName
{
border-color: #53A352;
}
.TagClassName
{
border-color: #53A352;
}
</style>