COLOR #5E6E83

HEX: #5E6E83 RGB: (94,110,131)

Color info

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

RGB color model

#5E6E83 color RGB value is (94,110,131).

RGB: (94,110,131) (37%, 43%, 51%)

RGB channels and saturation

R 94 of 255 = 37%
G 110 of 255 = 43%
B 131 of 255 = 51%

94
110
131

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

Portions of RGB colors in percentages

R + G + B = 94 + 110 + 131 = 335 (100%)
R 94 of 335 ~ 28.06%
G 110 of 335 ~ 32.84%
B 131 of 335 ~ 39.1'%

%28.06
%32.84
%39.1

CMYK color model

#5E6E83 color CMYK value is (28,16,0,49).

  • cyan value is 28.24%
  • magenta value is 16.03%
  • yellow value is 0.00%
  • key color value is 48.63%

CMYK: (28,16,0,49)
C28M16Y0K49 (28%, 16%, 0%, 49%)
(0.28 / 0.16 / 0.00 / 0.49)

CMYK percentages

%28.24
%16.03
%0
%48.63

Codes

Color #5E6E83 in popluar color models

5E 6E 83
RGB 94 110 131
HSL 214° 16.44% 44.12%
HSB/HSV 214° 28.24% 51.37%
CMYK 28.24% 16.03% 0.00%
48.63%

Color #5E6E83 in popluar number systems.

HEX 5E 6E 83
Decimal 94 110 131
Binary 1011110 1101110 10000011
Octal 136 156 203

Shades and tints

Shades of #5E6E83

#5E6E83
(94,110,131)
#566478
(86,100,120)
#4E5A6D
(78,90,109)
#465062
(70,80,98)
#3E4657
(62,70,87)
#363C4C
(54,60,76)
#2E3241
(46,50,65)
#262836
(38,40,54)
#1E1E2B
(30,30,43)
#161420
(22,20,32)
#0E0A15
(14,10,21)
#000000
(0,0,0)

Tints of #5E6E83

#5E6E83
(94,110,131)
#6C7B8E
(108,123,142)
#7A8899
(122,136,153)
#8895A4
(136,149,164)
#96A2AF
(150,162,175)
#A4AFBA
(164,175,186)
#B2BCC5
(178,188,197)
#C0C9D0
(192,201,208)
#CED6DB
(206,214,219)
#DCE3E6
(220,227,230)
#EAF0F1
(234,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E6E83; }

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

This text font color is #5E6E83.

Background Color

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

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

This div background color is #5E6E83.

Border color

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

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

This div border color is #5E6E83.

Opacity

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

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

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

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

This text has shadow with #5E6E83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E6E83.

Preview

Color preview on black background

This text has color #5E6E83 on black background.


Color preview on white background

This text has color #5E6E83 on white background.


Black color preview on #5E6E83 background

This text has black color on #5E6E83 background.


White color preview on #5E6E83 background

This text has white color on #5E6E83 background.


Related colors

Complementary color

Complementary color for #hex is #A1917C.


I love getcolorcode.com

Triadic colors

1 #835E6E and #6E835E with #5E6E83 are triadic colors.

2 #836E5E and #6E5E83 with #5E6E83 are triadic colors.