Html Css Color HEX #53A586 Patina

📋 copy color: '#53A586'

red 83 ◦ green 165 ◦ blue 134

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

Shades of Patina #53A586

Tints of Patina #53A586

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.19%

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

R = 21.73%
G = 43.19%
B = 35.08%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#53A586 (or 0x53A586) is known color: Patina. HEX triplet: 53, A5 and 86. RGB value is (83,165,134). Sum of RGB (Red+Green+Blue) = 83+165+134=382 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.73% from 382); Green value is 165 (64.84% from 255 or 43.19% from 382); Blue value is 134 (52.73% from 255 or 35.08% from 382); Max value from RGB is 165 - color contains mainly: green. Hex color #53A586 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A586 is #AC5A79. Grayscale: #888888. Windows color (decimal): -11295354 or 8824147. OLE color: 8824147.

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

Color convert

RGB 83 165 134 -
CMYK 0.50 0 0.19 0.35
HSL 157.32º 0.33% 0.49% -
HSV(B) 157.32º 0.5% 0.65% -
XYZ 21.33 30.47 27.31 -
YUV 136.95 126.33 89.52 -
System Red Green Blue C M Y K H S L
Decimal 83 165 134 0.50 0 0.19 0.35 157.32 0.33 0.49
Hex 53 A5 86 32 0 13 23 9D 21 31
Octal 123 245 206 62 0 23 43 235 41 61
Binary 1010011 10100101 10000110 110010 0 10011 100011 10011101 100001 110001

Color Harmonies of #53A586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A586

Black with #53A586

Text Example


Text Example

White with #53A586

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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