#53947C

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

Shades of Patina #53947C

Tints of Patina #53947C

Color information

#53947C (or 0x53947C) is unknown color: approx Patina. HEX triplet: 53, 94 and 7C. RGB value is (83,148,124). Sum of RGB (Red+Green+Blue) = 83+148+124=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 148 - color contains mainly: green. Hex color #53947C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53947C is #AC6B83. Grayscale: #7D7D7D. Windows color (decimal): -11299716 or 8164435. OLE color: 8164435.

HSL color Cylindrical-coordinate representation of color #53947C: hue angle of 157.85º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #53947C is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB83148124-
CMYK0.4400.160.42
HSL157.85º28.14%45.29%-
HSV(B)157.85º43.92%58.04%-
XYZ17.824.4722.85-
YUV125.83126.9797.45-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.38%
GREEN value IS 148 (58.20% from 255) = 41.69%
BLUE value IS 124 (48.83% from 255) = 34.93%
R=23.38%
G=41.69%
B=34.93%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal831481240.4400.160.42157.8528.1445.29
Hex53947C2C0102A9e1c2d
Octal12322417454020522363455
Binary10100111001010011111001011000100001010101001111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53947C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53947C; }

 p { color: rgb(83,148,124); }

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

<style>
 a { background-color: #53947C; }

 a { background-color: rgb(83,148,124); }

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

<style>
 span { border-color: #53947C; }

 span { border-color: rgb(83,148,124); }

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