Shades of Fruit Salad #53AB57
Tints of Fruit Salad #53AB57
RGB
CMYK
RGB Variations
Color information
#53AB57 (or 0x53AB57) is known color: Fruit Salad. HEX triplet: 53, AB and 57. RGB value is (83,171,87). Sum of RGB (Red+Green+Blue) = 83+171+87=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 171 (67.19% from 255 or 50.15% from 341); Blue value is 87 (34.38% from 255 or 25.51% from 341); Max value from RGB is 171 - color contains mainly: green. Hex color #53AB57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AB57 is #AC54A8. Grayscale: #878787. Windows color (decimal): -11293865 or 5745491. OLE color: 5745491.
HSL color Cylindrical-coordinate representation of color #53AB57: hue angle of 122.73º degrees, saturation: 0.35, 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 #53AB57 is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 171 | 87 | - |
| CMYK | 0.51 | 0 | 0.49 | 0.33 |
| HSL | 122.73º | 0.35% | 0.5% | - |
| HSV(B) | 122.73º | 0.51% | 0.67% | - |
| XYZ | 19.85 | 31.65 | 14.08 | - |
| YUV | 135.11 | 100.85 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 171 | 87 | 0.51 | 0 | 0.49 | 0.33 | 122.73 | 0.35 | 0.5 |
| Hex | 53 | AB | 57 | 33 | 0 | 31 | 21 | 7B | 23 | 32 |
| Octal | 123 | 253 | 127 | 63 | 0 | 61 | 41 | 173 | 43 | 62 |
| Binary | 1010011 | 10101011 | 1010111 | 110011 | 0 | 110001 | 100001 | 1111011 | 100011 | 110010 |
Color Harmonies of #53AB57
Complementary color
Monochromatic Colors of #53AB57
Black with #53AB57
Text Example
Text Example
White with #53AB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AB57; }
p { color: rgb(83,171,87); }
H1.HeaderClassName
{
color: #53AB57;
}
.AnyTagClassName
{
color: #53AB57;
}
</style>
background-color css
<style>
a { background-color: #53AB57; }
a { background-color: rgb(83,171,87); }
div.DivClassName
{
background-color: #53AB57;
}
.BgClassName
{
background-color: #53AB57;
}
</style>
border-color css
<style>
span { border-color: #53AB57; }
span { border-color: rgb(83,171,87); }
td.TdClassName
{
border-color: #53AB57;
}
.TagClassName
{
border-color: #53AB57;
}
</style>