Hex #566e7c Color

#566e7c
equivalent to

RGB

(86, 110, 124)

Details of #566e7c

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
86
13.0518
0.56
0.31
45.0612
14.5855
202°
38.1910
110
14.5855
0.18
0.11
-5.2380
0.2673
31°
-5.8317
124
21.1962
0.41
0.00   0.51
-10.6342
0.2987
49°
-6.1610

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1010110
126
86
56
Green
1101110
156
110
6E
Blue
1111100
174
124
7C

RGB in % of #566e7c

%26.88
%34.38
%38.75

CMYK in % of #566e7c

%31
%11
%0
%51

Triads of color #566e7c

#566e7c #6e7c56 #7c567c

Similar Colors to #566e7c

#566e7c #567c77 #565b7c

Preview Color #566e7c on black ground

#566e7c is very interesting for text.

Preview Color #566e7c on white ground

#566e7c is very interesting for text.

CSS Codes #566e7c color

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

Text Font Color #566e7c

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

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


Background Color #566e7c

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

This div background color is #566e7c


Border Color #566e7c

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

The color of this border is #566e7c


Examples Css3

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

Text Shadow using RGB

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

The shadow of this text using RGB.


Text Shadow using Hex

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #566e7c