#53967C

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

Shades of Patina #53967C

Tints of Patina #53967C

Color information

#53967C (or 0x53967C) is unknown color: approx Patina. HEX triplet: 53, 96 and 7C. RGB value is (83,150,124). Sum of RGB (Red+Green+Blue) = 83+150+124=357 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.25% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 150 - color contains mainly: green. Hex color #53967C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53967C is #AC6983. Grayscale: #7F7F7F. Windows color (decimal): -11299204 or 8164947. OLE color: 8164947.

HSL color Cylindrical-coordinate representation of color #53967C: hue angle of 156.72º 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 #53967C is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB83150124-
CMYK0.4500.170.41
HSL156.72º28.76%45.69%-
HSV(B)156.72º44.67%58.82%-
XYZ18.1125.1122.96-
YUV127126.396.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.25%
GREEN value IS 150 (58.98% from 255) = 42.02%
BLUE value IS 124 (48.83% from 255) = 34.73%
R=23.25%
G=42.02%
B=34.73%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal831501240.4500.170.41156.7228.7645.69
Hex53967C2D011299d1d2e
Octal12322617455021512353556
Binary10100111001011011111001011010100011010011001110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53967C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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