Color Hex Logo

#566880 Color Hex

#566880
(86,104,128)
0 Favorites   0 Comments

Color spaces of #566880

RGB 86104128
HSL0.600.200.42
HSV214°33°50°
CMYK 0.330.190.00   0.50
XYZ12.684313.437622.3472
Yxy13.43760.26170.2772
Hunter Lab36.6573-2.3851-10.4845
CIE-Lab43.4153-0.5878-15.5332

#566880 color RGB value is (86,104,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01101000 10000000
Octal 126 150 200
Decimal 86 104 128
Hex 56 68 80

RGB Percentages of Color #566880

%27.04
%32.70
%40.25

CMYK Percentages of Color #566880

%33
%19
%0
%50

Triadic Colors of #566880

#566880 #805668 #688056

Analogous Colors of #566880

#566880 #595680 #567d80

Monochromatic Colors of #566880

#566880

Complementary Color

#566880 #806e56

#566880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#566880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#566880 Color CSS Codes

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

#566880 Text Font Color

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

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


#566880 Background Color

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

This div background color is #566880


#566880 Border Color

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

This div border color is #566880


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,104,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 #566880">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #566880


Comments

No comments written yet.

Please login to write comment.