#53A660

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

Shades of Fruit Salad #53A660

Tints of Fruit Salad #53A660

Color information

#53A660 (or 0x53A660) is unknown color: approx Fruit Salad. HEX triplet: 53, A6 and 60. RGB value is (83,166,96). Sum of RGB (Red+Green+Blue) = 83+166+96=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 166 (65.23% from 255 or 48.12% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 166 - color contains mainly: green. Hex color #53A660 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A660 is #AC599F. Grayscale: #858585. Windows color (decimal): -11295136 or 6334035. OLE color: 6334035.

HSL color Cylindrical-coordinate representation of color #53A660: hue angle of 129.4º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #53A660 is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB8316696-
CMYK0.5000.420.35
HSL129.4º33.33%48.82%-
HSV(B)129.4º50%65.1%-
XYZ19.3129.9615.83-
YUV133.210792.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.06%
GREEN value IS 166 (65.23% from 255) = 48.12%
BLUE value IS 96 (37.89% from 255) = 27.83%
R=24.06%
G=48.12%
B=27.83%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal83166960.5000.420.35129.433.3348.82
Hex53A6603202A23812131
Octal12324614062052432014161
Binary1010011101001101100000110010010101010001110000001100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,166,96); }

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

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

 a { background-color: rgb(83,166,96); }

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

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

 span { border-color: rgb(83,166,96); }

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