Color Hex Logo

#563891 Color Hex

#563891
(86,56,145)
0 Favorites   0 Comments

Color spaces of #563891

RGB 8656145
HSL0.720.440.39
HSV260°61°57°
CMYK 0.410.610.00   0.43
XYZ10.36286.851127.5643
Yxy6.85110.23140.1530
Hunter Lab26.174624.8645-44.1157
CIE-Lab31.465534.2707-44.6829

#563891 color RGB value is (86,56,145).

#563891 hex color red value is 86, green value is 56 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #563891 hue: 0.72 , saturation: 0.44 and the lightness value of 563891 is 0.39.

The process color (four color CMYK) of #563891 color hex is 0.41, 0.61, 0.00, 0.43. Web safe color of #563891 is #663399. Color #563891 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00111000 10010001
Octal 126 70 221
Decimal 86 56 145
Hex 56 38 91

RGB Percentages of Color #563891

%29.97
%19.51
%50.52

CMYK Percentages of Color #563891

%41
%61
%0
%43

Triadic Colors of #563891

#563891 #915638 #389156

Analogous Colors of #563891

#563891 #833891 #384791

Monochromatic Colors of #563891

#563891

Complementary Color

#563891 #739138

#563891 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563891 Color Preview on White Background

Lorem ipsum dolor sit amet.

#563891 Color CSS Codes

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

#563891 Text Font Color

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

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


#563891 Background Color

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

This div background color is #563891


#563891 Border Color

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

This div border color is #563891


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563891


Comments

No comments written yet.

Please login to write comment.