Color Hex Logo

#564659 Color Hex

#564659
(86,70,89)
0 Favorites   0 Comments

Color spaces of #564659

RGB 867089
HSL0.810.120.31
HSV291°21°35°
CMYK 0.030.210.00   0.65
XYZ7.83117.080010.4050
Yxy7.08000.30930.2797
Hunter Lab26.60835.9700-4.5592
CIE-Lab31.988310.7233-8.6989

#564659 color RGB value is (86,70,89).

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

The process color (four color CMYK) of #564659 color hex is 0.03, 0.21, 0.00, 0.65. Web safe color of #564659 is #663366. Color #564659 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01000110 01011001
Octal 126 106 131
Decimal 86 70 89
Hex 56 46 59

RGB Percentages of Color #564659

%35.10
%28.57
%36.33

CMYK Percentages of Color #564659

%3
%21
%0
%65

Triadic Colors of #564659

#564659 #595646 #465956

Analogous Colors of #564659

#564659 #594653 #4d4659

Monochromatic Colors of #564659

#564659

Complementary Color

#564659 #495946

#564659 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#564659 Color Preview on White Background

Lorem ipsum dolor sit amet.

#564659 Color CSS Codes

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

#564659 Text Font Color

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

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


#564659 Background Color

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

This div background color is #564659


#564659 Border Color

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

This div border color is #564659


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #564659


Comments

No comments written yet.

Please login to write comment.