#53977C

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

Shades of Patina #53977C

Tints of Patina #53977C

Color information

#53977C (or 0x53977C) is unknown color: approx Patina. HEX triplet: 53, 97 and 7C. RGB value is (83,151,124). Sum of RGB (Red+Green+Blue) = 83+151+124=358 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.18% from 358); Green value is 151 (59.38% from 255 or 42.18% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 151 - color contains mainly: green. Hex color #53977C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53977C is #AC6883. Grayscale: #7F7F7F. Windows color (decimal): -11298948 or 8165203. OLE color: 8165203.

HSL color Cylindrical-coordinate representation of color #53977C: hue angle of 156.18º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #53977C is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB83151124-
CMYK0.4500.180.41
HSL156.18º29.06%45.88%-
HSV(B)156.18º45.03%59.22%-
XYZ18.2725.4323.01-
YUV127.59125.9796.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.18%
GREEN value IS 151 (59.38% from 255) = 42.18%
BLUE value IS 124 (48.83% from 255) = 34.64%
R=23.18%
G=42.18%
B=34.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal831511240.4500.180.41156.1829.0645.88
Hex53977C2D012299c1d2e
Octal12322717455022512343556
Binary10100111001011111111001011010100101010011001110011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53977C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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