#53AE56

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

Shades of Fruit Salad #53AE56

Tints of Fruit Salad #53AE56

Color information

#53AE56 (or 0x53AE56) is unknown color: approx Fruit Salad. HEX triplet: 53, AE and 56. RGB value is (83,174,86). Sum of RGB (Red+Green+Blue) = 83+174+86=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 174 (68.36% from 255 or 50.73% from 343); Blue value is 86 (33.98% from 255 or 25.07% from 343); Max value from RGB is 174 - color contains mainly: green. Hex color #53AE56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AE56 is #AC51A9. Grayscale: #898989. Windows color (decimal): -11293098 or 5680723. OLE color: 5680723.

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

Color convert

RGB8317486-
CMYK0.5200.510.32
HSL121.98º35.97%50.39%-
HSV(B)121.98º52.3%68.24%-
XYZ20.3832.7814.06-
YUV136.7699.3589.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.20%
GREEN value IS 174 (68.36% from 255) = 50.73%
BLUE value IS 86 (33.98% from 255) = 25.07%
R=24.20%
G=50.73%
B=25.07%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal83174860.5200.510.32121.9835.9750.39
Hex53AE5634033207a2432
Octal12325612664063401724462
Binary101001110101110101011011010001100111000001111010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AE56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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