Color Hex Logo

#56496e Color Hex

#56496E
(86,73,110)
0 Favorites   0 Comments

Color spaces of #56496e

RGB 8673110
HSL0.730.200.36
HSV261°34°43°
CMYK 0.220.340.00   0.57
XYZ9.03487.869315.7946
Yxy7.86930.27630.2407
Hunter Lab28.05238.3980-13.7462
CIE-Lab33.709213.9263-19.3808

#56496e color RGB value is (86,73,110).

#56496e hex color red value is 86, green value is 73 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #56496e hue: 0.73 , saturation: 0.20 and the lightness value of 56496e is 0.36.

The process color (four color CMYK) of #56496e color hex is 0.22, 0.34, 0.00, 0.57. Web safe color of #56496e is #663366. Color #56496e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01001001 01101110
Octal 126 111 156
Decimal 86 73 110
Hex 56 49 6E

RGB Percentages of Color #56496e

%31.97
%27.14
%40.89

CMYK Percentages of Color #56496e

%22
%34
%0
%57

Triadic Colors of #56496e

#56496e #6e5649 #496e56

Analogous Colors of #56496e

#56496e #69496e #494e6e

Monochromatic Colors of #56496e

#56496e

Complementary Color

#56496e #616e49

#56496e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56496e Color Preview on White Background

Lorem ipsum dolor sit amet.

#56496e Color CSS Codes

.mybgcolor {background-color:#56496e; } 
.myforecolor {color:#56496e; }
.mybordercolor {border:3px solid #56496e; }

#56496e Text Font Color

<p style="color:#56496e">Text here</p>

This sample text font color is #56496e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#56496e Background Color

<div style="background-color:#56496e">
Div content here</div>

This div background color is #56496e


#56496e Border Color

<div style="border:3px solid #56496e">
Div here</div>

This div border color is #56496e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,73,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #56496e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #56496e;
  -webkit-box-shadow: 1px 1px 3px 2px #56496e;
  box-shadow:         1px 1px 3px 2px #56496e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,73,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #56496e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #56496e;
  -webkit-box-shadow: 1px 1px 3px 2px #56496e;
  box-shadow:         1px 1px 3px 2px #56496e;">
Div content here</div>

This div box has shadow with color #56496e


Comments

No comments written yet.

Please login to write comment.