COLOR #593E8C

HEX: #593E8C
RGB: (89,62,140)

Color info

#593E8C contains mainly red and blue colors. Web safe color of #593E8C is #663399 (or #639).

RGB color model

#593E8C color RGB value is (89,62,140).

  • red value is 89;
  • green value is 62;
  • blue value is 140.
RGB:
(89,62,140)
(35%,24%,55%)

RGB channels and saturation

R 89 of 255 = 35%
G 62 of 255 = 24%
B 140 of 255 = 55%

89
62
140

R + G + B ~ 38%. #593E8C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 62 + 140 = 291 (100%)
R 89 of 291 ~ 30.58%
G 62 of 291 ~ 21.31%
B 140 of 291 ~ 48.11%

%30.58
%21.31
%48.11

CMYK color model

#593E8C color CMYK value is (36,56,0,45).

  • cyan value is 36.43%
  • magenta value is 55.71%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(36,56,0,45)
C36M56Y0K45 
(36%,56%,0%,45%)
(0.36/0.56/0.00/0.45)	

CMYK percentages

%36.43
%55.71
%0
%45.1

Codes

Color #593E8C in popluar color models

593E8C
RGB8962140
HSL261°38.61%39.61%
HSB/HSV261°55.71%54.90%
CMYK36.43%55.71%0.00%
45.10%

Color #593E8C in popluar number systems.

HEX593E8C
Decimal8962140
Binary101100111111010001100
Octal13176214

Shades and tints

Shades of #593E8C

#593E8C
(89,62,140)
#513980
(81,57,128)
#493474
(73,52,116)
#412F68
(65,47,104)
#392A5C
(57,42,92)
#312550
(49,37,80)
#292044
(41,32,68)
#211B38
(33,27,56)
#19162C
(25,22,44)
#111120
(17,17,32)
#090C14
(9,12,20)
#000000
(0,0,0)

Tints of #593E8C

#593E8C
(89,62,140)
#684F96
(104,79,150)
#7760A0
(119,96,160)
#8671AA
(134,113,170)
#9582B4
(149,130,180)
#A493BE
(164,147,190)
#B3A4C8
(179,164,200)
#C2B5D2
(194,181,210)
#D1C6DC
(209,198,220)
#E0D7E6
(224,215,230)
#EFE8F0
(239,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #593E8C color. Also use rgb(89,62,140) instead hex code.

Text Font Color

.myTextColor { color: #593E8C; }

<p style="color:#593E8C">This sample text font color is #593E8C.</p>

This text font color is #593E8C.


Background Color

.myBgColor { background-color: #593E8C; }

<div style="background-color:#593E8C">Inner text</div>

This div background color is #593E8C.


Border color

.myBorderColor { border: 1px solid #593E8C; }

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

This div border color is #593E8C.


Opacity

.myOpacity80 { color: #593E8C; opacity: 0.8; }

<p style="color:#593E8C;opacity:0.8;">80%</p>

Text with #593E8C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #593E8C;}

<p style="text-shadow: 3px 3px 1px #593E8C">Text here.</p>

This text has shadow with #593E8C color.

.textShadow {text-shadow: 3px 3px 1px #593E8C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #593E8C, 5px 5px 20px red">Text here.</p>

This text has shadow with #593E8C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#593E8C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#593E8C, Direction=45, Strength=4)">Text</p>

This text has shadow with #593E8C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #593E8C;
  -webkit-box-shadow:	1px 1px 3px 2px #593E8C;
  box-shadow:		1px 1px 3px 2px #593E8C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #593E8C;
-webkit-box-shadow: 1px 1px 3px 2px #593E8C;
box-shadow:1px 1px 3px 2px #593E8C;">
Div content here</div>
This div box has shadow with color #593E8C.

Preview

Color preview on black background

This text has color #593E8C on black background.


Color preview on white background

This text has color #593E8C on white background.



Black color preview on #593E8C background

This text has black color on #593E8C background.


White color preview on #593E8C background

This text has white color on #593E8C background.