Color Hex Logo

#565565 Color Hex

#565565
(86,85,101)
0 Favorites   0 Comments

Color spaces of #565565

RGB 8685101
HSL0.680.090.36
HSV244°16°40°
CMYK 0.150.160.00   0.60
XYZ9.43529.415013.6319
Yxy9.41500.29050.2899
Hunter Lab30.68391.1914-4.8620
CIE-Lab36.77134.0497-9.0676

#565565 color RGB value is (86,85,101).

#565565 hex color red value is 86, green value is 85 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #565565 hue: 0.68 , saturation: 0.09 and the lightness value of 565565 is 0.36.

The process color (four color CMYK) of #565565 color hex is 0.15, 0.16, 0.00, 0.60. Web safe color of #565565 is #666666. Color #565565 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01010101 01100101
Octal 126 125 145
Decimal 86 85 101
Hex 56 55 65

RGB Percentages of Color #565565

%31.62
%31.25
%37.13

CMYK Percentages of Color #565565

%15
%16
%0
%60

Triadic Colors of #565565

#565565 #655655 #556556

Analogous Colors of #565565

#565565 #5e5565 #555c65

Monochromatic Colors of #565565

#565565

Complementary Color

#565565 #646555

#565565 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#565565 Color Preview on White Background

Lorem ipsum dolor sit amet.

#565565 Color CSS Codes

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

#565565 Text Font Color

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

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


#565565 Background Color

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

This div background color is #565565


#565565 Border Color

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

This div border color is #565565


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #565565


Comments

No comments written yet.

Please login to write comment.