Color Hex Logo

#566abd Color Hex

#566ABD
(86,106,189)
0 Favorites   0 Comments

Color spaces of #566abd

RGB 86106189
HSL0.630.440.54
HSV228°54°74°
CMYK 0.540.440.00   0.26
XYZ18.177115.960650.2668
Yxy15.96060.21540.1891
Hunter Lab39.950711.3016-46.6344
CIE-Lab46.922816.8517-46.0867

#566abd color RGB value is (86,106,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01101010 10111101
Octal 126 152 275
Decimal 86 106 189
Hex 56 6A BD

RGB Percentages of Color #566abd

%22.57
%27.82
%49.61

CMYK Percentages of Color #566abd

%54
%44
%0
%26

Triadic Colors of #566abd

#566abd #bd566a #6abd56

Analogous Colors of #566abd

#566abd #7656bd #569ebd

Monochromatic Colors of #566abd

#566abd

Complementary Color

#566abd #bda956

#566abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#566abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#566abd Color CSS Codes

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

#566abd Text Font Color

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

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


#566abd Background Color

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

This div background color is #566abd


#566abd Border Color

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

This div border color is #566abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #566abd


Comments

No comments written yet.

Please login to write comment.