Color Hex Logo

#566387 Color Hex

#566387
(86,99,135)
0 Favorites   0 Comments

Color spaces of #566387

RGB 8699135
HSL0.620.220.43
HSV224°36°53°
CMYK 0.360.270.00   0.47
XYZ12.672812.651424.6957
Yxy12.65140.25340.2529
Hunter Lab35.56881.3523-16.2673
CIE-Lab42.23324.4303-21.5672

#566387 color RGB value is (86,99,135).

#566387 hex color red value is 86, green value is 99 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #566387 hue: 0.62 , saturation: 0.22 and the lightness value of 566387 is 0.43.

The process color (four color CMYK) of #566387 color hex is 0.36, 0.27, 0.00, 0.47. Web safe color of #566387 is #666699. Color #566387 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01100011 10000111
Octal 126 143 207
Decimal 86 99 135
Hex 56 63 87

RGB Percentages of Color #566387

%26.88
%30.94
%42.19

CMYK Percentages of Color #566387

%36
%27
%0
%47

Triadic Colors of #566387

#566387 #875663 #638756

Analogous Colors of #566387

#566387 #625687 #567c87

Monochromatic Colors of #566387

#566387

Complementary Color

#566387 #877a56

#566387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#566387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#566387 Color CSS Codes

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

#566387 Text Font Color

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

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


#566387 Background Color

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

This div background color is #566387


#566387 Border Color

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

This div border color is #566387


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,99,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #566387; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #566387;
  -webkit-box-shadow: 1px 1px 3px 2px #566387;
  box-shadow:         1px 1px 3px 2px #566387; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #566387


Comments

No comments written yet.

Please login to write comment.