Color Hex Logo

#566dbb Color Hex

#566DBB
(86,109,187)
0 Favorites   0 Comments

Color spaces of #566dbb

RGB 86109187
HSL0.630.430.54
HSV226°54°73°
CMYK 0.540.420.00   0.27
XYZ18.276016.503649.2360
Yxy16.50360.21750.1964
Hunter Lab40.62469.2096-43.4207
CIE-Lab47.628414.3317-43.8062

#566dbb color RGB value is (86,109,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01101101 10111011
Octal 126 155 273
Decimal 86 109 187
Hex 56 6D BB

RGB Percentages of Color #566dbb

%22.51
%28.53
%48.95

CMYK Percentages of Color #566dbb

%54
%42
%0
%27

Triadic Colors of #566dbb

#566dbb #bb566d #6dbb56

Analogous Colors of #566dbb

#566dbb #7256bb #56a0bb

Monochromatic Colors of #566dbb

#566dbb

Complementary Color

#566dbb #bba456

#566dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#566dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#566dbb Color CSS Codes

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

#566dbb Text Font Color

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

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


#566dbb Background Color

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

This div background color is #566dbb


#566dbb Border Color

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

This div border color is #566dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #566dbb


Comments

No comments written yet.

Please login to write comment.