Color Hex Logo

#593586 Color Hex

#593586
(89,53,134)
0 Favorites   0 Comments

Color spaces of #593586

RGB 8953134
HSL0.740.430.37
HSV267°60°53°
CMYK 0.340.600.00   0.47
XYZ9.69606.391323.2769
Yxy6.39130.24630.1624
Hunter Lab25.281024.2181-36.8931
CIE-Lab30.379033.7168-39.6236

#593586 color RGB value is (89,53,134).

#593586 hex color red value is 89, green value is 53 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #593586 hue: 0.74 , saturation: 0.43 and the lightness value of 593586 is 0.37.

The process color (four color CMYK) of #593586 color hex is 0.34, 0.60, 0.00, 0.47. Web safe color of #593586 is #663399. Color #593586 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00110101 10000110
Octal 131 65 206
Decimal 89 53 134
Hex 59 35 86

RGB Percentages of Color #593586

%32.25
%19.20
%48.55

CMYK Percentages of Color #593586

%34
%60
%0
%47

Triadic Colors of #593586

#593586 #865935 #358659

Analogous Colors of #593586

#593586 #823586 #353a86

Monochromatic Colors of #593586

#593586

Complementary Color

#593586 #628635

#593586 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#593586 Color Preview on White Background

Lorem ipsum dolor sit amet.

#593586 Color CSS Codes

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

#593586 Text Font Color

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

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


#593586 Background Color

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

This div background color is #593586


#593586 Border Color

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

This div border color is #593586


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #593586


Comments

No comments written yet.

Please login to write comment.