Html Css Color HEX #53A389 Patina

📋 copy color: '#53A389'

red 83 ◦ green 163 ◦ blue 137

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

Shades of Patina #53A389

Tints of Patina #53A389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 35.77%

R = 21.67%
G = 42.56%
B = 35.77%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#53A389 (or 0x53A389) is known color: Patina. HEX triplet: 53, A3 and 89. RGB value is (83,163,137). Sum of RGB (Red+Green+Blue) = 83+163+137=383 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.67% from 383); Green value is 163 (64.06% from 255 or 42.56% from 383); Blue value is 137 (53.91% from 255 or 35.77% from 383); Max value from RGB is 163 - color contains mainly: green. Hex color #53A389 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A389 is #AC5C76. Grayscale: #888888. Windows color (decimal): -11295863 or 9020243. OLE color: 9020243.

HSL color Cylindrical-coordinate representation of color #53A389: hue angle of 160.5º 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 #53A389 is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 83 163 137 -
CMYK 0.49 0 0.16 0.36
HSL 160.5º 0.33% 0.48% -
HSV(B) 160.5º 0.49% 0.64% -
XYZ 21.18 29.84 28.31 -
YUV 136.12 128.5 90.11 -
System Red Green Blue C M Y K H S L
Decimal 83 163 137 0.49 0 0.16 0.36 160.5 0.33 0.48
Hex 53 A3 89 31 0 10 24 A0 21 30
Octal 123 243 211 61 0 20 44 240 41 60
Binary 1010011 10100011 10001001 110001 0 10000 100100 10100000 100001 110000

Color Harmonies of #53A389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A389

Black with #53A389

Text Example


Text Example

White with #53A389

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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