COLOR #5E5B6E

HEX: #5E5B6E
RGB: (94,91,110)

Color info

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

RGB color model

#5E5B6E color RGB value is (94,91,110).

  • red value is 94;
  • green value is 91;
  • blue value is 110.
RGB:
(94,91,110)
(37%,36%,43%)

RGB channels and saturation

R 94 of 255 = 37%
G 91 of 255 = 36%
B 110 of 255 = 43%

94
91
110

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

Portions of RGB colors in percentages

R + G + B =
94 + 91 + 110 = 295 (100%)
R 94 of 295 ~ 31.86%
G 91 of 295 ~ 30.85%
B 110 of 295 ~ 37.29%

%31.86
%30.85
%37.29

CMYK color model

#5E5B6E color CMYK value is (15,17,0,57).

  • cyan value is 14.55%
  • magenta value is 17.27%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(15,17,0,57)
C15M17Y0K57 
(15%,17%,0%,57%)
(0.15/0.17/0.00/0.57)	

CMYK percentages

%14.55
%17.27
%0
%56.86

Codes

Color #5E5B6E in popluar color models

5E5B6E
RGB9491110
HSL249°9.45%39.41%
HSB/HSV249°17.27%43.14%
CMYK14.55%17.27%0.00%
56.86%

Color #5E5B6E in popluar number systems.

HEX5E5B6E
Decimal9491110
Binary101111010110111101110
Octal136133156

Shades and tints

Shades of #5E5B6E

#5E5B6E
(94,91,110)
#565364
(86,83,100)
#4E4B5A
(78,75,90)
#464350
(70,67,80)
#3E3B46
(62,59,70)
#36333C
(54,51,60)
#2E2B32
(46,43,50)
#262328
(38,35,40)
#1E1B1E
(30,27,30)
#161314
(22,19,20)
#0E0B0A
(14,11,10)
#000000
(0,0,0)

Tints of #5E5B6E

#5E5B6E
(94,91,110)
#6C697B
(108,105,123)
#7A7788
(122,119,136)
#888595
(136,133,149)
#9693A2
(150,147,162)
#A4A1AF
(164,161,175)
#B2AFBC
(178,175,188)
#C0BDC9
(192,189,201)
#CECBD6
(206,203,214)
#DCD9E3
(220,217,227)
#EAE7F0
(234,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5B6E color. Also use rgb(94,91,110) instead hex code.

Text Font Color

.myTextColor { color: #5E5B6E; }

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

This text font color is #5E5B6E.


Background Color

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

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

This div background color is #5E5B6E.


Border color

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

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

This div border color is #5E5B6E.


Opacity

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

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

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

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

This text has shadow with #5E5B6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5B6E on black background.


Color preview on white background

This text has color #5E5B6E on white background.



Black color preview on #5E5B6E background

This text has black color on #5E5B6E background.


White color preview on #5E5B6E background

This text has white color on #5E5B6E background.