Color Hex Logo

#566aaf Color Hex

#566AAF
(86,106,175)
0 Favorites   0 Comments

Color spaces of #566aaf

RGB 86106175
HSL0.630.360.51
HSV227°51°69°
CMYK 0.510.390.00   0.31
XYZ16.729615.381642.6446
Yxy15.38160.22380.2058
Hunter Lab39.21947.5079-37.0145
CIE-Lab46.152512.3127-39.1699

#566aaf color RGB value is (86,106,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01101010 10101111
Octal 126 152 257
Decimal 86 106 175
Hex 56 6A AF

RGB Percentages of Color #566aaf

%23.43
%28.88
%47.68

CMYK Percentages of Color #566aaf

%51
%39
%0
%31

Triadic Colors of #566aaf

#566aaf #af566a #6aaf56

Analogous Colors of #566aaf

#566aaf #6f56af #5697af

Monochromatic Colors of #566aaf

#566aaf

Complementary Color

#566aaf #af9b56

#566aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#566aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#566aaf Color CSS Codes

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

#566aaf Text Font Color

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

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


#566aaf Background Color

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

This div background color is #566aaf


#566aaf Border Color

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

This div border color is #566aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #566aaf


Comments

No comments written yet.

Please login to write comment.