Color Hex Logo

#566ebc Color Hex

#566EBC
(86,110,188)
0 Favorites   0 Comments

Color spaces of #566ebc

RGB 86110188
HSL0.630.430.54
HSV226°54°74°
CMYK 0.540.410.00   0.26
XYZ18.490816.761149.8376
Yxy16.76110.21730.1970
Hunter Lab40.94038.9744-43.5169
CIE-Lab47.957614.0389-43.8613

#566ebc color RGB value is (86,110,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01101110 10111100
Octal 126 156 274
Decimal 86 110 188
Hex 56 6E BC

RGB Percentages of Color #566ebc

%22.40
%28.65
%48.96

CMYK Percentages of Color #566ebc

%54
%41
%0
%26

Triadic Colors of #566ebc

#566ebc #bc566e #6ebc56

Analogous Colors of #566ebc

#566ebc #7156bc #56a1bc

Monochromatic Colors of #566ebc

#566ebc

Complementary Color

#566ebc #bca456

#566ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#566ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#566ebc Color CSS Codes

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

#566ebc Text Font Color

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

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


#566ebc Background Color

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

This div background color is #566ebc


#566ebc Border Color

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

This div border color is #566ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #566ebc


Comments

No comments written yet.

Please login to write comment.