Color Hex Logo

#566daa Color Hex

#566DAA
(86,109,170)
0 Favorites   0 Comments

Color spaces of #566daa

RGB 86109170
HSL0.620.330.50
HSV224°49°67°
CMYK 0.490.360.00   0.33
XYZ16.562115.818040.2105
Yxy15.81800.22820.2179
Hunter Lab39.77184.7316-32.1036
CIE-Lab46.73488.8644-35.3270

#566daa color RGB value is (86,109,170).

#566daa hex color red value is 86, green value is 109 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #566daa hue: 0.62 , saturation: 0.33 and the lightness value of 566daa is 0.50.

The process color (four color CMYK) of #566daa color hex is 0.49, 0.36, 0.00, 0.33. Web safe color of #566daa is #666699. Color #566daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01101101 10101010
Octal 126 155 252
Decimal 86 109 170
Hex 56 6D AA

RGB Percentages of Color #566daa

%23.56
%29.86
%46.58

CMYK Percentages of Color #566daa

%49
%36
%0
%33

Triadic Colors of #566daa

#566daa #aa566d #6daa56

Analogous Colors of #566daa

#566daa #6956aa #5697aa

Monochromatic Colors of #566daa

#566daa

Complementary Color

#566daa #aa9356

#566daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#566daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#566daa Color CSS Codes

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

#566daa Text Font Color

<p style="color:#566daa">Text here</p>

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


#566daa Background Color

<div style="background-color:#566daa">
Div content here</div>

This div background color is #566daa


#566daa Border Color

<div style="border:3px solid #566daa">
Div here</div>

This div border color is #566daa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,109,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #566daa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #566daa;
  -webkit-box-shadow: 1px 1px 3px 2px #566daa;
  box-shadow:         1px 1px 3px 2px #566daa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #566daa


Comments

No comments written yet.

Please login to write comment.