Color Hex Logo

#564991 Color Hex

#564991
(86,73,145)
1 Favorites   0 Comments

Color spaces of #564991

RGB 8673145
HSL0.700.330.43
HSV251°50°57°
CMYK 0.410.500.00   0.43
XYZ11.33118.787927.8871
Yxy8.78790.23600.1831
Hunter Lab29.644416.3511-35.0243
CIE-Lab35.572723.7867-38.0935

#564991 color RGB value is (86,73,145).

#564991 hex color red value is 86, green value is 73 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #564991 hue: 0.70 , saturation: 0.33 and the lightness value of 564991 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01001001 10010001
Octal 126 111 221
Decimal 86 73 145
Hex 56 49 91

RGB Percentages of Color #564991

%28.29
%24.01
%47.70

CMYK Percentages of Color #564991

%41
%50
%0
%43

Triadic Colors of #564991

#564991 #915649 #499156

Analogous Colors of #564991

#564991 #7a4991 #496091

Monochromatic Colors of #564991

#564991

Complementary Color

#564991 #849149

#564991 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#564991 Color Preview on White Background

Lorem ipsum dolor sit amet.

#564991 Color CSS Codes

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

#564991 Text Font Color

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

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


#564991 Background Color

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

This div background color is #564991


#564991 Border Color

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

This div border color is #564991


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #564991


Comments

No comments written yet.

Please login to write comment.