Color Hex Logo

#566ebe Color Hex

#566EBE
(86,110,190)
0 Favorites   0 Comments

Color spaces of #566ebe

RGB 86110190
HSL0.630.440.54
HSV226°55°75°
CMYK 0.550.420.00   0.25
XYZ18.707916.848050.9812
Yxy16.84800.21620.1947
Hunter Lab41.04639.5249-44.9082
CIE-Lab48.067914.6927-44.8411

#566ebe color RGB value is (86,110,190).

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

The process color (four color CMYK) of #566ebe color hex is 0.55, 0.42, 0.00, 0.25. Web safe color of #566ebe is #6666cc. Color #566ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01101110 10111110
Octal 126 156 276
Decimal 86 110 190
Hex 56 6E BE

RGB Percentages of Color #566ebe

%22.28
%28.50
%49.22

CMYK Percentages of Color #566ebe

%55
%42
%0
%25

Triadic Colors of #566ebe

#566ebe #be566e #6ebe56

Analogous Colors of #566ebe

#566ebe #7256be #56a2be

Monochromatic Colors of #566ebe

#566ebe

Complementary Color

#566ebe #bea656

#566ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#566ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#566ebe Color CSS Codes

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

#566ebe Text Font Color

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

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


#566ebe Background Color

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

This div background color is #566ebe


#566ebe Border Color

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

This div border color is #566ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #566ebe


Comments

No comments written yet.

Please login to write comment.