Color Hex Logo

#56517e Color Hex

#56517E
(86,81,126)
0 Favorites   0 Comments

Color spaces of #56517e

RGB 8681126
HSL0.690.220.41
HSV247°36°49°
CMYK 0.320.360.00   0.51
XYZ10.54619.369720.9913
Yxy9.36970.25780.2290
Hunter Lab30.61007.9314-19.2321
CIE-Lab36.686613.1663-24.6986

#56517e color RGB value is (86,81,126).

#56517e hex color red value is 86, green value is 81 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #56517e hue: 0.69 , saturation: 0.22 and the lightness value of 56517e is 0.41.

The process color (four color CMYK) of #56517e color hex is 0.32, 0.36, 0.00, 0.51. Web safe color of #56517e is #666666. Color #56517e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01010001 01111110
Octal 126 121 176
Decimal 86 81 126
Hex 56 51 7E

RGB Percentages of Color #56517e

%29.35
%27.65
%43.00

CMYK Percentages of Color #56517e

%32
%36
%0
%51

Triadic Colors of #56517e

#56517e #7e5651 #517e56

Analogous Colors of #56517e

#56517e #6d517e #51637e

Monochromatic Colors of #56517e

#56517e

Complementary Color

#56517e #797e51

#56517e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56517e Color Preview on White Background

Lorem ipsum dolor sit amet.

#56517e Color CSS Codes

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

#56517e Text Font Color

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

This sample text font color is #56517e
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.


#56517e Background Color

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

This div background color is #56517e


#56517e Border Color

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

This div border color is #56517e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56517e


Comments

No comments written yet.

Please login to write comment.