#53A687

Color #53A687 Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #53A687

Tints of Patina #53A687

Color information

#53A687 (or 0x53A687) is unknown color: approx 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

RGB83166135-
CMYK0.5000.190.35
HSL157.59º33.33%48.82%-
HSV(B)157.59º50%65.1%-
XYZ21.5830.8627.74-
YUV137.65126.589.02-

RGB Variations

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

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.12% from 255) = 35.16%
R=21.61%
G=43.23%
B=35.16%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal831661350.5000.190.35157.5933.3348.82
Hex53A68732013239e2131
Octal12324620762023432364161
Binary1010011101001101000011111001001001110001110011110100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>