Html Css Color HEX #53A687 Patina

📋 copy color: '#53A687'

red 83 ◦ green 166 ◦ blue 135

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

Shades of Patina #53A687

Tints of Patina #53A687

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.23%

 BLUE value IS 135 (53.13% from 255) = 35.16%

R = 21.61%
G = 43.23%
B = 35.16%

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

#53A687 (or 0x53A687) is known color: Patina. HEX triplet: 53, A6 and 87. RGB value is (83,166,135). Sum of RGB (Red+Green+Blue) = 83+166+135=384 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.61% from 384); Green value is 166 (65.23% from 255 or 43.23% from 384); Blue value is 135 (53.12% from 255 or 35.16% from 384); Max value from RGB is 166 - color contains mainly: green. Hex color #53A687 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A687 is #AC5978. Grayscale: #898989. Windows color (decimal): -11295097 or 8889939. OLE color: 8889939.

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

Color convert

RGB 83 166 135 -
CMYK 0.50 0 0.19 0.35
HSL 157.59º 0.33% 0.49% -
HSV(B) 157.59º 0.5% 0.65% -
XYZ 21.58 30.86 27.74 -
YUV 137.65 126.5 89.02 -
System Red Green Blue C M Y K H S L
Decimal 83 166 135 0.50 0 0.19 0.35 157.59 0.33 0.49
Hex 53 A6 87 32 0 13 23 9E 21 31
Octal 123 246 207 62 0 23 43 236 41 61
Binary 1010011 10100110 10000111 110010 0 10011 100011 10011110 100001 110001

Color Harmonies of #53A687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A687

Black with #53A687

Text Example


Text Example

White with #53A687

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,166,135); }

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

background-color css

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

 a { background-color: rgb(83,166,135); }

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

border-color css

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

 span { border-color: rgb(83,166,135); }

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