COLOR #594585

HEX: #594585
RGB: (89,69,133)

Color info

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

RGB color model

#594585 color RGB value is (89,69,133).

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

RGB channels and saturation

R 89 of 255 = 35%
G 69 of 255 = 27%
B 133 of 255 = 52%

89
69
133

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

Portions of RGB colors in percentages

R + G + B =
89 + 69 + 133 = 291 (100%)
R 89 of 291 ~ 30.58%
G 69 of 291 ~ 23.71%
B 133 of 291 ~ 45.7%

%30.58
%23.71
%45.7

CMYK color model

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

  • cyan value is 33.08%
  • magenta value is 48.12%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(33,48,0,48)
C33M48Y0K48 
(33%,48%,0%,48%)
(0.33/0.48/0.00/0.48)	

CMYK percentages

%33.08
%48.12
%0
%47.84

Codes

Color #594585 in popluar color models

594585
RGB8969133
HSL259°31.68%39.61%
HSB/HSV259°48.12%52.16%
CMYK33.08%48.12%0.00%
47.84%

Color #594585 in popluar number systems.

HEX594585
Decimal8969133
Binary1011001100010110000101
Octal131105205

Shades and tints

Shades of #594585

#594585
(89,69,133)
#513F79
(81,63,121)
#49396D
(73,57,109)
#413361
(65,51,97)
#392D55
(57,45,85)
#312749
(49,39,73)
#29213D
(41,33,61)
#211B31
(33,27,49)
#191525
(25,21,37)
#110F19
(17,15,25)
#09090D
(9,9,13)
#000000
(0,0,0)

Tints of #594585

#594585
(89,69,133)
#685590
(104,85,144)
#77659B
(119,101,155)
#8675A6
(134,117,166)
#9585B1
(149,133,177)
#A495BC
(164,149,188)
#B3A5C7
(179,165,199)
#C2B5D2
(194,181,210)
#D1C5DD
(209,197,221)
#E0D5E8
(224,213,232)
#EFE5F3
(239,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #594585; }

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

This text font color is #594585.


Background Color

.myBgColor { background-color: #594585; }

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

This div background color is #594585.


Border color

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

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

This div border color is #594585.


Opacity

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

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

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

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

This text has shadow with #594585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594585 on black background.


Color preview on white background

This text has color #594585 on white background.



Black color preview on #594585 background

This text has black color on #594585 background.


White color preview on #594585 background

This text has white color on #594585 background.