#53A287

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

Shades of Patina #53A287

Tints of Patina #53A287

Color information

#53A287 (or 0x53A287) is unknown color: approx Patina. HEX triplet: 53, A2 and 87. RGB value is (83,162,135). Sum of RGB (Red+Green+Blue) = 83+162+135=380 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.84% from 380); Green value is 162 (63.67% from 255 or 42.63% from 380); Blue value is 135 (53.12% from 255 or 35.53% from 380); Max value from RGB is 162 - color contains mainly: green. Hex color #53A287 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A287 is #AC5D78. Grayscale: #878787. Windows color (decimal): -11296121 or 8888915. OLE color: 8888915.

HSL color Cylindrical-coordinate representation of color #53A287: hue angle of 159.49º degrees, saturation: 0.32, 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 #53A287 is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB83162135-
CMYK0.4900.170.36
HSL159.49º32.24%48.04%-
HSV(B)159.49º48.77%63.53%-
XYZ20.8629.4327.5-
YUV135.3127.8390.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.84%
GREEN value IS 162 (63.67% from 255) = 42.63%
BLUE value IS 135 (53.12% from 255) = 35.53%
R=21.84%
G=42.63%
B=35.53%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal831621350.4900.170.36159.4932.2448.04
Hex53A28731011249f2030
Octal12324220761021442374060
Binary1010011101000101000011111000101000110010010011111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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