#53A38C

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

Shades of Patina #53A38C

Tints of Patina #53A38C

Color information

#53A38C (or 0x53A38C) is unknown color: approx Patina. HEX triplet: 53, A3 and 8C. RGB value is (83,163,140). Sum of RGB (Red+Green+Blue) = 83+163+140=386 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.50% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 163 - color contains mainly: green. Hex color #53A38C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A38C is #AC5C73. Grayscale: #888888. Windows color (decimal): -11295860 or 9216851. OLE color: 9216851.

HSL color Cylindrical-coordinate representation of color #53A38C: hue angle of 162.75º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53A38C is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB83163140-
CMYK0.4900.140.36
HSL162.75º32.52%48.24%-
HSV(B)162.75º49.08%63.92%-
XYZ21.429.9329.46-
YUV136.4613089.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.50%
GREEN value IS 163 (64.06% from 255) = 42.23%
BLUE value IS 140 (55.08% from 255) = 36.27%
R=21.50%
G=42.23%
B=36.27%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal831631400.4900.140.36162.7532.5248.24
Hex53A38C310E24a32130
Octal12324321461016442434160
Binary101001110100011100011001100010111010010010100011100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,163,140); }

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

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

 a { background-color: rgb(83,163,140); }

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

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

 span { border-color: rgb(83,163,140); }

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