COLOR #5E5970

HEX: #5E5970
RGB: (94,89,112)

Color info

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

RGB color model

#5E5970 color RGB value is (94,89,112).

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

RGB channels and saturation

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

94
89
112

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

Portions of RGB colors in percentages

R + G + B =
94 + 89 + 112 = 295 (100%)
R 94 of 295 ~ 31.86%
G 89 of 295 ~ 30.17%
B 112 of 295 ~ 37.97%

%31.86
%30.17
%37.97

CMYK color model

#5E5970 color CMYK value is (16,21,0,56).

  • cyan value is 16.07%
  • magenta value is 20.54%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(16,21,0,56)
C16M21Y0K56 
(16%,21%,0%,56%)
(0.16/0.21/0.00/0.56)	

CMYK percentages

%16.07
%20.54
%0
%56.08

Codes

Color #5E5970 in popluar color models

5E5970
RGB9489112
HSL253°11.44%39.41%
HSB/HSV253°20.54%43.92%
CMYK16.07%20.54%0.00%
56.08%

Color #5E5970 in popluar number systems.

HEX5E5970
Decimal9489112
Binary101111010110011110000
Octal136131160

Shades and tints

Shades of #5E5970

#5E5970
(94,89,112)
#565166
(86,81,102)
#4E495C
(78,73,92)
#464152
(70,65,82)
#3E3948
(62,57,72)
#36313E
(54,49,62)
#2E2934
(46,41,52)
#26212A
(38,33,42)
#1E1920
(30,25,32)
#161116
(22,17,22)
#0E090C
(14,9,12)
#000000
(0,0,0)

Tints of #5E5970

#5E5970
(94,89,112)
#6C687D
(108,104,125)
#7A778A
(122,119,138)
#888697
(136,134,151)
#9695A4
(150,149,164)
#A4A4B1
(164,164,177)
#B2B3BE
(178,179,190)
#C0C2CB
(192,194,203)
#CED1D8
(206,209,216)
#DCE0E5
(220,224,229)
#EAEFF2
(234,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E5970; }

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

This text font color is #5E5970.


Background Color

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

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

This div background color is #5E5970.


Border color

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

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

This div border color is #5E5970.


Opacity

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

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

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

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

This text has shadow with #5E5970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5970 on black background.


Color preview on white background

This text has color #5E5970 on white background.



Black color preview on #5E5970 background

This text has black color on #5E5970 background.


White color preview on #5E5970 background

This text has white color on #5E5970 background.