Color Hex Logo

#566eaf Color Hex

#566EAF
(86,110,175)
0 Favorites   0 Comments

Color spaces of #566eaf

RGB 86110175
HSL0.620.360.51
HSV224°51°69°
CMYK 0.510.370.00   0.31
XYZ17.151516.225442.7853
Yxy16.22540.22520.2130
Hunter Lab40.28085.5137-34.7799
CIE-Lab47.26889.8369-37.4059

#566eaf color RGB value is (86,110,175).

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

The process color (four color CMYK) of #566eaf color hex is 0.51, 0.37, 0.00, 0.31. Web safe color of #566eaf is #666699. Color #566eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01101110 10101111
Octal 126 156 257
Decimal 86 110 175
Hex 56 6E AF

RGB Percentages of Color #566eaf

%23.18
%29.65
%47.17

CMYK Percentages of Color #566eaf

%51
%37
%0
%31

Triadic Colors of #566eaf

#566eaf #af566e #6eaf56

Analogous Colors of #566eaf

#566eaf #6b56af #569baf

Monochromatic Colors of #566eaf

#566eaf

Complementary Color

#566eaf #af9756

#566eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#566eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#566eaf Color CSS Codes

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

#566eaf Text Font Color

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

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


#566eaf Background Color

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

This div background color is #566eaf


#566eaf Border Color

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

This div border color is #566eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #566eaf


Comments

No comments written yet.

Please login to write comment.