Color Hex Logo

#564c77 Color Hex

#564C77
(86,76,119)
0 Favorites   0 Comments

Color spaces of #564c77

RGB 8676119
HSL0.710.220.38
HSV254°36°47°
CMYK 0.280.360.00   0.53
XYZ9.75208.479218.5754
Yxy8.47920.26500.2304
Hunter Lab29.11918.8214-17.4385
CIE-Lab34.961614.4130-23.0585

#564c77 color RGB value is (86,76,119).

#564c77 hex color red value is 86, green value is 76 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #564c77 hue: 0.71 , saturation: 0.22 and the lightness value of 564c77 is 0.38.

The process color (four color CMYK) of #564c77 color hex is 0.28, 0.36, 0.00, 0.53. Web safe color of #564c77 is #663366. Color #564c77 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01001100 01110111
Octal 126 114 167
Decimal 86 76 119
Hex 56 4C 77

RGB Percentages of Color #564c77

%30.60
%27.05
%42.35

CMYK Percentages of Color #564c77

%28
%36
%0
%53

Triadic Colors of #564c77

#564c77 #77564c #4c7756

Analogous Colors of #564c77

#564c77 #6c4c77 #4c5877

Monochromatic Colors of #564c77

#564c77

Complementary Color

#564c77 #6d774c

#564c77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#564c77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#564c77 Color CSS Codes

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

#564c77 Text Font Color

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

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


#564c77 Background Color

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

This div background color is #564c77


#564c77 Border Color

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

This div border color is #564c77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #564c77


Comments

No comments written yet.

Please login to write comment.