Html Css Color HEX #53A560 Fruit Salad

📋 copy color: '#53A560'

red 83 ◦ green 165 ◦ blue 96

#53A560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #53A560

Tints of Fruit Salad #53A560

RGB

 RED value IS 83 (32.81% from 255) = 24.13%

 GREEN value IS 165 (64.84% from 255) = 47.97%

 BLUE value IS 96 (37.89% from 255) = 27.91%

R = 24.13%
G = 47.97%
B = 27.91%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#53A560 (or 0x53A560) is known color: Fruit Salad. HEX triplet: 53, A5 and 60. RGB value is (83,165,96). Sum of RGB (Red+Green+Blue) = 83+165+96=344 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.13% from 344); Green value is 165 (64.84% from 255 or 47.97% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 165 - color contains mainly: green. Hex color #53A560 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A560 is #AC5A9F. Grayscale: #848484. Windows color (decimal): -11295392 or 6333779. OLE color: 6333779.

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

Color convert

RGB 83 165 96 -
CMYK 0.50 0 0.42 0.35
HSL 129.51º 0.33% 0.49% -
HSV(B) 129.51º 0.5% 0.65% -
XYZ 19.13 29.59 15.77 -
YUV 132.62 107.33 92.61 -
System Red Green Blue C M Y K H S L
Decimal 83 165 96 0.50 0 0.42 0.35 129.51 0.33 0.49
Hex 53 A5 60 32 0 2A 23 82 21 31
Octal 123 245 140 62 0 52 43 202 41 61
Binary 1010011 10100101 1100000 110010 0 101010 100011 10000010 100001 110001

Color Harmonies of #53A560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A560

Black with #53A560

Text Example


Text Example

White with #53A560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53A560;
 }
 .AnyTagClassName
 {
   color: #53A560;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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