Color Hex Logo

#573591 Color Hex

#573591
(87,53,145)
0 Favorites   0 Comments

Color spaces of #573591

RGB 8753145
HSL0.730.460.39
HSV262°63°57°
CMYK 0.400.630.00   0.43
XYZ10.31446.616827.5216
Yxy6.61680.23200.1489
Hunter Lab25.723126.5590-45.4291
CIE-Lab30.918136.2576-45.5612

#573591 color RGB value is (87,53,145).

#573591 hex color red value is 87, green value is 53 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #573591 hue: 0.73 , saturation: 0.46 and the lightness value of 573591 is 0.39.

The process color (four color CMYK) of #573591 color hex is 0.40, 0.63, 0.00, 0.43. Web safe color of #573591 is #663399. Color #573591 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00110101 10010001
Octal 127 65 221
Decimal 87 53 145
Hex 57 35 91

RGB Percentages of Color #573591

%30.53
%18.60
%50.88

CMYK Percentages of Color #573591

%40
%63
%0
%43

Triadic Colors of #573591

#573591 #915735 #359157

Analogous Colors of #573591

#573591 #853591 #354191

Monochromatic Colors of #573591

#573591

Complementary Color

#573591 #6f9135

#573591 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573591 Color Preview on White Background

Lorem ipsum dolor sit amet.

#573591 Color CSS Codes

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

#573591 Text Font Color

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

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


#573591 Background Color

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

This div background color is #573591


#573591 Border Color

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

This div border color is #573591


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,53,145, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #573591; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #573591;
  -webkit-box-shadow: 1px 1px 3px 2px #573591;
  box-shadow:         1px 1px 3px 2px #573591; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,53,145, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573591


Comments

No comments written yet.

Please login to write comment.