Color Hex Logo

#566eaa Color Hex

#566EAA
(86,110,170)
0 Favorites   0 Comments

Color spaces of #566eaa

RGB 86110170
HSL0.620.330.50
HSV223°49°67°
CMYK 0.490.350.00   0.33
XYZ16.669416.032640.2462
Yxy16.03260.22850.2198
Hunter Lab40.04074.2403-31.5657
CIE-Lab47.01728.2488-34.8825

#566eaa color RGB value is (86,110,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01101110 10101010
Octal 126 156 252
Decimal 86 110 170
Hex 56 6E AA

RGB Percentages of Color #566eaa

%23.50
%30.05
%46.45

CMYK Percentages of Color #566eaa

%49
%35
%0
%33

Triadic Colors of #566eaa

#566eaa #aa566e #6eaa56

Analogous Colors of #566eaa

#566eaa #6856aa #5698aa

Monochromatic Colors of #566eaa

#566eaa

Complementary Color

#566eaa #aa9256

#566eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#566eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#566eaa Color CSS Codes

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

#566eaa Text Font Color

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

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


#566eaa Background Color

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

This div background color is #566eaa


#566eaa Border Color

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

This div border color is #566eaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,110,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 #566eaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #566eaa


Comments

No comments written yet.

Please login to write comment.