COLOR #594699

HEX: #594699
RGB: (89,70,153)

Color info

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

RGB color model

#594699 color RGB value is (89,70,153).

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

RGB channels and saturation

R 89 of 255 = 35%
G 70 of 255 = 27%
B 153 of 255 = 60%

89
70
153

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

Portions of RGB colors in percentages

R + G + B =
89 + 70 + 153 = 312 (100%)
R 89 of 312 ~ 28.53%
G 70 of 312 ~ 22.44%
B 153 of 312 ~ 49.04%

%28.53
%22.44
%49.04

CMYK color model

#594699 color CMYK value is (42,54,0,40).

  • cyan value is 41.83%
  • magenta value is 54.25%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(42,54,0,40)
C42M54Y0K40 
(42%,54%,0%,40%)
(0.42/0.54/0.00/0.40)	

CMYK percentages

%41.83
%54.25
%0
%40

Codes

Color #594699 in popluar color models

594699
RGB8970153
HSL254°37.22%43.73%
HSB/HSV254°54.25%60.00%
CMYK41.83%54.25%0.00%
40.00%

Color #594699 in popluar number systems.

HEX594699
Decimal8970153
Binary1011001100011010011001
Octal131106231

Shades and tints

Shades of #594699

#594699
(89,70,153)
#51408C
(81,64,140)
#493A7F
(73,58,127)
#413472
(65,52,114)
#392E65
(57,46,101)
#312858
(49,40,88)
#29224B
(41,34,75)
#211C3E
(33,28,62)
#191631
(25,22,49)
#111024
(17,16,36)
#090A17
(9,10,23)
#000000
(0,0,0)

Tints of #594699

#594699
(89,70,153)
#6856A2
(104,86,162)
#7766AB
(119,102,171)
#8676B4
(134,118,180)
#9586BD
(149,134,189)
#A496C6
(164,150,198)
#B3A6CF
(179,166,207)
#C2B6D8
(194,182,216)
#D1C6E1
(209,198,225)
#E0D6EA
(224,214,234)
#EFE6F3
(239,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #594699; }

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

This text font color is #594699.


Background Color

.myBgColor { background-color: #594699; }

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

This div background color is #594699.


Border color

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

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

This div border color is #594699.


Opacity

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

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

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

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

This text has shadow with #594699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594699 on black background.


Color preview on white background

This text has color #594699 on white background.



Black color preview on #594699 background

This text has black color on #594699 background.


White color preview on #594699 background

This text has white color on #594699 background.