Color Hex Logo

#564863 Color Hex

#564863
(86,72,99)
0 Favorites   0 Comments

Color spaces of #564863

RGB 867299
HSL0.750.160.34
HSV271°27°39°
CMYK 0.130.270.00   0.61
XYZ8.40727.514012.8116
Yxy7.51400.29260.2615
Hunter Lab27.41176.7758-8.5226
CIE-Lab32.949511.7898-13.6084

#564863 color RGB value is (86,72,99).

#564863 hex color red value is 86, green value is 72 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #564863 hue: 0.75 , saturation: 0.16 and the lightness value of 564863 is 0.34.

The process color (four color CMYK) of #564863 color hex is 0.13, 0.27, 0.00, 0.61. Web safe color of #564863 is #663366. Color #564863 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01001000 01100011
Octal 126 110 143
Decimal 86 72 99
Hex 56 48 63

RGB Percentages of Color #564863

%33.46
%28.02
%38.52

CMYK Percentages of Color #564863

%13
%27
%0
%61

Triadic Colors of #564863

#564863 #635648 #486356

Analogous Colors of #564863

#564863 #634863 #494863

Monochromatic Colors of #564863

#564863

Complementary Color

#564863 #556348

#564863 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#564863 Color Preview on White Background

Lorem ipsum dolor sit amet.

#564863 Color CSS Codes

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

#564863 Text Font Color

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

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


#564863 Background Color

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

This div background color is #564863


#564863 Border Color

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

This div border color is #564863


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #564863


Comments

No comments written yet.

Please login to write comment.