Color Hex Logo

#566bcb Color Hex

#566BCB
(86,107,203)
0 Favorites   0 Comments

Color spaces of #566bcb

RGB 86107203
HSL0.640.530.57
HSV229°58°80°
CMYK 0.580.470.00   0.20
XYZ19.874916.805658.6962
Yxy16.80560.20840.1762
Hunter Lab40.994614.7992-56.1953
CIE-Lab48.014220.8507-52.4029

#566bcb color RGB value is (86,107,203).

#566bcb hex color red value is 86, green value is 107 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #566bcb hue: 0.64 , saturation: 0.53 and the lightness value of 566bcb is 0.57.

The process color (four color CMYK) of #566bcb color hex is 0.58, 0.47, 0.00, 0.20. Web safe color of #566bcb is #6666cc. Color #566bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01101011 11001011
Octal 126 153 313
Decimal 86 107 203
Hex 56 6B CB

RGB Percentages of Color #566bcb

%21.72
%27.02
%51.26

CMYK Percentages of Color #566bcb

%58
%47
%0
%20

Triadic Colors of #566bcb

#566bcb #cb566b #6bcb56

Analogous Colors of #566bcb

#566bcb #7c56cb #56a6cb

Monochromatic Colors of #566bcb

#566bcb

Complementary Color

#566bcb #cbb656

#566bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#566bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#566bcb Color CSS Codes

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

#566bcb Text Font Color

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

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


#566bcb Background Color

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

This div background color is #566bcb


#566bcb Border Color

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

This div border color is #566bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #566bcb


Comments

No comments written yet.

Please login to write comment.