COLOR #594F96

HEX: #594F96
RGB: (89,79,150)

Color info

#594F96 contains mainly blue color. Web safe color of #594F96 is #666699 (or #669).

RGB color model

#594F96 color RGB value is (89,79,150).

  • red value is 89;
  • green value is 79;
  • blue value is 150.
RGB:
(89,79,150)
(35%,31%,59%)

RGB channels and saturation

R 89 of 255 = 35%
G 79 of 255 = 31%
B 150 of 255 = 59%

89
79
150

R + G + B ~ 42%. #594F96 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 79 + 150 = 318 (100%)
R 89 of 318 ~ 27.99%
G 79 of 318 ~ 24.84%
B 150 of 318 ~ 47.17%

%27.99
%24.84
%47.17

CMYK color model

#594F96 color CMYK value is (41,47,0,41).

  • cyan value is 40.67%
  • magenta value is 47.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(41,47,0,41)
C41M47Y0K41 
(41%,47%,0%,41%)
(0.41/0.47/0.00/0.41)	

CMYK percentages

%40.67
%47.33
%0
%41.18

Codes

Color #594F96 in popluar color models

594F96
RGB8979150
HSL248°31.00%44.90%
HSB/HSV248°47.33%58.82%
CMYK40.67%47.33%0.00%
41.18%

Color #594F96 in popluar number systems.

HEX594F96
Decimal8979150
Binary1011001100111110010110
Octal131117226

Shades and tints

Shades of #594F96

#594F96
(89,79,150)
#514889
(81,72,137)
#49417C
(73,65,124)
#413A6F
(65,58,111)
#393362
(57,51,98)
#312C55
(49,44,85)
#292548
(41,37,72)
#211E3B
(33,30,59)
#19172E
(25,23,46)
#111021
(17,16,33)
#090914
(9,9,20)
#000000
(0,0,0)

Tints of #594F96

#594F96
(89,79,150)
#685F9F
(104,95,159)
#776FA8
(119,111,168)
#867FB1
(134,127,177)
#958FBA
(149,143,186)
#A49FC3
(164,159,195)
#B3AFCC
(179,175,204)
#C2BFD5
(194,191,213)
#D1CFDE
(209,207,222)
#E0DFE7
(224,223,231)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594F96 color. Also use rgb(89,79,150) instead hex code.

Text Font Color

.myTextColor { color: #594F96; }

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

This text font color is #594F96.


Background Color

.myBgColor { background-color: #594F96; }

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

This div background color is #594F96.


Border color

.myBorderColor { border: 1px solid #594F96; }

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

This div border color is #594F96.


Opacity

.myOpacity80 { color: #594F96; opacity: 0.8; }

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

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

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

This text has shadow with #594F96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594F96 on black background.


Color preview on white background

This text has color #594F96 on white background.



Black color preview on #594F96 background

This text has black color on #594F96 background.


White color preview on #594F96 background

This text has white color on #594F96 background.