Shades of Fruit Salad #53A255
Tints of Fruit Salad #53A255
RGB
CMYK
RGB Variations
Color information
#53A255 (or 0x53A255) is known color: Fruit Salad. HEX triplet: 53, A2 and 55. RGB value is (83,162,85). Sum of RGB (Red+Green+Blue) = 83+162+85=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 162 (63.67% from 255 or 49.09% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 162 - color contains mainly: green. Hex color #53A255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A255 is #AC5DAA. Grayscale: #818181. Windows color (decimal): -11296171 or 5612115. OLE color: 5612115.
HSL color Cylindrical-coordinate representation of color #53A255: hue angle of 121.52º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53A255 is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 83 | 162 | 85 | - |
| CMYK | 0.49 | 0 | 0.48 | 0.36 |
| HSL | 121.52º | 0.32% | 0.48% | - |
| HSV(B) | 121.52º | 0.49% | 0.64% | - |
| XYZ | 18.13 | 28.34 | 13.11 | - |
| YUV | 129.6 | 102.83 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 162 | 85 | 0.49 | 0 | 0.48 | 0.36 | 121.52 | 0.32 | 0.48 |
| Hex | 53 | A2 | 55 | 31 | 0 | 30 | 24 | 7A | 20 | 30 |
| Octal | 123 | 242 | 125 | 61 | 0 | 60 | 44 | 172 | 40 | 60 |
| Binary | 1010011 | 10100010 | 1010101 | 110001 | 0 | 110000 | 100100 | 1111010 | 100000 | 110000 |
Color Harmonies of #53A255
Complementary color
Monochromatic Colors of #53A255
Black with #53A255
Text Example
Text Example
White with #53A255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A255; }
p { color: rgb(83,162,85); }
H1.HeaderClassName
{
color: #53A255;
}
.AnyTagClassName
{
color: #53A255;
}
</style>
background-color css
<style>
a { background-color: #53A255; }
a { background-color: rgb(83,162,85); }
div.DivClassName
{
background-color: #53A255;
}
.BgClassName
{
background-color: #53A255;
}
</style>
border-color css
<style>
span { border-color: #53A255; }
span { border-color: rgb(83,162,85); }
td.TdClassName
{
border-color: #53A255;
}
.TagClassName
{
border-color: #53A255;
}
</style>