Color Hex Logo

#566dbd Color Hex

#566DBD
(86,109,189)
0 Favorites   0 Comments

Color spaces of #566dbd

RGB 86109189
HSL0.630.440.54
HSV227°54°74°
CMYK 0.540.420.00   0.26
XYZ18.491716.589850.3717
Yxy16.58980.21640.1941
Hunter Lab40.73069.7606-44.8128
CIE-Lab47.739014.9860-44.7869

#566dbd color RGB value is (86,109,189).

#566dbd hex color red value is 86, green value is 109 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #566dbd hue: 0.63 , saturation: 0.44 and the lightness value of 566dbd is 0.54.

The process color (four color CMYK) of #566dbd color hex is 0.54, 0.42, 0.00, 0.26. Web safe color of #566dbd is #6666cc. Color #566dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01101101 10111101
Octal 126 155 275
Decimal 86 109 189
Hex 56 6D BD

RGB Percentages of Color #566dbd

%22.40
%28.39
%49.22

CMYK Percentages of Color #566dbd

%54
%42
%0
%26

Triadic Colors of #566dbd

#566dbd #bd566d #6dbd56

Analogous Colors of #566dbd

#566dbd #7356bd #56a1bd

Monochromatic Colors of #566dbd

#566dbd

Complementary Color

#566dbd #bda656

#566dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#566dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#566dbd Color CSS Codes

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

#566dbd Text Font Color

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

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


#566dbd Background Color

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

This div background color is #566dbd


#566dbd Border Color

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

This div border color is #566dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #566dbd


Comments

No comments written yet.

Please login to write comment.