COLOR #59398E

HEX: #59398E
RGB: (89,57,142)

Color info

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

RGB color model

#59398E color RGB value is (89,57,142).

  • red value is 89;
  • green value is 57;
  • blue value is 142.
RGB:
(89,57,142)
(35%,22%,56%)

RGB channels and saturation

R 89 of 255 = 35%
G 57 of 255 = 22%
B 142 of 255 = 56%

89
57
142

R + G + B ~ 38%. #59398E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 57 + 142 = 288 (100%)
R 89 of 288 ~ 30.9%
G 57 of 288 ~ 19.79%
B 142 of 288 ~ 49.31%

%30.9
%19.79
%49.31

CMYK color model

#59398E color CMYK value is (37,60,0,44).

  • cyan value is 37.32%
  • magenta value is 59.86%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(37,60,0,44)
C37M60Y0K44 
(37%,60%,0%,44%)
(0.37/0.60/0.00/0.44)	

CMYK percentages

%37.32
%59.86
%0
%44.31

Codes

Color #59398E in popluar color models

59398E
RGB8957142
HSL263°42.71%39.02%
HSB/HSV263°59.86%55.69%
CMYK37.32%59.86%0.00%
44.31%

Color #59398E in popluar number systems.

HEX59398E
Decimal8957142
Binary101100111100110001110
Octal13171216

Shades and tints

Shades of #59398E

#59398E
(89,57,142)
#513482
(81,52,130)
#492F76
(73,47,118)
#412A6A
(65,42,106)
#39255E
(57,37,94)
#312052
(49,32,82)
#291B46
(41,27,70)
#21163A
(33,22,58)
#19112E
(25,17,46)
#110C22
(17,12,34)
#090716
(9,7,22)
#000000
(0,0,0)

Tints of #59398E

#59398E
(89,57,142)
#684B98
(104,75,152)
#775DA2
(119,93,162)
#866FAC
(134,111,172)
#9581B6
(149,129,182)
#A493C0
(164,147,192)
#B3A5CA
(179,165,202)
#C2B7D4
(194,183,212)
#D1C9DE
(209,201,222)
#E0DBE8
(224,219,232)
#EFEDF2
(239,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59398E color. Also use rgb(89,57,142) instead hex code.

Text Font Color

.myTextColor { color: #59398E; }

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

This text font color is #59398E.


Background Color

.myBgColor { background-color: #59398E; }

<div style="background-color:#59398E">Inner text</div>

This div background color is #59398E.


Border color

.myBorderColor { border: 1px solid #59398E; }

<div style="border:3px solid #59398E">Div</div>

This div border color is #59398E.


Opacity

.myOpacity80 { color: #59398E; opacity: 0.8; }

<p style="color:#59398E;opacity:0.8;">80%</p>

Text with #59398E 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 #59398E;}

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

This text has shadow with #59398E color.

.textShadow {text-shadow: 3px 3px 1px #59398E, 3px 3px 1px red;}

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

This text has shadow with #59398E primary color and red secondary color.


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

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

This text has shadow with #59398E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59398E on black background.


Color preview on white background

This text has color #59398E on white background.



Black color preview on #59398E background

This text has black color on #59398E background.


White color preview on #59398E background

This text has white color on #59398E background.