Color Hex Logo

#566eba Color Hex

#566EBA
(86,110,186)
0 Favorites   0 Comments

Color spaces of #566eba

RGB 86110186
HSL0.630.420.53
HSV226°54°73°
CMYK 0.540.410.00   0.27
XYZ18.276616.675548.7098
Yxy16.67550.21850.1993
Hunter Lab40.83568.4279-42.1377
CIE-Lab47.848513.3859-42.8778

#566eba color RGB value is (86,110,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01101110 10111010
Octal 126 156 272
Decimal 86 110 186
Hex 56 6E BA

RGB Percentages of Color #566eba

%22.51
%28.80
%48.69

CMYK Percentages of Color #566eba

%54
%41
%0
%27

Triadic Colors of #566eba

#566eba #ba566e #6eba56

Analogous Colors of #566eba

#566eba #7056ba #56a0ba

Monochromatic Colors of #566eba

#566eba

Complementary Color

#566eba #baa256

#566eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#566eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#566eba Color CSS Codes

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

#566eba Text Font Color

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

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


#566eba Background Color

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

This div background color is #566eba


#566eba Border Color

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

This div border color is #566eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #566eba


Comments

No comments written yet.

Please login to write comment.