Color Hex Logo

#566bbd Color Hex

#566BBD
(86,107,189)
0 Favorites   0 Comments

Color spaces of #566bbd

RGB 86107189
HSL0.630.440.54
HSV228°54°74°
CMYK 0.540.430.00   0.26
XYZ18.280816.167950.3013
Yxy16.16790.21570.1908
Hunter Lab40.209310.7871-46.0244
CIE-Lab47.194016.2293-45.6544

#566bbd color RGB value is (86,107,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01101011 10111101
Octal 126 153 275
Decimal 86 107 189
Hex 56 6B BD

RGB Percentages of Color #566bbd

%22.51
%28.01
%49.48

CMYK Percentages of Color #566bbd

%54
%43
%0
%26

Triadic Colors of #566bbd

#566bbd #bd566b #6bbd56

Analogous Colors of #566bbd

#566bbd #7556bd #569fbd

Monochromatic Colors of #566bbd

#566bbd

Complementary Color

#566bbd #bda856

#566bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#566bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#566bbd Color CSS Codes

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

#566bbd Text Font Color

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

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


#566bbd Background Color

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

This div background color is #566bbd


#566bbd Border Color

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

This div border color is #566bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #566bbd


Comments

No comments written yet.

Please login to write comment.