Color Hex Logo

#566cab Color Hex

#566CAB
(86,108,171)
0 Favorites   0 Comments

Color spaces of #566cab

RGB 86108171
HSL0.620.340.50
HSV224°50°67°
CMYK 0.500.370.00   0.33
XYZ16.551015.643840.6753
Yxy15.64380.22710.2147
Hunter Lab39.55225.4785-33.2869
CIE-Lab46.50379.7983-36.2763

#566cab color RGB value is (86,108,171).

#566cab hex color red value is 86, green value is 108 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #566cab hue: 0.62 , saturation: 0.34 and the lightness value of 566cab is 0.50.

The process color (four color CMYK) of #566cab color hex is 0.50, 0.37, 0.00, 0.33. Web safe color of #566cab is #666699. Color #566cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01101100 10101011
Octal 126 154 253
Decimal 86 108 171
Hex 56 6C AB

RGB Percentages of Color #566cab

%23.56
%29.59
%46.85

CMYK Percentages of Color #566cab

%50
%37
%0
%33

Triadic Colors of #566cab

#566cab #ab566c #6cab56

Analogous Colors of #566cab

#566cab #6b56ab #5697ab

Monochromatic Colors of #566cab

#566cab

Complementary Color

#566cab #ab9556

#566cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#566cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#566cab Color CSS Codes

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

#566cab Text Font Color

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

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


#566cab Background Color

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

This div background color is #566cab


#566cab Border Color

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

This div border color is #566cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #566cab


Comments

No comments written yet.

Please login to write comment.