Color Hex Logo

#565768 Color Hex

#565768
(86,87,104)
0 Favorites   0 Comments

Color spaces of #565768

RGB 8687104
HSL0.660.090.37
HSV237°17°41°
CMYK 0.170.160.00   0.59
XYZ9.74469.794314.4736
Yxy9.79430.28650.2880
Hunter Lab31.29580.8119-5.5132
CIE-Lab37.47073.5387-9.8801

#565768 color RGB value is (86,87,104).

#565768 hex color red value is 86, green value is 87 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #565768 hue: 0.66 , saturation: 0.09 and the lightness value of 565768 is 0.37.

The process color (four color CMYK) of #565768 color hex is 0.17, 0.16, 0.00, 0.59. Web safe color of #565768 is #666666. Color #565768 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01010111 01101000
Octal 126 127 150
Decimal 86 87 104
Hex 56 57 68

RGB Percentages of Color #565768

%31.05
%31.41
%37.55

CMYK Percentages of Color #565768

%17
%16
%0
%59

Triadic Colors of #565768

#565768 #685657 #576856

Analogous Colors of #565768

#565768 #5e5668 #566068

Monochromatic Colors of #565768

#565768

Complementary Color

#565768 #686756

#565768 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#565768 Color Preview on White Background

Lorem ipsum dolor sit amet.

#565768 Color CSS Codes

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

#565768 Text Font Color

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

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


#565768 Background Color

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

This div background color is #565768


#565768 Border Color

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

This div border color is #565768


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,87,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 #565768">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #565768


Comments

No comments written yet.

Please login to write comment.