COLOR #594180

HEX: #594180
RGB: (89,65,128)

Color info

#594180 contains mainly red and blue colors. Web safe color of #594180 is #663366 (or #636).

RGB color model

#594180 color RGB value is (89,65,128).

  • red value is 89;
  • green value is 65;
  • blue value is 128.
RGB:
(89,65,128)
(35%,25%,50%)

RGB channels and saturation

R 89 of 255 = 35%
G 65 of 255 = 25%
B 128 of 255 = 50%

89
65
128

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

Portions of RGB colors in percentages

R + G + B =
89 + 65 + 128 = 282 (100%)
R 89 of 282 ~ 31.56%
G 65 of 282 ~ 23.05%
B 128 of 282 ~ 45.39%

%31.56
%23.05
%45.39

CMYK color model

#594180 color CMYK value is (30,49,0,50).

  • cyan value is 30.47%
  • magenta value is 49.22%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(30,49,0,50)
C30M49Y0K50 
(30%,49%,0%,50%)
(0.30/0.49/0.00/0.50)	

CMYK percentages

%30.47
%49.22
%0
%49.8

Codes

Color #594180 in popluar color models

594180
RGB8965128
HSL263°32.64%37.84%
HSB/HSV263°49.22%50.20%
CMYK30.47%49.22%0.00%
49.80%

Color #594180 in popluar number systems.

HEX594180
Decimal8965128
Binary1011001100000110000000
Octal131101200

Shades and tints

Shades of #594180

#594180
(89,65,128)
#513C75
(81,60,117)
#49376A
(73,55,106)
#41325F
(65,50,95)
#392D54
(57,45,84)
#312849
(49,40,73)
#29233E
(41,35,62)
#211E33
(33,30,51)
#191928
(25,25,40)
#11141D
(17,20,29)
#090F12
(9,15,18)
#000000
(0,0,0)

Tints of #594180

#594180
(89,65,128)
#68528B
(104,82,139)
#776396
(119,99,150)
#8674A1
(134,116,161)
#9585AC
(149,133,172)
#A496B7
(164,150,183)
#B3A7C2
(179,167,194)
#C2B8CD
(194,184,205)
#D1C9D8
(209,201,216)
#E0DAE3
(224,218,227)
#EFEBEE
(239,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594180 color. Also use rgb(89,65,128) instead hex code.

Text Font Color

.myTextColor { color: #594180; }

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

This text font color is #594180.


Background Color

.myBgColor { background-color: #594180; }

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

This div background color is #594180.


Border color

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

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

This div border color is #594180.


Opacity

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

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

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

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

This text has shadow with #594180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594180 on black background.


Color preview on white background

This text has color #594180 on white background.



Black color preview on #594180 background

This text has black color on #594180 background.


White color preview on #594180 background

This text has white color on #594180 background.