#53A081

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

Shades of Patina #53A081

Tints of Patina #53A081

Color information

#53A081 (or 0x53A081) is unknown color: approx Patina. HEX triplet: 53, A0 and 81. RGB value is (83,160,129). Sum of RGB (Red+Green+Blue) = 83+160+129=372 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.31% from 372); Green value is 160 (62.89% from 255 or 43.01% from 372); Blue value is 129 (50.78% from 255 or 34.68% from 372); Max value from RGB is 160 - color contains mainly: green. Hex color #53A081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A081 is #AC5F7E. Grayscale: #858585. Windows color (decimal): -11296639 or 8495187. OLE color: 8495187.

HSL color Cylindrical-coordinate representation of color #53A081: hue angle of 155.84º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #53A081 is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB83160129-
CMYK0.4800.190.37
HSL155.84º31.69%47.65%-
HSV(B)155.84º48.12%62.75%-
XYZ20.128.5725.22-
YUV133.44125.4992.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.31%
GREEN value IS 160 (62.89% from 255) = 43.01%
BLUE value IS 129 (50.78% from 255) = 34.68%
R=22.31%
G=43.01%
B=34.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal831601290.4800.190.37155.8431.6947.65
Hex53A08130013259c2030
Octal12324020160023452344060
Binary1010011101000001000000111000001001110010110011100100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,160,129); }

 H1.HeaderClassName
 {
   color: #53A081;
 }
 .AnyTagClassName
 {
   color: #53A081;
 }
</style>
background-color css

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

 a { background-color: rgb(83,160,129); }

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

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

 span { border-color: rgb(83,160,129); }

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