Shades of Fruit Salad #53AA55
Tints of Fruit Salad #53AA55
RGB
CMYK
RGB Variations
Color information
#53AA55 (or 0x53AA55) is known color: Fruit Salad. HEX triplet: 53, AA and 55. RGB value is (83,170,85). Sum of RGB (Red+Green+Blue) = 83+170+85=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 170 (66.80% from 255 or 50.30% from 338); Blue value is 85 (33.59% from 255 or 25.15% from 338); Max value from RGB is 170 - color contains mainly: green. Hex color #53AA55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AA55 is #AC55AA. Grayscale: #868686. Windows color (decimal): -11294123 or 5614163. OLE color: 5614163.
HSL color Cylindrical-coordinate representation of color #53AA55: hue angle of 121.38º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53AA55 is Cyan = 0.51, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 170 | 85 | - |
| CMYK | 0.51 | 0 | 0.50 | 0.33 |
| HSL | 121.38º | 0.34% | 0.5% | - |
| HSV(B) | 121.38º | 0.51% | 0.67% | - |
| XYZ | 19.58 | 31.24 | 13.59 | - |
| YUV | 134.3 | 100.18 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 170 | 85 | 0.51 | 0 | 0.50 | 0.33 | 121.38 | 0.34 | 0.5 |
| Hex | 53 | AA | 55 | 33 | 0 | 32 | 21 | 79 | 22 | 32 |
| Octal | 123 | 252 | 125 | 63 | 0 | 62 | 41 | 171 | 42 | 62 |
| Binary | 1010011 | 10101010 | 1010101 | 110011 | 0 | 110010 | 100001 | 1111001 | 100010 | 110010 |
Color Harmonies of #53AA55
Complementary color
Monochromatic Colors of #53AA55
Black with #53AA55
Text Example
Text Example
White with #53AA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AA55; }
p { color: rgb(83,170,85); }
H1.HeaderClassName
{
color: #53AA55;
}
.AnyTagClassName
{
color: #53AA55;
}
</style>
background-color css
<style>
a { background-color: #53AA55; }
a { background-color: rgb(83,170,85); }
div.DivClassName
{
background-color: #53AA55;
}
.BgClassName
{
background-color: #53AA55;
}
</style>
border-color css
<style>
span { border-color: #53AA55; }
span { border-color: rgb(83,170,85); }
td.TdClassName
{
border-color: #53AA55;
}
.TagClassName
{
border-color: #53AA55;
}
</style>