COLOR #594198

HEX: #594198
RGB: (89,65,152)

Color info

#594198 contains mainly blue color. Web safe color of #594198 is #663399 (or #639).

RGB color model

#594198 color RGB value is (89,65,152).

  • red value is 89;
  • green value is 65;
  • blue value is 152.
RGB:
(89,65,152)
(35%,25%,60%)

RGB channels and saturation

R 89 of 255 = 35%
G 65 of 255 = 25%
B 152 of 255 = 60%

89
65
152

R + G + B ~ 40%. #594198 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 65 + 152 = 306 (100%)
R 89 of 306 ~ 29.08%
G 65 of 306 ~ 21.24%
B 152 of 306 ~ 49.67%

%29.08
%21.24
%49.67

CMYK color model

#594198 color CMYK value is (41,57,0,40).

  • cyan value is 41.45%
  • magenta value is 57.24%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(41,57,0,40)
C41M57Y0K40 
(41%,57%,0%,40%)
(0.41/0.57/0.00/0.40)	

CMYK percentages

%41.45
%57.24
%0
%40.39

Codes

Color #594198 in popluar color models

594198
RGB8965152
HSL257°40.09%42.55%
HSB/HSV257°57.24%59.61%
CMYK41.45%57.24%0.00%
40.39%

Color #594198 in popluar number systems.

HEX594198
Decimal8965152
Binary1011001100000110011000
Octal131101230

Shades and tints

Shades of #594198

#594198
(89,65,152)
#513C8B
(81,60,139)
#49377E
(73,55,126)
#413271
(65,50,113)
#392D64
(57,45,100)
#312857
(49,40,87)
#29234A
(41,35,74)
#211E3D
(33,30,61)
#191930
(25,25,48)
#111423
(17,20,35)
#090F16
(9,15,22)
#000000
(0,0,0)

Tints of #594198

#594198
(89,65,152)
#6852A1
(104,82,161)
#7763AA
(119,99,170)
#8674B3
(134,116,179)
#9585BC
(149,133,188)
#A496C5
(164,150,197)
#B3A7CE
(179,167,206)
#C2B8D7
(194,184,215)
#D1C9E0
(209,201,224)
#E0DAE9
(224,218,233)
#EFEBF2
(239,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594198 color. Also use rgb(89,65,152) instead hex code.

Text Font Color

.myTextColor { color: #594198; }

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

This text font color is #594198.


Background Color

.myBgColor { background-color: #594198; }

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

This div background color is #594198.


Border color

.myBorderColor { border: 1px solid #594198; }

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

This div border color is #594198.


Opacity

.myOpacity80 { color: #594198; opacity: 0.8; }

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

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

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

This text has shadow with #594198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594198 on black background.


Color preview on white background

This text has color #594198 on white background.



Black color preview on #594198 background

This text has black color on #594198 background.


White color preview on #594198 background

This text has white color on #594198 background.