COLOR #5E6E8D

HEX: #5E6E8D RGB: (94,110,141)

Color info

#5E6E8D contains red, green and blue colors in about the same proportion. Web safe color of #5E6E8D is #666699 (or #669).

RGB color model

#5E6E8D color RGB value is (94,110,141).

RGB: (94,110,141) (37%, 43%, 55%)

RGB channels and saturation

R 94 of 255 = 37%
G 110 of 255 = 43%
B 141 of 255 = 55%

94
110
141

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

Portions of RGB colors in percentages

R + G + B = 94 + 110 + 141 = 345 (100%)
R 94 of 345 ~ 27.25%
G 110 of 345 ~ 31.88%
B 141 of 345 ~ 40.87'%

%27.25
%31.88
%40.87

CMYK color model

#5E6E8D color CMYK value is (33,22,0,45).

  • cyan value is 33.33%
  • magenta value is 21.99%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (33,22,0,45)
C33M22Y0K45 (33%, 22%, 0%, 45%)
(0.33 / 0.22 / 0.00 / 0.45)

CMYK percentages

%33.33
%21.99
%0
%44.71

Codes

Color #5E6E8D in popluar color models

5E 6E 8D
RGB 94 110 141
HSL 220° 20.00% 46.08%
HSB/HSV 220° 33.33% 55.29%
CMYK 33.33% 21.99% 0.00%
44.71%

Color #5E6E8D in popluar number systems.

HEX 5E 6E 8D
Decimal 94 110 141
Binary 1011110 1101110 10001101
Octal 136 156 215

Shades and tints

Shades of #5E6E8D

#5E6E8D
(94,110,141)
#566481
(86,100,129)
#4E5A75
(78,90,117)
#465069
(70,80,105)
#3E465D
(62,70,93)
#363C51
(54,60,81)
#2E3245
(46,50,69)
#262839
(38,40,57)
#1E1E2D
(30,30,45)
#161421
(22,20,33)
#0E0A15
(14,10,21)
#000000
(0,0,0)

Tints of #5E6E8D

#5E6E8D
(94,110,141)
#6C7B97
(108,123,151)
#7A88A1
(122,136,161)
#8895AB
(136,149,171)
#96A2B5
(150,162,181)
#A4AFBF
(164,175,191)
#B2BCC9
(178,188,201)
#C0C9D3
(192,201,211)
#CED6DD
(206,214,221)
#DCE3E7
(220,227,231)
#EAF0F1
(234,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E6E8D; }

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

This text font color is #5E6E8D.

Background Color

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

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

This div background color is #5E6E8D.

Border color

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

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

This div border color is #5E6E8D.

Opacity

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

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

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

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

This text has shadow with #5E6E8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E6E8D.

Preview

Color preview on black background

This text has color #5E6E8D on black background.


Color preview on white background

This text has color #5E6E8D on white background.


Black color preview on #5E6E8D background

This text has black color on #5E6E8D background.


White color preview on #5E6E8D background

This text has white color on #5E6E8D background.


Related colors

Complementary color

Complementary color for #hex is #A19172.


I love getcolorcode.com

Triadic colors

1 #8D5E6E and #6E8D5E with #5E6E8D are triadic colors.

2 #8D6E5E and #6E5E8D with #5E6E8D are triadic colors.