COLOR #5E596F

HEX: #5E596F RGB: (94,89,111)

Color info

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

RGB color model

#5E596F color RGB value is (94,89,111).

RGB: (94,89,111) (37%, 35%, 44%)

RGB channels and saturation

R 94 of 255 = 37%
G 89 of 255 = 35%
B 111 of 255 = 44%

94
89
111

R + G + B ~ 39%. #5E596F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 94 + 89 + 111 = 294 (100%)
R 94 of 294 ~ 31.97%
G 89 of 294 ~ 30.27%
B 111 of 294 ~ 37.76'%

%31.97
%30.27
%37.76

CMYK color model

#5E596F color CMYK value is (15,20,0,56).

  • cyan value is 15.32%
  • magenta value is 19.82%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (15,20,0,56)
C15M20Y0K56 (15%, 20%, 0%, 56%)
(0.15 / 0.20 / 0.00 / 0.56)

CMYK percentages

%15.32
%19.82
%0
%56.47

Codes

Color #5E596F in popluar color models

5E 59 6F
RGB 94 89 111
HSL 254° 11.00% 39.22%
HSB/HSV 254° 19.82% 43.53%
CMYK 15.32% 19.82% 0.00%
56.47%

Color #5E596F in popluar number systems.

HEX 5E 59 6F
Decimal 94 89 111
Binary 1011110 1011001 1101111
Octal 136 131 157

Shades and tints

Shades of #5E596F

#5E596F
(94,89,111)
#565165
(86,81,101)
#4E495B
(78,73,91)
#464151
(70,65,81)
#3E3947
(62,57,71)
#36313D
(54,49,61)
#2E2933
(46,41,51)
#262129
(38,33,41)
#1E191F
(30,25,31)
#161115
(22,17,21)
#0E090B
(14,9,11)
#000000
(0,0,0)

Tints of #5E596F

#5E596F
(94,89,111)
#6C687C
(108,104,124)
#7A7789
(122,119,137)
#888696
(136,134,150)
#9695A3
(150,149,163)
#A4A4B0
(164,164,176)
#B2B3BD
(178,179,189)
#C0C2CA
(192,194,202)
#CED1D7
(206,209,215)
#DCE0E4
(220,224,228)
#EAEFF1
(234,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E596F color. Also use rgb(94,89,111) instead hex code.

Text Font Color

.myTextColor { color: #5E596F; }

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

This text font color is #5E596F.

Background Color

.myBgColor { background-color: #5E596F; }

<div style="background-color:#5E596F">Inner text</div>

This div background color is #5E596F.

Border color

.myBorderColor { border: 1px solid #5E596F; }

<div style="border:3px solid #5E596F">Div</div>

This div border color is #5E596F.

Opacity

.myOpacity80 { color: #5E596F; opacity: 0.8; }

<p style="color:#5E596F;opacity:0.8;">80%</p>

Text with #5E596F 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 #5E596F;}

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

This text has shadow with #5E596F color.


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

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

This text has shadow with #5E596F primary color and red secondary color.


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

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

This text has shadow with #5E596F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5E596F.

Preview

Color preview on black background

This text has color #5E596F on black background.


Color preview on white background

This text has color #5E596F on white background.


Black color preview on #5E596F background

This text has black color on #5E596F background.


White color preview on #5E596F background

This text has white color on #5E596F background.


Related colors

Complementary color

Complementary color for #hex is #A1A690.


I love getcolorcode.com

Triadic colors

1 #6F5E59 and #596F5E with #5E596F are triadic colors.

2 #6F595E and #595E6F with #5E596F are triadic colors.