COLOR #594F7B

HEX: #594F7B
RGB: (89,79,123)

Color info

#594F7B contains red, green and blue colors in about the same proportion. Web safe color of #594F7B is #666666 (or #666).

RGB color model

#594F7B color RGB value is (89,79,123).

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

RGB channels and saturation

R 89 of 255 = 35%
G 79 of 255 = 31%
B 123 of 255 = 48%

89
79
123

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

Portions of RGB colors in percentages

R + G + B =
89 + 79 + 123 = 291 (100%)
R 89 of 291 ~ 30.58%
G 79 of 291 ~ 27.15%
B 123 of 291 ~ 42.27%

%30.58
%27.15
%42.27

CMYK color model

#594F7B color CMYK value is (28,36,0,52).

  • cyan value is 27.64%
  • magenta value is 35.77%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(28,36,0,52)
C28M36Y0K52 
(28%,36%,0%,52%)
(0.28/0.36/0.00/0.52)	

CMYK percentages

%27.64
%35.77
%0
%51.76

Codes

Color #594F7B in popluar color models

594F7B
RGB8979123
HSL254°21.78%39.61%
HSB/HSV254°35.77%48.24%
CMYK27.64%35.77%0.00%
51.76%

Color #594F7B in popluar number systems.

HEX594F7B
Decimal8979123
Binary101100110011111111011
Octal131117173

Shades and tints

Shades of #594F7B

#594F7B
(89,79,123)
#514870
(81,72,112)
#494165
(73,65,101)
#413A5A
(65,58,90)
#39334F
(57,51,79)
#312C44
(49,44,68)
#292539
(41,37,57)
#211E2E
(33,30,46)
#191723
(25,23,35)
#111018
(17,16,24)
#09090D
(9,9,13)
#000000
(0,0,0)

Tints of #594F7B

#594F7B
(89,79,123)
#685F87
(104,95,135)
#776F93
(119,111,147)
#867F9F
(134,127,159)
#958FAB
(149,143,171)
#A49FB7
(164,159,183)
#B3AFC3
(179,175,195)
#C2BFCF
(194,191,207)
#D1CFDB
(209,207,219)
#E0DFE7
(224,223,231)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #594F7B; }

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

This text font color is #594F7B.


Background Color

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

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

This div background color is #594F7B.


Border color

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

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

This div border color is #594F7B.


Opacity

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

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

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

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

This text has shadow with #594F7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594F7B on black background.


Color preview on white background

This text has color #594F7B on white background.



Black color preview on #594F7B background

This text has black color on #594F7B background.


White color preview on #594F7B background

This text has white color on #594F7B background.