COLOR #594777

HEX: #594777
RGB: (89,71,119)

Color info

#594777 contains red, green and blue colors in about the same proportion. Web safe color of #594777 is #663366 (or #636).

RGB color model

#594777 color RGB value is (89,71,119).

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

RGB channels and saturation

R 89 of 255 = 35%
G 71 of 255 = 28%
B 119 of 255 = 47%

89
71
119

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

Portions of RGB colors in percentages

R + G + B =
89 + 71 + 119 = 279 (100%)
R 89 of 279 ~ 31.9%
G 71 of 279 ~ 25.45%
B 119 of 279 ~ 42.65%

%31.9
%25.45
%42.65

CMYK color model

#594777 color CMYK value is (25,40,0,53).

  • cyan value is 25.21%
  • magenta value is 40.34%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(25,40,0,53)
C25M40Y0K53 
(25%,40%,0%,53%)
(0.25/0.40/0.00/0.53)	

CMYK percentages

%25.21
%40.34
%0
%53.33

Codes

Color #594777 in popluar color models

594777
RGB8971119
HSL263°25.26%37.25%
HSB/HSV263°40.34%46.67%
CMYK25.21%40.34%0.00%
53.33%

Color #594777 in popluar number systems.

HEX594777
Decimal8971119
Binary101100110001111110111
Octal131107167

Shades and tints

Shades of #594777

#594777
(89,71,119)
#51416D
(81,65,109)
#493B63
(73,59,99)
#413559
(65,53,89)
#392F4F
(57,47,79)
#312945
(49,41,69)
#29233B
(41,35,59)
#211D31
(33,29,49)
#191727
(25,23,39)
#11111D
(17,17,29)
#090B13
(9,11,19)
#000000
(0,0,0)

Tints of #594777

#594777
(89,71,119)
#685783
(104,87,131)
#77678F
(119,103,143)
#86779B
(134,119,155)
#9587A7
(149,135,167)
#A497B3
(164,151,179)
#B3A7BF
(179,167,191)
#C2B7CB
(194,183,203)
#D1C7D7
(209,199,215)
#E0D7E3
(224,215,227)
#EFE7EF
(239,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #594777; }

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

This text font color is #594777.


Background Color

.myBgColor { background-color: #594777; }

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

This div background color is #594777.


Border color

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

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

This div border color is #594777.


Opacity

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

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

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

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

This text has shadow with #594777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594777 on black background.


Color preview on white background

This text has color #594777 on white background.



Black color preview on #594777 background

This text has black color on #594777 background.


White color preview on #594777 background

This text has white color on #594777 background.