Color Hex Logo

#566876 Color Hex

#566876
(86,104,118)
0 Favorites   0 Comments

Color spaces of #566876

RGB 86104118
HSL0.570.160.40
HSV206°27°46°
CMYK 0.270.120.00   0.54
XYZ12.058113.187119.0494
Yxy13.18710.27220.2977
Hunter Lab36.3140-4.2786-5.6822
CIE-Lab43.0438-3.2623-10.0592

#566876 color RGB value is (86,104,118).

#566876 hex color red value is 86, green value is 104 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #566876 hue: 0.57 , saturation: 0.16 and the lightness value of 566876 is 0.40.

The process color (four color CMYK) of #566876 color hex is 0.27, 0.12, 0.00, 0.54. Web safe color of #566876 is #666666. Color #566876 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01101000 01110110
Octal 126 150 166
Decimal 86 104 118
Hex 56 68 76

RGB Percentages of Color #566876

%27.92
%33.77
%38.31

CMYK Percentages of Color #566876

%27
%12
%0
%54

Triadic Colors of #566876

#566876 #765668 #687656

Analogous Colors of #566876

#566876 #565876 #567674

Monochromatic Colors of #566876

#566876

Complementary Color

#566876 #766456

#566876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#566876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#566876 Color CSS Codes

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

#566876 Text Font Color

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

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


#566876 Background Color

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

This div background color is #566876


#566876 Border Color

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

This div border color is #566876


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #566876


Comments

No comments written yet.

Please login to write comment.