Html Css Color HEX #53A859 Fruit Salad

📋 copy color: '#53A859'

red 83 ◦ green 168 ◦ blue 89

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

Shades of Fruit Salad #53A859

Tints of Fruit Salad #53A859

RGB

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

 GREEN value IS 168 (66.02% from 255) = 49.41%

 BLUE value IS 89 (35.16% from 255) = 26.18%

R = 24.41%
G = 49.41%
B = 26.18%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#53A859 (or 0x53A859) is known color: Fruit Salad. HEX triplet: 53, A8 and 59. RGB value is (83,168,89). Sum of RGB (Red+Green+Blue) = 83+168+89=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 168 (66.02% from 255 or 49.41% from 340); Blue value is 89 (35.16% from 255 or 26.18% from 340); Max value from RGB is 168 - color contains mainly: green. Hex color #53A859 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A859 is #AC57A6. Grayscale: #858585. Windows color (decimal): -11294631 or 5875795. OLE color: 5875795.

HSL color Cylindrical-coordinate representation of color #53A859: hue angle of 124.24º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53A859 is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.34.

Color convert

RGB 83 168 89 -
CMYK 0.51 0 0.47 0.34
HSL 124.24º 0.34% 0.49% -
HSV(B) 124.24º 0.51% 0.66% -
XYZ 19.37 30.57 14.33 -
YUV 133.58 102.84 91.92 -
System Red Green Blue C M Y K H S L
Decimal 83 168 89 0.51 0 0.47 0.34 124.24 0.34 0.49
Hex 53 A8 59 33 0 2F 22 7C 22 31
Octal 123 250 131 63 0 57 42 174 42 61
Binary 1010011 10101000 1011001 110011 0 101111 100010 1111100 100010 110001

Color Harmonies of #53A859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A859

Black with #53A859

Text Example


Text Example

White with #53A859

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,168,89); }

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

background-color css

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

 a { background-color: rgb(83,168,89); }

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

border-color css

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

 span { border-color: rgb(83,168,89); }

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