Color Hex Logo

#593a5e Color Hex

#593A5E
(89,58,94)
0 Favorites   0 Comments

Color spaces of #593a5e

RGB 895894
HSL0.810.240.30
HSV292°38°37°
CMYK 0.050.380.00   0.63
XYZ7.65335.958111.3363
Yxy5.95810.30680.2388
Hunter Lab24.409213.2510-10.4494
CIE-Lab29.306520.6237-15.9732

#593a5e color RGB value is (89,58,94).

#593a5e hex color red value is 89, green value is 58 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #593a5e hue: 0.81 , saturation: 0.24 and the lightness value of 593a5e is 0.30.

The process color (four color CMYK) of #593a5e color hex is 0.05, 0.38, 0.00, 0.63. Web safe color of #593a5e is #663366. Color #593a5e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00111010 01011110
Octal 131 72 136
Decimal 89 58 94
Hex 59 3A 5E

RGB Percentages of Color #593a5e

%36.93
%24.07
%39.00

CMYK Percentages of Color #593a5e

%5
%38
%0
%63

Triadic Colors of #593a5e

#593a5e #5e593a #3a5e59

Analogous Colors of #593a5e

#593a5e #5e3a51 #473a5e

Monochromatic Colors of #593a5e

#593a5e

Complementary Color

#593a5e #3f5e3a

#593a5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#593a5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#593a5e Color CSS Codes

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

#593a5e Text Font Color

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

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


#593a5e Background Color

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

This div background color is #593a5e


#593a5e Border Color

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

This div border color is #593a5e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,58,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #593a5e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #593a5e;
  -webkit-box-shadow: 1px 1px 3px 2px #593a5e;
  box-shadow:         1px 1px 3px 2px #593a5e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #593a5e


Comments

No comments written yet.

Please login to write comment.