COLOR #5E5676

HEX: #5E5676
RGB: (94,86,118)

Color info

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

RGB color model

#5E5676 color RGB value is (94,86,118).

  • red value is 94;
  • green value is 86;
  • blue value is 118.
RGB:
(94,86,118)
(37%,34%,46%)

RGB channels and saturation

R 94 of 255 = 37%
G 86 of 255 = 34%
B 118 of 255 = 46%

94
86
118

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

Portions of RGB colors in percentages

R + G + B =
94 + 86 + 118 = 298 (100%)
R 94 of 298 ~ 31.54%
G 86 of 298 ~ 28.86%
B 118 of 298 ~ 39.6%

%31.54
%28.86
%39.6

CMYK color model

#5E5676 color CMYK value is (20,27,0,54).

  • cyan value is 20.34%
  • magenta value is 27.12%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(20,27,0,54)
C20M27Y0K54 
(20%,27%,0%,54%)
(0.20/0.27/0.00/0.54)	

CMYK percentages

%20.34
%27.12
%0
%53.73

Codes

Color #5E5676 in popluar color models

5E5676
RGB9486118
HSL255°15.69%40.00%
HSB/HSV255°27.12%46.27%
CMYK20.34%27.12%0.00%
53.73%

Color #5E5676 in popluar number systems.

HEX5E5676
Decimal9486118
Binary101111010101101110110
Octal136126166

Shades and tints

Shades of #5E5676

#5E5676
(94,86,118)
#564F6C
(86,79,108)
#4E4862
(78,72,98)
#464158
(70,65,88)
#3E3A4E
(62,58,78)
#363344
(54,51,68)
#2E2C3A
(46,44,58)
#262530
(38,37,48)
#1E1E26
(30,30,38)
#16171C
(22,23,28)
#0E1012
(14,16,18)
#000000
(0,0,0)

Tints of #5E5676

#5E5676
(94,86,118)
#6C6582
(108,101,130)
#7A748E
(122,116,142)
#88839A
(136,131,154)
#9692A6
(150,146,166)
#A4A1B2
(164,161,178)
#B2B0BE
(178,176,190)
#C0BFCA
(192,191,202)
#CECED6
(206,206,214)
#DCDDE2
(220,221,226)
#EAECEE
(234,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5676 color. Also use rgb(94,86,118) instead hex code.

Text Font Color

.myTextColor { color: #5E5676; }

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

This text font color is #5E5676.


Background Color

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

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

This div background color is #5E5676.


Border color

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

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

This div border color is #5E5676.


Opacity

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

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

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

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

This text has shadow with #5E5676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5676 on black background.


Color preview on white background

This text has color #5E5676 on white background.



Black color preview on #5E5676 background

This text has black color on #5E5676 background.


White color preview on #5E5676 background

This text has white color on #5E5676 background.