Color Hex Logo

#564768 Color Hex

#564768
(86,71,104)
0 Favorites   0 Comments

Color spaces of #564768

RGB 8671104
HSL0.740.190.34
HSV267°32°41°
CMYK 0.170.320.00   0.59
XYZ8.58977.484414.0886
Yxy7.48440.28480.2481
Hunter Lab27.35768.1693-11.3828
CIE-Lab32.885213.6676-16.8730

#564768 color RGB value is (86,71,104).

#564768 hex color red value is 86, green value is 71 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #564768 hue: 0.74 , saturation: 0.19 and the lightness value of 564768 is 0.34.

The process color (four color CMYK) of #564768 color hex is 0.17, 0.32, 0.00, 0.59. Web safe color of #564768 is #663366. Color #564768 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01000111 01101000
Octal 126 107 150
Decimal 86 71 104
Hex 56 47 68

RGB Percentages of Color #564768

%32.95
%27.20
%39.85

CMYK Percentages of Color #564768

%17
%32
%0
%59

Triadic Colors of #564768

#564768 #685647 #476856

Analogous Colors of #564768

#564768 #674768 #474968

Monochromatic Colors of #564768

#564768

Complementary Color

#564768 #596847

#564768 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#564768 Color Preview on White Background

Lorem ipsum dolor sit amet.

#564768 Color CSS Codes

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

#564768 Text Font Color

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

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


#564768 Background Color

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

This div background color is #564768


#564768 Border Color

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

This div border color is #564768


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #564768


Comments

No comments written yet.

Please login to write comment.