COLOR #594B5A

HEX: #594B5A RGB: (89,75,90)

Color info

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

RGB color model

#594B5A color RGB value is (89,75,90).

RGB: (89,75,90) (35%, 29%, 35%)

RGB channels and saturation

R 89 of 255 = 35%
G 75 of 255 = 29%
B 90 of 255 = 35%

89
75
90

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

Portions of RGB colors in percentages

R + G + B = 89 + 75 + 90 = 254 (100%)
R 89 of 254 ~ 35.04%
G 75 of 254 ~ 29.53%
B 90 of 254 ~ 35.43'%

%35.04
%29.53
%35.43

CMYK color model

#594B5A color CMYK value is (1,17,0,65).

  • cyan value is 1.11%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 64.71%

CMYK: (1,17,0,65)
C1M17Y0K65 (1%, 17%, 0%, 65%)
(0.01 / 0.17 / 0.00 / 0.65)

CMYK percentages

%1.11
%16.67
%0
%64.71

Codes

Color #594B5A in popluar color models

59 4B 5A
RGB 89 75 90
HSL 296° 9.09% 32.35%
HSB/HSV 296° 16.67% 35.29%
CMYK 1.11% 16.67% 0.00%
64.71%

Color #594B5A in popluar number systems.

HEX 59 4B 5A
Decimal 89 75 90
Binary 1011001 1001011 1011010
Octal 131 113 132

Shades and tints

Shades of #594B5A

#594B5A
(89,75,90)
#514552
(81,69,82)
#493F4A
(73,63,74)
#413942
(65,57,66)
#39333A
(57,51,58)
#312D32
(49,45,50)
#29272A
(41,39,42)
#212122
(33,33,34)
#191B1A
(25,27,26)
#111512
(17,21,18)
#090F0A
(9,15,10)
#000000
(0,0,0)

Tints of #594B5A

#594B5A
(89,75,90)
#685B69
(104,91,105)
#776B78
(119,107,120)
#867B87
(134,123,135)
#958B96
(149,139,150)
#A49BA5
(164,155,165)
#B3ABB4
(179,171,180)
#C2BBC3
(194,187,195)
#D1CBD2
(209,203,210)
#E0DBE1
(224,219,225)
#EFEBF0
(239,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #594B5A; }

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

This text font color is #594B5A.

Background Color

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

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

This div background color is #594B5A.

Border color

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

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

This div border color is #594B5A.

Opacity

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

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

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

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

This text has shadow with #594B5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #594B5A.

Preview

Color preview on black background

This text has color #594B5A on black background.


Color preview on white background

This text has color #594B5A on white background.


Black color preview on #594B5A background

This text has black color on #594B5A background.


White color preview on #594B5A background

This text has white color on #594B5A background.


Related colors

Complementary color

Complementary color for #hex is #A6B4A5.


I love getcolorcode.com

Triadic colors

1 #5A594B and #4B5A59 with #594B5A are triadic colors.

2 #5A4B59 and #4B595A with #594B5A are triadic colors.