Color Hex Logo

#564557 Color Hex

#564557
(86,69,87)
0 Favorites   0 Comments

Color spaces of #564557

RGB 866987
HSL0.820.120.31
HSV297°21°34°
CMYK 0.010.210.00   0.66
XYZ7.68626.92289.9480
Yxy6.92280.31300.2819
Hunter Lab26.31126.0999-3.9991
CIE-Lab31.630510.9154-7.9571

#564557 color RGB value is (86,69,87).

#564557 hex color red value is 86, green value is 69 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #564557 hue: 0.82 , saturation: 0.12 and the lightness value of 564557 is 0.31.

The process color (four color CMYK) of #564557 color hex is 0.01, 0.21, 0.00, 0.66. Web safe color of #564557 is #663366. Color #564557 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01000101 01010111
Octal 126 105 127
Decimal 86 69 87
Hex 56 45 57

RGB Percentages of Color #564557

%35.54
%28.51
%35.95

CMYK Percentages of Color #564557

%1
%21
%0
%66

Triadic Colors of #564557

#564557 #575645 #455756

Analogous Colors of #564557

#564557 #57454f #4d4557

Monochromatic Colors of #564557

#564557

Complementary Color

#564557 #465745

#564557 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#564557 Color Preview on White Background

Lorem ipsum dolor sit amet.

#564557 Color CSS Codes

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

#564557 Text Font Color

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

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


#564557 Background Color

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

This div background color is #564557


#564557 Border Color

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

This div border color is #564557


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #564557


Comments

No comments written yet.

Please login to write comment.