Color Hex Logo

#561959 Color Hex

#561959
(86,25,89)
0 Favorites   0 Comments

Color spaces of #561959

RGB 862589
HSL0.830.560.22
HSV297°72°35°
CMYK 0.030.720.00   0.65
XYZ5.98863.39509.7909
Yxy3.39500.31230.1771
Hunter Lab18.425525.7708-18.6075
CIE-Lab21.561137.0588-24.8415

#561959 color RGB value is (86,25,89).

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

The process color (four color CMYK) of #561959 color hex is 0.03, 0.72, 0.00, 0.65. Web safe color of #561959 is #660066. Color #561959 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00011001 01011001
Octal 126 31 131
Decimal 86 25 89
Hex 56 19 59

RGB Percentages of Color #561959

%43.00
%12.50
%44.50

CMYK Percentages of Color #561959

%3
%72
%0
%65

Triadic Colors of #561959

#561959 #595619 #195956

Analogous Colors of #561959

#561959 #59193c #361959

Monochromatic Colors of #561959

#561959

Complementary Color

#561959 #1c5919

#561959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#561959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#561959 Color CSS Codes

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

#561959 Text Font Color

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

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


#561959 Background Color

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

This div background color is #561959


#561959 Border Color

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

This div border color is #561959


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #561959


Comments

No comments written yet.

Please login to write comment.