#53AE5C

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

Shades of Fruit Salad #53AE5C

Tints of Fruit Salad #53AE5C

Color information

#53AE5C (or 0x53AE5C) is unknown color: approx Fruit Salad. HEX triplet: 53, AE and 5C. RGB value is (83,174,92). Sum of RGB (Red+Green+Blue) = 83+174+92=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 174 (68.36% from 255 or 49.86% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 174 - color contains mainly: green. Hex color #53AE5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AE5C is #AC51A3. Grayscale: #898989. Windows color (decimal): -11293092 or 6073939. OLE color: 6073939.

HSL color Cylindrical-coordinate representation of color #53AE5C: hue angle of 125.93º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53AE5C is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB8317492-
CMYK0.5200.470.32
HSL125.93º35.97%50.39%-
HSV(B)125.93º52.3%68.24%-
XYZ20.6432.8815.38-
YUV137.44102.3589.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.78%
GREEN value IS 174 (68.36% from 255) = 49.86%
BLUE value IS 92 (36.33% from 255) = 26.36%
R=23.78%
G=49.86%
B=26.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal83174920.5200.470.32125.9335.9750.39
Hex53AE5C3402F207e2432
Octal12325613464057401764462
Binary101001110101110101110011010001011111000001111110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,174,92); }

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

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

 a { background-color: rgb(83,174,92); }

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

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

 span { border-color: rgb(83,174,92); }

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