Shades of Fruit Salad #53A546
Tints of Fruit Salad #53A546
RGB
CMYK
RGB Variations
Color information
#53A546 (or 0x53A546) is known color: Fruit Salad. HEX triplet: 53, A5 and 46. RGB value is (83,165,70). Sum of RGB (Red+Green+Blue) = 83+165+70=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 165 (64.84% from 255 or 51.89% from 318); Blue value is 70 (27.73% from 255 or 22.01% from 318); Max value from RGB is 165 - color contains mainly: green. Hex color #53A546 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A546 is #AC5AB9. Grayscale: #818181. Windows color (decimal): -11295418 or 4629843. OLE color: 4629843.
HSL color Cylindrical-coordinate representation of color #53A546: hue angle of 111.79º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53A546 is Cyan = 0.50, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 83 | 165 | 70 | - |
| CMYK | 0.50 | 0 | 0.58 | 0.35 |
| HSL | 111.79º | 0.4% | 0.46% | - |
| HSV(B) | 111.79º | 0.58% | 0.65% | - |
| XYZ | 18.13 | 29.19 | 10.47 | - |
| YUV | 129.65 | 94.33 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 165 | 70 | 0.50 | 0 | 0.58 | 0.35 | 111.79 | 0.4 | 0.46 |
| Hex | 53 | A5 | 46 | 32 | 0 | 3A | 23 | 70 | 28 | 2E |
| Octal | 123 | 245 | 106 | 62 | 0 | 72 | 43 | 160 | 50 | 56 |
| Binary | 1010011 | 10100101 | 1000110 | 110010 | 0 | 111010 | 100011 | 1110000 | 101000 | 101110 |
Color Harmonies of #53A546
Complementary color
Monochromatic Colors of #53A546
Black with #53A546
Text Example
Text Example
White with #53A546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A546; }
p { color: rgb(83,165,70); }
H1.HeaderClassName
{
color: #53A546;
}
.AnyTagClassName
{
color: #53A546;
}
</style>
background-color css
<style>
a { background-color: #53A546; }
a { background-color: rgb(83,165,70); }
div.DivClassName
{
background-color: #53A546;
}
.BgClassName
{
background-color: #53A546;
}
</style>
border-color css
<style>
span { border-color: #53A546; }
span { border-color: rgb(83,165,70); }
td.TdClassName
{
border-color: #53A546;
}
.TagClassName
{
border-color: #53A546;
}
</style>