COLOR #594084

HEX: #594084
RGB: (89,64,132)

Color info

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

RGB color model

#594084 color RGB value is (89,64,132).

  • red value is 89;
  • green value is 64;
  • blue value is 132.
RGB:
(89,64,132)
(35%,25%,52%)

RGB channels and saturation

R 89 of 255 = 35%
G 64 of 255 = 25%
B 132 of 255 = 52%

89
64
132

R + G + B ~ 37%. #594084 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 64 + 132 = 285 (100%)
R 89 of 285 ~ 31.23%
G 64 of 285 ~ 22.46%
B 132 of 285 ~ 46.32%

%31.23
%22.46
%46.32

CMYK color model

#594084 color CMYK value is (33,52,0,48).

  • cyan value is 32.58%
  • magenta value is 51.52%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(33,52,0,48)
C33M52Y0K48 
(33%,52%,0%,48%)
(0.33/0.52/0.00/0.48)	

CMYK percentages

%32.58
%51.52
%0
%48.24

Codes

Color #594084 in popluar color models

594084
RGB8964132
HSL262°34.69%38.43%
HSB/HSV262°51.52%51.76%
CMYK32.58%51.52%0.00%
48.24%

Color #594084 in popluar number systems.

HEX594084
Decimal8964132
Binary1011001100000010000100
Octal131100204

Shades and tints

Shades of #594084

#594084
(89,64,132)
#513B78
(81,59,120)
#49366C
(73,54,108)
#413160
(65,49,96)
#392C54
(57,44,84)
#312748
(49,39,72)
#29223C
(41,34,60)
#211D30
(33,29,48)
#191824
(25,24,36)
#111318
(17,19,24)
#090E0C
(9,14,12)
#000000
(0,0,0)

Tints of #594084

#594084
(89,64,132)
#68518F
(104,81,143)
#77629A
(119,98,154)
#8673A5
(134,115,165)
#9584B0
(149,132,176)
#A495BB
(164,149,187)
#B3A6C6
(179,166,198)
#C2B7D1
(194,183,209)
#D1C8DC
(209,200,220)
#E0D9E7
(224,217,231)
#EFEAF2
(239,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594084 color. Also use rgb(89,64,132) instead hex code.

Text Font Color

.myTextColor { color: #594084; }

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

This text font color is #594084.


Background Color

.myBgColor { background-color: #594084; }

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

This div background color is #594084.


Border color

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

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

This div border color is #594084.


Opacity

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

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

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

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

This text has shadow with #594084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594084 on black background.


Color preview on white background

This text has color #594084 on white background.



Black color preview on #594084 background

This text has black color on #594084 background.


White color preview on #594084 background

This text has white color on #594084 background.