Html Css Color HEX #53A386 Patina

📋 copy color: '#53A386'

red 83 ◦ green 163 ◦ blue 134

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

Shades of Patina #53A386

Tints of Patina #53A386

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.89%

 BLUE value IS 134 (52.73% from 255) = 35.26%

R = 21.84%
G = 42.89%
B = 35.26%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#53A386 (or 0x53A386) is known color: Patina. HEX triplet: 53, A3 and 86. RGB value is (83,163,134). Sum of RGB (Red+Green+Blue) = 83+163+134=380 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.84% from 380); Green value is 163 (64.06% from 255 or 42.89% from 380); Blue value is 134 (52.73% from 255 or 35.26% from 380); Max value from RGB is 163 - color contains mainly: green. Hex color #53A386 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A386 is #AC5C79. Grayscale: #878787. Windows color (decimal): -11295866 or 8823635. OLE color: 8823635.

HSL color Cylindrical-coordinate representation of color #53A386: hue angle of 158.25º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53A386 is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB 83 163 134 -
CMYK 0.49 0 0.18 0.36
HSL 158.25º 0.33% 0.48% -
HSV(B) 158.25º 0.49% 0.64% -
XYZ 20.97 29.75 27.19 -
YUV 135.77 127 90.36 -
System Red Green Blue C M Y K H S L
Decimal 83 163 134 0.49 0 0.18 0.36 158.25 0.33 0.48
Hex 53 A3 86 31 0 12 24 9E 21 30
Octal 123 243 206 61 0 22 44 236 41 60
Binary 1010011 10100011 10000110 110001 0 10010 100100 10011110 100001 110000

Color Harmonies of #53A386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A386

Black with #53A386

Text Example


Text Example

White with #53A386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,163,134); }

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

background-color css

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

 a { background-color: rgb(83,163,134); }

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

border-color css

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

 span { border-color: rgb(83,163,134); }

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