COLOR #594B94

HEX: #594B94
RGB: (89,75,148)

Color info

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

RGB color model

#594B94 color RGB value is (89,75,148).

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

RGB channels and saturation

R 89 of 255 = 35%
G 75 of 255 = 29%
B 148 of 255 = 58%

89
75
148

R + G + B ~ 41%. #594B94 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 75 + 148 = 312 (100%)
R 89 of 312 ~ 28.53%
G 75 of 312 ~ 24.04%
B 148 of 312 ~ 47.44%

%28.53
%24.04
%47.44

CMYK color model

#594B94 color CMYK value is (40,49,0,42).

  • cyan value is 39.86%
  • magenta value is 49.32%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(40,49,0,42)
C40M49Y0K42 
(40%,49%,0%,42%)
(0.40/0.49/0.00/0.42)	

CMYK percentages

%39.86
%49.32
%0
%41.96

Codes

Color #594B94 in popluar color models

594B94
RGB8975148
HSL252°32.74%43.73%
HSB/HSV252°49.32%58.04%
CMYK39.86%49.32%0.00%
41.96%

Color #594B94 in popluar number systems.

HEX594B94
Decimal8975148
Binary1011001100101110010100
Octal131113224

Shades and tints

Shades of #594B94

#594B94
(89,75,148)
#514587
(81,69,135)
#493F7A
(73,63,122)
#41396D
(65,57,109)
#393360
(57,51,96)
#312D53
(49,45,83)
#292746
(41,39,70)
#212139
(33,33,57)
#191B2C
(25,27,44)
#11151F
(17,21,31)
#090F12
(9,15,18)
#000000
(0,0,0)

Tints of #594B94

#594B94
(89,75,148)
#685B9D
(104,91,157)
#776BA6
(119,107,166)
#867BAF
(134,123,175)
#958BB8
(149,139,184)
#A49BC1
(164,155,193)
#B3ABCA
(179,171,202)
#C2BBD3
(194,187,211)
#D1CBDC
(209,203,220)
#E0DBE5
(224,219,229)
#EFEBEE
(239,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594B94 color. Also use rgb(89,75,148) instead hex code.

Text Font Color

.myTextColor { color: #594B94; }

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

This text font color is #594B94.


Background Color

.myBgColor { background-color: #594B94; }

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

This div background color is #594B94.


Border color

.myBorderColor { border: 1px solid #594B94; }

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

This div border color is #594B94.


Opacity

.myOpacity80 { color: #594B94; opacity: 0.8; }

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

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

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

This text has shadow with #594B94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594B94 on black background.


Color preview on white background

This text has color #594B94 on white background.



Black color preview on #594B94 background

This text has black color on #594B94 background.


White color preview on #594B94 background

This text has white color on #594B94 background.