#53A185

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

Shades of Patina #53A185

Tints of Patina #53A185

Color information

#53A185 (or 0x53A185) is unknown color: approx Patina. HEX triplet: 53, A1 and 85. RGB value is (83,161,133). Sum of RGB (Red+Green+Blue) = 83+161+133=377 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.02% from 377); Green value is 161 (63.28% from 255 or 42.71% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 161 - color contains mainly: green. Hex color #53A185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A185 is #AC5E7A. Grayscale: #868686. Windows color (decimal): -11296379 or 8757587. OLE color: 8757587.

HSL color Cylindrical-coordinate representation of color #53A185: hue angle of 158.46º 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 #53A185 is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB83161133-
CMYK0.4800.170.37
HSL158.46º31.97%47.84%-
HSV(B)158.46º48.45%63.14%-
XYZ20.5529.0226.71-
YUV134.49127.1691.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.02%
GREEN value IS 161 (63.28% from 255) = 42.71%
BLUE value IS 133 (52.34% from 255) = 35.28%
R=22.02%
G=42.71%
B=35.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal831611330.4800.170.37158.4631.9747.84
Hex53A18530011259e2030
Octal12324120560021452364060
Binary1010011101000011000010111000001000110010110011110100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,161,133); }

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

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

 a { background-color: rgb(83,161,133); }

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

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

 span { border-color: rgb(83,161,133); }

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