#53AA5E

Color #53AA5E Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #53AA5E

Tints of Fruit Salad #53AA5E

Color information

#53AA5E (or 0x53AA5E) is unknown color: approx Fruit Salad. HEX triplet: 53, AA and 5E. RGB value is (83,170,94). Sum of RGB (Red+Green+Blue) = 83+170+94=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 170 (66.80% from 255 or 48.99% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 170 - color contains mainly: green. Hex color #53AA5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AA5E is #AC55A1. Grayscale: #878787. Windows color (decimal): -11294114 or 6203987. OLE color: 6203987.

HSL color Cylindrical-coordinate representation of color #53AA5E: hue angle of 127.59º 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 #53AA5E is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB8317094-
CMYK0.5100.450.33
HSL127.59º34.39%49.61%-
HSV(B)127.59º51.18%66.67%-
XYZ19.9631.415.6-
YUV135.32104.6890.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 23.92%
GREEN value IS 170 (66.80% from 255) = 48.99%
BLUE value IS 94 (37.11% from 255) = 27.09%
R=23.92%
G=48.99%
B=27.09%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal83170940.5100.450.33127.5934.3949.61
Hex53AA5E3302D21802232
Octal12325213663055412004262
Binary1010011101010101011110110011010110110000110000000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53AA5E; }

 p { color: rgb(83,170,94); }

 H1.HeaderClassName
 {
   color: #53AA5E;
 }
 .AnyTagClassName
 {
   color: #53AA5E;
 }
</style>
background-color css

<style>
 a { background-color: #53AA5E; }

 a { background-color: rgb(83,170,94); }

 div.DivClassName
 {
   background-color: #53AA5E;
 }
 .BgClassName
 {
   background-color: #53AA5E;
 }
</style>
border-color css

<style>
 span { border-color: #53AA5E; }

 span { border-color: rgb(83,170,94); }

 td.TdClassName
 {
   border-color: #53AA5E;
 }
 .TagClassName
 {
   border-color: #53AA5E;
 }
</style>