COLOR #5E6A7D

HEX: #5E6A7D
RGB: (94,106,125)

Color info

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

RGB color model

#5E6A7D color RGB value is (94,106,125).

  • red value is 94;
  • green value is 106;
  • blue value is 125.
RGB:
(94,106,125)
(37%,42%,49%)

RGB channels and saturation

R 94 of 255 = 37%
G 106 of 255 = 42%
B 125 of 255 = 49%

94
106
125

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

Portions of RGB colors in percentages

R + G + B =
94 + 106 + 125 = 325 (100%)
R 94 of 325 ~ 28.92%
G 106 of 325 ~ 32.62%
B 125 of 325 ~ 38.46%

%28.92
%32.62
%38.46

CMYK color model

#5E6A7D color CMYK value is (25,15,0,51).

  • cyan value is 24.80%
  • magenta value is 15.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(25,15,0,51)
C25M15Y0K51 
(25%,15%,0%,51%)
(0.25/0.15/0.00/0.51)	

CMYK percentages

%24.8
%15.2
%0
%50.98

Codes

Color #5E6A7D in popluar color models

5E6A7D
RGB94106125
HSL217°14.16%42.94%
HSB/HSV217°24.80%49.02%
CMYK24.80%15.20%0.00%
50.98%

Color #5E6A7D in popluar number systems.

HEX5E6A7D
Decimal94106125
Binary101111011010101111101
Octal136152175

Shades and tints

Shades of #5E6A7D

#5E6A7D
(94,106,125)
#566172
(86,97,114)
#4E5867
(78,88,103)
#464F5C
(70,79,92)
#3E4651
(62,70,81)
#363D46
(54,61,70)
#2E343B
(46,52,59)
#262B30
(38,43,48)
#1E2225
(30,34,37)
#16191A
(22,25,26)
#0E100F
(14,16,15)
#000000
(0,0,0)

Tints of #5E6A7D

#5E6A7D
(94,106,125)
#6C7788
(108,119,136)
#7A8493
(122,132,147)
#88919E
(136,145,158)
#969EA9
(150,158,169)
#A4ABB4
(164,171,180)
#B2B8BF
(178,184,191)
#C0C5CA
(192,197,202)
#CED2D5
(206,210,213)
#DCDFE0
(220,223,224)
#EAECEB
(234,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E6A7D color. Also use rgb(94,106,125) instead hex code.

Text Font Color

.myTextColor { color: #5E6A7D; }

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

This text font color is #5E6A7D.


Background Color

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

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

This div background color is #5E6A7D.


Border color

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

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

This div border color is #5E6A7D.


Opacity

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

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

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

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

This text has shadow with #5E6A7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6A7D on black background.


Color preview on white background

This text has color #5E6A7D on white background.



Black color preview on #5E6A7D background

This text has black color on #5E6A7D background.


White color preview on #5E6A7D background

This text has white color on #5E6A7D background.