COLOR #594B6E

HEX: #594B6E
RGB: (89,75,110)

Color info

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

RGB color model

#594B6E color RGB value is (89,75,110).

  • red value is 89;
  • green value is 75;
  • blue value is 110.
RGB:
(89,75,110)
(35%,29%,43%)

RGB channels and saturation

R 89 of 255 = 35%
G 75 of 255 = 29%
B 110 of 255 = 43%

89
75
110

R + G + B ~ 36%. #594B6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 75 + 110 = 274 (100%)
R 89 of 274 ~ 32.48%
G 75 of 274 ~ 27.37%
B 110 of 274 ~ 40.15%

%32.48
%27.37
%40.15

CMYK color model

#594B6E color CMYK value is (19,32,0,57).

  • cyan value is 19.09%
  • magenta value is 31.82%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(19,32,0,57)
C19M32Y0K57 
(19%,32%,0%,57%)
(0.19/0.32/0.00/0.57)	

CMYK percentages

%19.09
%31.82
%0
%56.86

Codes

Color #594B6E in popluar color models

594B6E
RGB8975110
HSL264°18.92%36.27%
HSB/HSV264°31.82%43.14%
CMYK19.09%31.82%0.00%
56.86%

Color #594B6E in popluar number systems.

HEX594B6E
Decimal8975110
Binary101100110010111101110
Octal131113156

Shades and tints

Shades of #594B6E

#594B6E
(89,75,110)
#514564
(81,69,100)
#493F5A
(73,63,90)
#413950
(65,57,80)
#393346
(57,51,70)
#312D3C
(49,45,60)
#292732
(41,39,50)
#212128
(33,33,40)
#191B1E
(25,27,30)
#111514
(17,21,20)
#090F0A
(9,15,10)
#000000
(0,0,0)

Tints of #594B6E

#594B6E
(89,75,110)
#685B7B
(104,91,123)
#776B88
(119,107,136)
#867B95
(134,123,149)
#958BA2
(149,139,162)
#A49BAF
(164,155,175)
#B3ABBC
(179,171,188)
#C2BBC9
(194,187,201)
#D1CBD6
(209,203,214)
#E0DBE3
(224,219,227)
#EFEBF0
(239,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594B6E color. Also use rgb(89,75,110) instead hex code.

Text Font Color

.myTextColor { color: #594B6E; }

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

This text font color is #594B6E.


Background Color

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

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

This div background color is #594B6E.


Border color

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

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

This div border color is #594B6E.


Opacity

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

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

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

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

This text has shadow with #594B6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594B6E on black background.


Color preview on white background

This text has color #594B6E on white background.



Black color preview on #594B6E background

This text has black color on #594B6E background.


White color preview on #594B6E background

This text has white color on #594B6E background.