Color Hex Logo

#566cdb Color Hex

#566CDB
(86,108,219)
0 Favorites   0 Comments

Color spaces of #566cdb

RGB 86108219
HSL0.640.650.60
HSV230°61°86°
CMYK 0.610.510.00   0.14
XYZ21.986517.818069.2982
Yxy17.81800.20150.1633
Hunter Lab42.211419.1048-67.7881
CIE-Lab49.274625.5762-59.4928

#566cdb color RGB value is (86,108,219).

#566cdb hex color red value is 86, green value is 108 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #566cdb hue: 0.64 , saturation: 0.65 and the lightness value of 566cdb is 0.60.

The process color (four color CMYK) of #566cdb color hex is 0.61, 0.51, 0.00, 0.14. Web safe color of #566cdb is #6666cc. Color #566cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01101100 11011011
Octal 126 154 333
Decimal 86 108 219
Hex 56 6C DB

RGB Percentages of Color #566cdb

%20.82
%26.15
%53.03

CMYK Percentages of Color #566cdb

%61
%51
%0
%14

Triadic Colors of #566cdb

#566cdb #db566c #6cdb56

Analogous Colors of #566cdb

#566cdb #8356db #56afdb

Monochromatic Colors of #566cdb

#566cdb

Complementary Color

#566cdb #dbc556

#566cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#566cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#566cdb Color CSS Codes

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

#566cdb Text Font Color

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

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


#566cdb Background Color

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

This div background color is #566cdb


#566cdb Border Color

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

This div border color is #566cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #566cdb


Comments

No comments written yet.

Please login to write comment.