Color Hex Logo

#566180 Color Hex

#566180
(86,97,128)
0 Favorites   0 Comments

Color spaces of #566180

RGB 8697128
HSL0.620.200.42
HSV224°33°50°
CMYK 0.330.240.00   0.50
XYZ12.008712.086322.1220
Yxy12.08630.25980.2615
Hunter Lab34.76540.8184-13.3918
CIE-Lab41.35303.6824-18.6914

#566180 color RGB value is (86,97,128).

#566180 hex color red value is 86, green value is 97 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #566180 hue: 0.62 , saturation: 0.20 and the lightness value of 566180 is 0.42.

The process color (four color CMYK) of #566180 color hex is 0.33, 0.24, 0.00, 0.50. Web safe color of #566180 is #666699. Color #566180 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01100001 10000000
Octal 126 141 200
Decimal 86 97 128
Hex 56 61 80

RGB Percentages of Color #566180

%27.65
%31.19
%41.16

CMYK Percentages of Color #566180

%33
%24
%0
%50

Triadic Colors of #566180

#566180 #805661 #618056

Analogous Colors of #566180

#566180 #605680 #567680

Monochromatic Colors of #566180

#566180

Complementary Color

#566180 #807556

#566180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#566180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#566180 Color CSS Codes

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

#566180 Text Font Color

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

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


#566180 Background Color

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

This div background color is #566180


#566180 Border Color

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

This div border color is #566180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #566180


Comments

No comments written yet.

Please login to write comment.