Color Hex Logo

#563351 Color Hex

#563351
(86,51,81)
0 Favorites   0 Comments

Color spaces of #563351

RGB 865181
HSL0.860.260.27
HSV309°41°34°
CMYK 0.000.410.06   0.66
XYZ6.50684.94028.3952
Yxy4.94020.32790.2490
Hunter Lab22.226613.3592-6.8358
CIE-Lab26.563721.0764-11.7386

#563351 color RGB value is (86,51,81).

#563351 hex color red value is 86, green value is 51 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #563351 hue: 0.86 , saturation: 0.26 and the lightness value of 563351 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 00110011 01010001
Octal 126 63 121
Decimal 86 51 81
Hex 56 33 51

RGB Percentages of Color #563351

%39.45
%23.39
%37.16

CMYK Percentages of Color #563351

%0
%41
%6
%66

Triadic Colors of #563351

#563351 #515633 #335156

Analogous Colors of #563351

#563351 #563340 #4a3356

Monochromatic Colors of #563351

#563351

Complementary Color

#563351 #335638

#563351 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#563351 Color Preview on White Background

Lorem ipsum dolor sit amet.

#563351 Color CSS Codes

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

#563351 Text Font Color

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

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


#563351 Background Color

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

This div background color is #563351


#563351 Border Color

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

This div border color is #563351


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #563351


Comments

No comments written yet.

Please login to write comment.