COLOR #594785

HEX: #594785
RGB: (89,71,133)

Color info

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

RGB color model

#594785 color RGB value is (89,71,133).

  • red value is 89;
  • green value is 71;
  • blue value is 133.
RGB:
(89,71,133)
(35%,28%,52%)

RGB channels and saturation

R 89 of 255 = 35%
G 71 of 255 = 28%
B 133 of 255 = 52%

89
71
133

R + G + B ~ 38%. #594785 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 71 + 133 = 293 (100%)
R 89 of 293 ~ 30.38%
G 71 of 293 ~ 24.23%
B 133 of 293 ~ 45.39%

%30.38
%24.23
%45.39

CMYK color model

#594785 color CMYK value is (33,47,0,48).

  • cyan value is 33.08%
  • magenta value is 46.62%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(33,47,0,48)
C33M47Y0K48 
(33%,47%,0%,48%)
(0.33/0.47/0.00/0.48)	

CMYK percentages

%33.08
%46.62
%0
%47.84

Codes

Color #594785 in popluar color models

594785
RGB8971133
HSL257°30.39%40.00%
HSB/HSV257°46.62%52.16%
CMYK33.08%46.62%0.00%
47.84%

Color #594785 in popluar number systems.

HEX594785
Decimal8971133
Binary1011001100011110000101
Octal131107205

Shades and tints

Shades of #594785

#594785
(89,71,133)
#514179
(81,65,121)
#493B6D
(73,59,109)
#413561
(65,53,97)
#392F55
(57,47,85)
#312949
(49,41,73)
#29233D
(41,35,61)
#211D31
(33,29,49)
#191725
(25,23,37)
#111119
(17,17,25)
#090B0D
(9,11,13)
#000000
(0,0,0)

Tints of #594785

#594785
(89,71,133)
#685790
(104,87,144)
#77679B
(119,103,155)
#8677A6
(134,119,166)
#9587B1
(149,135,177)
#A497BC
(164,151,188)
#B3A7C7
(179,167,199)
#C2B7D2
(194,183,210)
#D1C7DD
(209,199,221)
#E0D7E8
(224,215,232)
#EFE7F3
(239,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594785 color. Also use rgb(89,71,133) instead hex code.

Text Font Color

.myTextColor { color: #594785; }

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

This text font color is #594785.


Background Color

.myBgColor { background-color: #594785; }

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

This div background color is #594785.


Border color

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

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

This div border color is #594785.


Opacity

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

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

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

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

This text has shadow with #594785 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594785 on black background.


Color preview on white background

This text has color #594785 on white background.



Black color preview on #594785 background

This text has black color on #594785 background.


White color preview on #594785 background

This text has white color on #594785 background.