COLOR #594B5D

HEX: #594B5D RGB: (89,75,93)

Color info

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

RGB color model

#594B5D color RGB value is (89,75,93).

RGB: (89,75,93) (35%, 29%, 36%)

RGB channels and saturation

R 89 of 255 = 35%
G 75 of 255 = 29%
B 93 of 255 = 36%

89
75
93

R + G + B ~ 33%. #594B5D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 89 + 75 + 93 = 257 (100%)
R 89 of 257 ~ 34.63%
G 75 of 257 ~ 29.18%
B 93 of 257 ~ 36.19'%

%34.63
%29.18
%36.19

CMYK color model

#594B5D color CMYK value is (4,19,0,64).

  • cyan value is 4.30%
  • magenta value is 19.35%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (4,19,0,64)
C4M19Y0K64 (4%, 19%, 0%, 64%)
(0.04 / 0.19 / 0.00 / 0.64)

CMYK percentages

%4.3
%19.35
%0
%63.53

Codes

Color #594B5D in popluar color models

59 4B 5D
RGB 89 75 93
HSL 287° 10.71% 32.94%
HSB/HSV 287° 19.35% 36.47%
CMYK 4.30% 19.35% 0.00%
63.53%

Color #594B5D in popluar number systems.

HEX 59 4B 5D
Decimal 89 75 93
Binary 1011001 1001011 1011101
Octal 131 113 135

Shades and tints

Shades of #594B5D

#594B5D
(89,75,93)
#514555
(81,69,85)
#493F4D
(73,63,77)
#413945
(65,57,69)
#39333D
(57,51,61)
#312D35
(49,45,53)
#29272D
(41,39,45)
#212125
(33,33,37)
#191B1D
(25,27,29)
#111515
(17,21,21)
#090F0D
(9,15,13)
#000000
(0,0,0)

Tints of #594B5D

#594B5D
(89,75,93)
#685B6B
(104,91,107)
#776B79
(119,107,121)
#867B87
(134,123,135)
#958B95
(149,139,149)
#A49BA3
(164,155,163)
#B3ABB1
(179,171,177)
#C2BBBF
(194,187,191)
#D1CBCD
(209,203,205)
#E0DBDB
(224,219,219)
#EFEBE9
(239,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #594B5D; }

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

This text font color is #594B5D.

Background Color

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

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

This div background color is #594B5D.

Border color

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

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

This div border color is #594B5D.

Opacity

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

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

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

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

This text has shadow with #594B5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #594B5D.

Preview

Color preview on black background

This text has color #594B5D on black background.


Color preview on white background

This text has color #594B5D on white background.


Black color preview on #594B5D background

This text has black color on #594B5D background.


White color preview on #594B5D background

This text has white color on #594B5D background.


Related colors

Complementary color

Complementary color for #hex is #A6B4A2.


I love getcolorcode.com

Triadic colors

1 #5D594B and #4B5D59 with #594B5D are triadic colors.

2 #5D4B59 and #4B595D with #594B5D are triadic colors.