Color Hex Logo

#593796 Color Hex

#593796
(89,55,150)
0 Favorites   0 Comments

Color spaces of #593796

RGB 8955150
HSL0.730.460.40
HSV261°63°59°
CMYK 0.410.630.00   0.41
XYZ10.99107.058229.6372
Yxy7.05820.23050.1480
Hunter Lab26.567327.3535-47.5440
CIE-Lab31.939036.9619-46.9616

#593796 color RGB value is (89,55,150).

#593796 hex color red value is 89, green value is 55 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #593796 hue: 0.73 , saturation: 0.46 and the lightness value of 593796 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00110111 10010110
Octal 131 67 226
Decimal 89 55 150
Hex 59 37 96

RGB Percentages of Color #593796

%30.27
%18.71
%51.02

CMYK Percentages of Color #593796

%41
%63
%0
%41

Triadic Colors of #593796

#593796 #965937 #379659

Analogous Colors of #593796

#593796 #893796 #374596

Monochromatic Colors of #593796

#593796

Complementary Color

#593796 #749637

#593796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#593796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#593796 Color CSS Codes

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

#593796 Text Font Color

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

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


#593796 Background Color

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

This div background color is #593796


#593796 Border Color

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

This div border color is #593796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #593796


Comments

No comments written yet.

Please login to write comment.