Color Hex Logo

#563766 Color Hex

#563766
(86,55,102)
0 Favorites   0 Comments

Color spaces of #563766

RGB 8655102
HSL0.780.300.31
HSV280°46°40°
CMYK 0.160.460.00   0.60
XYZ7.60225.670113.2641
Yxy5.67010.28650.2137
Hunter Lab23.812015.3169-16.3582
CIE-Lab28.564423.3407-22.3094

#563766 color RGB value is (86,55,102).

#563766 hex color red value is 86, green value is 55 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #563766 hue: 0.78 , saturation: 0.30 and the lightness value of 563766 is 0.31.

The process color (four color CMYK) of #563766 color hex is 0.16, 0.46, 0.00, 0.60. Web safe color of #563766 is #663366. Color #563766 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00110111 01100110
Octal 126 67 146
Decimal 86 55 102
Hex 56 37 66

RGB Percentages of Color #563766

%35.39
%22.63
%41.98

CMYK Percentages of Color #563766

%16
%46
%0
%60

Triadic Colors of #563766

#563766 #665637 #376656

Analogous Colors of #563766

#563766 #66375f #3f3766

Monochromatic Colors of #563766

#563766

Complementary Color

#563766 #476637

#563766 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563766 Color Preview on White Background

Lorem ipsum dolor sit amet.

#563766 Color CSS Codes

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

#563766 Text Font Color

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

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


#563766 Background Color

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

This div background color is #563766


#563766 Border Color

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

This div border color is #563766


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563766


Comments

No comments written yet.

Please login to write comment.