Color Hex Logo

#563756 Color Hex

#563756
(86,55,86)
0 Favorites   0 Comments

Color spaces of #563756

RGB 865586
HSL0.830.220.28
HSV300°36°34°
CMYK 0.000.360.00   0.66
XYZ6.88375.38279.4803
Yxy5.38270.31650.2475
Hunter Lab23.200612.3603-7.9868
CIE-Lab27.798419.6299-13.1298

#563756 color RGB value is (86,55,86).

#563756 hex color red value is 86, green value is 55 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #563756 hue: 0.83 , saturation: 0.22 and the lightness value of 563756 is 0.28.

The process color (four color CMYK) of #563756 color hex is 0.00, 0.36, 0.00, 0.66. Web safe color of #563756 is #663366. Color #563756 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00110111 01010110
Octal 126 67 126
Decimal 86 55 86
Hex 56 37 56

RGB Percentages of Color #563756

%37.89
%24.23
%37.89

CMYK Percentages of Color #563756

%0
%36
%0
%66

Triadic Colors of #563756

#563756 #565637 #375656

Analogous Colors of #563756

#563756 #563747 #473756

Monochromatic Colors of #563756

#563756

Complementary Color

#563756 #375637

#563756 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563756 Color Preview on White Background

Lorem ipsum dolor sit amet.

#563756 Color CSS Codes

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

#563756 Text Font Color

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

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


#563756 Background Color

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

This div background color is #563756


#563756 Border Color

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

This div border color is #563756


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563756


Comments

No comments written yet.

Please login to write comment.