#56947C

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

Shades of Patina #56947C

Tints of Patina #56947C

Color information

#56947C (or 0x56947C) is unknown color: approx Patina. HEX triplet: 56, 94 and 7C. RGB value is (86,148,124). Sum of RGB (Red+Green+Blue) = 86+148+124=358 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.02% from 358); Green value is 148 (58.20% from 255 or 41.34% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 148 - color contains mainly: green. Hex color #56947C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56947C is #A96B83. Grayscale: #7E7E7E. Windows color (decimal): -11103108 or 8164438. OLE color: 8164438.

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

Color convert

RGB86148124-
CMYK0.4200.160.42
HSL156.77º26.5%45.88%-
HSV(B)156.77º41.89%58.04%-
XYZ18.0724.6122.87-
YUV126.73126.4698.95-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.02%
GREEN value IS 148 (58.20% from 255) = 41.34%
BLUE value IS 124 (48.83% from 255) = 34.64%
R=24.02%
G=41.34%
B=34.64%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861481240.4200.160.42156.7726.545.88
Hex56947C2A0102A9d1a2e
Octal12622417452020522353256
Binary10101101001010011111001010100100001010101001110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56947C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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