Color Hex Logo

#561555 Color Hex

#561555
(86,21,85)
0 Favorites   0 Comments

Color spaces of #561555

RGB 862185
HSL0.840.610.21
HSV301°76°34°
CMYK 0.000.760.01   0.66
XYZ5.74563.17068.9035
Yxy3.17060.32240.1779
Hunter Lab17.806226.4366-17.1820
CIE-Lab20.714637.9792-23.5078

#561555 color RGB value is (86,21,85).

#561555 hex color red value is 86, green value is 21 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #561555 hue: 0.84 , saturation: 0.61 and the lightness value of 561555 is 0.21.

The process color (four color CMYK) of #561555 color hex is 0.00, 0.76, 0.01, 0.66. Web safe color of #561555 is #660066. Color #561555 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00010101 01010101
Octal 126 25 125
Decimal 86 21 85
Hex 56 15 55

RGB Percentages of Color #561555

%44.79
%10.94
%44.27

CMYK Percentages of Color #561555

%0
%76
%1
%66

Triadic Colors of #561555

#561555 #555615 #155556

Analogous Colors of #561555

#561555 #561535 #371556

Monochromatic Colors of #561555

#561555

Complementary Color

#561555 #155616

#561555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#561555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#561555 Color CSS Codes

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

#561555 Text Font Color

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

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


#561555 Background Color

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

This div background color is #561555


#561555 Border Color

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

This div border color is #561555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #561555


Comments

No comments written yet.

Please login to write comment.