COLOR #594689

HEX: #594689
RGB: (89,70,137)

Color info

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

RGB color model

#594689 color RGB value is (89,70,137).

  • red value is 89;
  • green value is 70;
  • blue value is 137.
RGB:
(89,70,137)
(35%,27%,54%)

RGB channels and saturation

R 89 of 255 = 35%
G 70 of 255 = 27%
B 137 of 255 = 54%

89
70
137

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

Portions of RGB colors in percentages

R + G + B =
89 + 70 + 137 = 296 (100%)
R 89 of 296 ~ 30.07%
G 70 of 296 ~ 23.65%
B 137 of 296 ~ 46.28%

%30.07
%23.65
%46.28

CMYK color model

#594689 color CMYK value is (35,49,0,46).

  • cyan value is 35.04%
  • magenta value is 48.91%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(35,49,0,46)
C35M49Y0K46 
(35%,49%,0%,46%)
(0.35/0.49/0.00/0.46)	

CMYK percentages

%35.04
%48.91
%0
%46.27

Codes

Color #594689 in popluar color models

594689
RGB8970137
HSL257°32.37%40.59%
HSB/HSV257°48.91%53.73%
CMYK35.04%48.91%0.00%
46.27%

Color #594689 in popluar number systems.

HEX594689
Decimal8970137
Binary1011001100011010001001
Octal131106211

Shades and tints

Shades of #594689

#594689
(89,70,137)
#51407D
(81,64,125)
#493A71
(73,58,113)
#413465
(65,52,101)
#392E59
(57,46,89)
#31284D
(49,40,77)
#292241
(41,34,65)
#211C35
(33,28,53)
#191629
(25,22,41)
#11101D
(17,16,29)
#090A11
(9,10,17)
#000000
(0,0,0)

Tints of #594689

#594689
(89,70,137)
#685693
(104,86,147)
#77669D
(119,102,157)
#8676A7
(134,118,167)
#9586B1
(149,134,177)
#A496BB
(164,150,187)
#B3A6C5
(179,166,197)
#C2B6CF
(194,182,207)
#D1C6D9
(209,198,217)
#E0D6E3
(224,214,227)
#EFE6ED
(239,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594689 color. Also use rgb(89,70,137) instead hex code.

Text Font Color

.myTextColor { color: #594689; }

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

This text font color is #594689.


Background Color

.myBgColor { background-color: #594689; }

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

This div background color is #594689.


Border color

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

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

This div border color is #594689.


Opacity

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

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

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

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

This text has shadow with #594689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594689 on black background.


Color preview on white background

This text has color #594689 on white background.



Black color preview on #594689 background

This text has black color on #594689 background.


White color preview on #594689 background

This text has white color on #594689 background.