Shades of Fruit Salad #53A155
Tints of Fruit Salad #53A155
RGB
CMYK
RGB Variations
Color information
#53A155 (or 0x53A155) is known color: Fruit Salad. HEX triplet: 53, A1 and 55. RGB value is (83,161,85). Sum of RGB (Red+Green+Blue) = 83+161+85=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 161 (63.28% from 255 or 48.94% from 329); Blue value is 85 (33.59% from 255 or 25.84% from 329); Max value from RGB is 161 - color contains mainly: green. Hex color #53A155 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A155 is #AC5EAA. Grayscale: #818181. Windows color (decimal): -11296427 or 5611859. OLE color: 5611859.
HSL color Cylindrical-coordinate representation of color #53A155: hue angle of 121.54º 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 #53A155 is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 83 | 161 | 85 | - |
| CMYK | 0.48 | 0 | 0.47 | 0.37 |
| HSL | 121.54º | 0.32% | 0.48% | - |
| HSV(B) | 121.54º | 0.48% | 0.63% | - |
| XYZ | 17.95 | 27.98 | 13.05 | - |
| YUV | 129.01 | 103.16 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 161 | 85 | 0.48 | 0 | 0.47 | 0.37 | 121.54 | 0.32 | 0.48 |
| Hex | 53 | A1 | 55 | 30 | 0 | 2F | 25 | 7A | 20 | 30 |
| Octal | 123 | 241 | 125 | 60 | 0 | 57 | 45 | 172 | 40 | 60 |
| Binary | 1010011 | 10100001 | 1010101 | 110000 | 0 | 101111 | 100101 | 1111010 | 100000 | 110000 |
Color Harmonies of #53A155
Complementary color
Monochromatic Colors of #53A155
Black with #53A155
Text Example
Text Example
White with #53A155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A155; }
p { color: rgb(83,161,85); }
H1.HeaderClassName
{
color: #53A155;
}
.AnyTagClassName
{
color: #53A155;
}
</style>
background-color css
<style>
a { background-color: #53A155; }
a { background-color: rgb(83,161,85); }
div.DivClassName
{
background-color: #53A155;
}
.BgClassName
{
background-color: #53A155;
}
</style>
border-color css
<style>
span { border-color: #53A155; }
span { border-color: rgb(83,161,85); }
td.TdClassName
{
border-color: #53A155;
}
.TagClassName
{
border-color: #53A155;
}
</style>