Color Hex Logo

#563658 Color Hex

#563658
(86,54,88)
0 Favorites   0 Comments

Color spaces of #563658

RGB 865488
HSL0.820.240.28
HSV296°39°35°
CMYK 0.020.390.00   0.65
XYZ6.91845.32139.8950
Yxy5.32130.31260.2404
Hunter Lab23.067913.1658-9.2849
CIE-Lab27.631220.7001-14.6922

#563658 color RGB value is (86,54,88).

#563658 hex color red value is 86, green value is 54 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #563658 hue: 0.82 , saturation: 0.24 and the lightness value of 563658 is 0.28.

The process color (four color CMYK) of #563658 color hex is 0.02, 0.39, 0.00, 0.65. Web safe color of #563658 is #663366. Color #563658 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00110110 01011000
Octal 126 66 130
Decimal 86 54 88
Hex 56 36 58

RGB Percentages of Color #563658

%37.72
%23.68
%38.60

CMYK Percentages of Color #563658

%2
%39
%0
%65

Triadic Colors of #563658

#563658 #585636 #365856

Analogous Colors of #563658

#563658 #583649 #453658

Monochromatic Colors of #563658

#563658

Complementary Color

#563658 #385836

#563658 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563658 Color Preview on White Background

Lorem ipsum dolor sit amet.

#563658 Color CSS Codes

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

#563658 Text Font Color

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

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


#563658 Background Color

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

This div background color is #563658


#563658 Border Color

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

This div border color is #563658


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563658


Comments

No comments written yet.

Please login to write comment.