COLOR #593A94

HEX: #593A94
RGB: (89,58,148)

Color info

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

RGB color model

#593A94 color RGB value is (89,58,148).

  • red value is 89;
  • green value is 58;
  • blue value is 148.
RGB:
(89,58,148)
(35%,23%,58%)

RGB channels and saturation

R 89 of 255 = 35%
G 58 of 255 = 23%
B 148 of 255 = 58%

89
58
148

R + G + B ~ 39%. #593A94 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 58 + 148 = 295 (100%)
R 89 of 295 ~ 30.17%
G 58 of 295 ~ 19.66%
B 148 of 295 ~ 50.17%

%30.17
%19.66
%50.17

CMYK color model

#593A94 color CMYK value is (40,61,0,42).

  • cyan value is 39.86%
  • magenta value is 60.81%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(40,61,0,42)
C40M61Y0K42 
(40%,61%,0%,42%)
(0.40/0.61/0.00/0.42)	

CMYK percentages

%39.86
%60.81
%0
%41.96

Codes

Color #593A94 in popluar color models

593A94
RGB8958148
HSL261°43.69%40.39%
HSB/HSV261°60.81%58.04%
CMYK39.86%60.81%0.00%
41.96%

Color #593A94 in popluar number systems.

HEX593A94
Decimal8958148
Binary101100111101010010100
Octal13172224

Shades and tints

Shades of #593A94

#593A94
(89,58,148)
#513587
(81,53,135)
#49307A
(73,48,122)
#412B6D
(65,43,109)
#392660
(57,38,96)
#312153
(49,33,83)
#291C46
(41,28,70)
#211739
(33,23,57)
#19122C
(25,18,44)
#110D1F
(17,13,31)
#090812
(9,8,18)
#000000
(0,0,0)

Tints of #593A94

#593A94
(89,58,148)
#684B9D
(104,75,157)
#775CA6
(119,92,166)
#866DAF
(134,109,175)
#957EB8
(149,126,184)
#A48FC1
(164,143,193)
#B3A0CA
(179,160,202)
#C2B1D3
(194,177,211)
#D1C2DC
(209,194,220)
#E0D3E5
(224,211,229)
#EFE4EE
(239,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #593A94 color. Also use rgb(89,58,148) instead hex code.

Text Font Color

.myTextColor { color: #593A94; }

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

This text font color is #593A94.


Background Color

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

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

This div background color is #593A94.


Border color

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

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

This div border color is #593A94.


Opacity

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

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

Text with #593A94 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 #593A94;}

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

This text has shadow with #593A94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593A94 on black background.


Color preview on white background

This text has color #593A94 on white background.



Black color preview on #593A94 background

This text has black color on #593A94 background.


White color preview on #593A94 background

This text has white color on #593A94 background.