#53A561

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

Shades of Fruit Salad #53A561

Tints of Fruit Salad #53A561

Color information

#53A561 (or 0x53A561) is unknown color: approx Fruit Salad. HEX triplet: 53, A5 and 61. RGB value is (83,165,97). Sum of RGB (Red+Green+Blue) = 83+165+97=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 165 (64.84% from 255 or 47.83% from 345); Blue value is 97 (38.28% from 255 or 28.12% from 345); Max value from RGB is 165 - color contains mainly: green. Hex color #53A561 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A561 is #AC5A9E. Grayscale: #848484. Windows color (decimal): -11295391 or 6399315. OLE color: 6399315.

HSL color Cylindrical-coordinate representation of color #53A561: hue angle of 130.24º 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 #53A561 is Cyan = 0.50, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB8316597-
CMYK0.5000.410.35
HSL130.24º33.06%48.63%-
HSV(B)130.24º49.7%64.71%-
XYZ19.1829.6116.01-
YUV132.73107.8392.53-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.06%
GREEN value IS 165 (64.84% from 255) = 47.83%
BLUE value IS 97 (38.28% from 255) = 28.12%
R=24.06%
G=47.83%
B=28.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal83165970.5000.410.35130.2433.0648.63
Hex53A5613202923822131
Octal12324514162051432024161
Binary1010011101001011100001110010010100110001110000010100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,165,97); }

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

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

 a { background-color: rgb(83,165,97); }

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

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

 span { border-color: rgb(83,165,97); }

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