Html Css Color HEX #53A05D Fruit Salad

📋 copy color: '#53A05D'

red 83 ◦ green 160 ◦ blue 93

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

Shades of Fruit Salad #53A05D

Tints of Fruit Salad #53A05D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 47.62%

 BLUE value IS 93 (36.72% from 255) = 27.68%

R = 24.7%
G = 47.62%
B = 27.68%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#53A05D (or 0x53A05D) is known color: Fruit Salad. HEX triplet: 53, A0 and 5D. RGB value is (83,160,93). Sum of RGB (Red+Green+Blue) = 83+160+93=336 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.70% from 336); Green value is 160 (62.89% from 255 or 47.62% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 160 - color contains mainly: green. Hex color #53A05D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A05D is #AC5FA2. Grayscale: #818181. Windows color (decimal): -11296675 or 6135891. OLE color: 6135891.

HSL color Cylindrical-coordinate representation of color #53A05D: hue angle of 127.79º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #53A05D is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB 83 160 93 -
CMYK 0.48 0 0.42 0.37
HSL 127.79º 0.32% 0.48% -
HSV(B) 127.79º 0.48% 0.63% -
XYZ 18.11 27.77 14.76 -
YUV 129.34 107.49 94.95 -
System Red Green Blue C M Y K H S L
Decimal 83 160 93 0.48 0 0.42 0.37 127.79 0.32 0.48
Hex 53 A0 5D 30 0 2A 25 80 20 30
Octal 123 240 135 60 0 52 45 200 40 60
Binary 1010011 10100000 1011101 110000 0 101010 100101 10000000 100000 110000

Color Harmonies of #53A05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A05D

Black with #53A05D

Text Example


Text Example

White with #53A05D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,160,93); }

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

background-color css

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

 a { background-color: rgb(83,160,93); }

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

border-color css

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

 span { border-color: rgb(83,160,93); }

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