Color Hex Logo

#564c63 Color Hex

#564C63
(86,76,99)
0 Favorites   0 Comments

Color spaces of #564c63

RGB 867699
HSL0.740.130.34
HSV266°23°39°
CMYK 0.130.230.00   0.61
XYZ8.67438.048212.9006
Yxy8.04820.29280.2717
Hunter Lab28.36934.9323-7.1028
CIE-Lab34.08319.2385-11.8804

#564c63 color RGB value is (86,76,99).

#564c63 hex color red value is 86, green value is 76 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #564c63 hue: 0.74 , saturation: 0.13 and the lightness value of 564c63 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01001100 01100011
Octal 126 114 143
Decimal 86 76 99
Hex 56 4C 63

RGB Percentages of Color #564c63

%32.95
%29.12
%37.93

CMYK Percentages of Color #564c63

%13
%23
%0
%61

Triadic Colors of #564c63

#564c63 #63564c #4c6356

Analogous Colors of #564c63

#564c63 #624c63 #4c4e63

Monochromatic Colors of #564c63

#564c63

Complementary Color

#564c63 #59634c

#564c63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#564c63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#564c63 Color CSS Codes

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

#564c63 Text Font Color

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

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


#564c63 Background Color

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

This div background color is #564c63


#564c63 Border Color

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

This div border color is #564c63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #564c63


Comments

No comments written yet.

Please login to write comment.