COLOR #5E597B

HEX: #5E597B
RGB: (94,89,123)

Color info

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

RGB color model

#5E597B color RGB value is (94,89,123).

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

RGB channels and saturation

R 94 of 255 = 37%
G 89 of 255 = 35%
B 123 of 255 = 48%

94
89
123

R + G + B ~ 40%. #5E597B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
94 + 89 + 123 = 306 (100%)
R 94 of 306 ~ 30.72%
G 89 of 306 ~ 29.08%
B 123 of 306 ~ 40.2%

%30.72
%29.08
%40.2

CMYK color model

#5E597B color CMYK value is (24,28,0,52).

  • cyan value is 23.58%
  • magenta value is 27.64%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(24,28,0,52)
C24M28Y0K52 
(24%,28%,0%,52%)
(0.24/0.28/0.00/0.52)	

CMYK percentages

%23.58
%27.64
%0
%51.76

Codes

Color #5E597B in popluar color models

5E597B
RGB9489123
HSL249°16.04%41.57%
HSB/HSV249°27.64%48.24%
CMYK23.58%27.64%0.00%
51.76%

Color #5E597B in popluar number systems.

HEX5E597B
Decimal9489123
Binary101111010110011111011
Octal136131173

Shades and tints

Shades of #5E597B

#5E597B
(94,89,123)
#565170
(86,81,112)
#4E4965
(78,73,101)
#46415A
(70,65,90)
#3E394F
(62,57,79)
#363144
(54,49,68)
#2E2939
(46,41,57)
#26212E
(38,33,46)
#1E1923
(30,25,35)
#161118
(22,17,24)
#0E090D
(14,9,13)
#000000
(0,0,0)

Tints of #5E597B

#5E597B
(94,89,123)
#6C6887
(108,104,135)
#7A7793
(122,119,147)
#88869F
(136,134,159)
#9695AB
(150,149,171)
#A4A4B7
(164,164,183)
#B2B3C3
(178,179,195)
#C0C2CF
(192,194,207)
#CED1DB
(206,209,219)
#DCE0E7
(220,224,231)
#EAEFF3
(234,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E597B; }

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

This text font color is #5E597B.


Background Color

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

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

This div background color is #5E597B.


Border color

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

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

This div border color is #5E597B.


Opacity

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

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

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

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

This text has shadow with #5E597B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E597B on black background.


Color preview on white background

This text has color #5E597B on white background.



Black color preview on #5E597B background

This text has black color on #5E597B background.


White color preview on #5E597B background

This text has white color on #5E597B background.