Color Hex Logo

#564758 Color Hex

#564758
(86,71,88)
0 Favorites   0 Comments

Color spaces of #564758

RGB 867188
HSL0.810.110.31
HSV293°19°35°
CMYK 0.020.190.00   0.65
XYZ7.85247.189510.2064
Yxy7.18950.31100.2848
Hunter Lab26.81325.3515-3.7993
CIE-Lab32.23459.8594-7.6890

#564758 color RGB value is (86,71,88).

#564758 hex color red value is 86, green value is 71 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #564758 hue: 0.81 , saturation: 0.11 and the lightness value of 564758 is 0.31.

The process color (four color CMYK) of #564758 color hex is 0.02, 0.19, 0.00, 0.65. Web safe color of #564758 is #663366. Color #564758 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01000111 01011000
Octal 126 107 130
Decimal 86 71 88
Hex 56 47 58

RGB Percentages of Color #564758

%35.10
%28.98
%35.92

CMYK Percentages of Color #564758

%2
%19
%0
%65

Triadic Colors of #564758

#564758 #585647 #475856

Analogous Colors of #564758

#564758 #584752 #4e4758

Monochromatic Colors of #564758

#564758

Complementary Color

#564758 #495847

#564758 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#564758 Color Preview on White Background

Lorem ipsum dolor sit amet.

#564758 Color CSS Codes

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

#564758 Text Font Color

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

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


#564758 Background Color

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

This div background color is #564758


#564758 Border Color

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

This div border color is #564758


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #564758


Comments

No comments written yet.

Please login to write comment.