Html Css Color HEX #53A789 Patina

📋 copy color: '#53A789'

red 83 ◦ green 167 ◦ blue 137

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

Shades of Patina #53A789

Tints of Patina #53A789

RGB

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

 GREEN value IS 167 (65.63% from 255) = 43.15%

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

R = 21.45%
G = 43.15%
B = 35.4%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#53A789 (or 0x53A789) is known color: Patina. HEX triplet: 53, A7 and 89. RGB value is (83,167,137). Sum of RGB (Red+Green+Blue) = 83+167+137=387 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.45% from 387); Green value is 167 (65.62% from 255 or 43.15% from 387); Blue value is 137 (53.91% from 255 or 35.40% from 387); Max value from RGB is 167 - color contains mainly: green. Hex color #53A789 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A789 is #AC5876. Grayscale: #8A8A8A. Windows color (decimal): -11294839 or 9021267. OLE color: 9021267.

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

Color convert

RGB 83 167 137 -
CMYK 0.50 0 0.18 0.35
HSL 158.57º 0.34% 0.49% -
HSV(B) 158.57º 0.5% 0.65% -
XYZ 21.9 31.28 28.55 -
YUV 138.46 127.17 88.44 -
System Red Green Blue C M Y K H S L
Decimal 83 167 137 0.50 0 0.18 0.35 158.57 0.34 0.49
Hex 53 A7 89 32 0 12 23 9F 22 31
Octal 123 247 211 62 0 22 43 237 42 61
Binary 1010011 10100111 10001001 110010 0 10010 100011 10011111 100010 110001

Color Harmonies of #53A789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A789

Black with #53A789

Text Example


Text Example

White with #53A789

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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