Color Hex Logo

#565263 Color Hex

#565263
(86,82,99)
0 Favorites   0 Comments

Color spaces of #565263

RGB 868299
HSL0.710.090.35
HSV254°17°39°
CMYK 0.130.170.00   0.61
XYZ9.10728.913913.0449
Yxy8.91390.29320.2869
Hunter Lab29.85622.2006-5.0060
CIE-Lab35.81805.4446-9.2541

#565263 color RGB value is (86,82,99).

#565263 hex color red value is 86, green value is 82 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #565263 hue: 0.71 , saturation: 0.09 and the lightness value of 565263 is 0.35.

The process color (four color CMYK) of #565263 color hex is 0.13, 0.17, 0.00, 0.61. Web safe color of #565263 is #666666. Color #565263 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01010010 01100011
Octal 126 122 143
Decimal 86 82 99
Hex 56 52 63

RGB Percentages of Color #565263

%32.21
%30.71
%37.08

CMYK Percentages of Color #565263

%13
%17
%0
%61

Triadic Colors of #565263

#565263 #635652 #526356

Analogous Colors of #565263

#565263 #5f5263 #525763

Monochromatic Colors of #565263

#565263

Complementary Color

#565263 #5f6352

#565263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#565263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#565263 Color CSS Codes

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

#565263 Text Font Color

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

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


#565263 Background Color

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

This div background color is #565263


#565263 Border Color

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

This div border color is #565263


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #565263


Comments

No comments written yet.

Please login to write comment.