COLOR #5E6F83

HEX: #5E6F83
RGB: (94,111,131)

Color info

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

RGB color model

#5E6F83 color RGB value is (94,111,131).

  • red value is 94;
  • green value is 111;
  • blue value is 131.
RGB:
(94,111,131)
(37%,44%,51%)

RGB channels and saturation

R 94 of 255 = 37%
G 111 of 255 = 44%
B 131 of 255 = 51%

94
111
131

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

Portions of RGB colors in percentages

R + G + B =
94 + 111 + 131 = 336 (100%)
R 94 of 336 ~ 27.98%
G 111 of 336 ~ 33.04%
B 131 of 336 ~ 38.99%

%27.98
%33.04
%38.99

CMYK color model

#5E6F83 color CMYK value is (28,15,0,49).

  • cyan value is 28.24%
  • magenta value is 15.27%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(28,15,0,49)
C28M15Y0K49 
(28%,15%,0%,49%)
(0.28/0.15/0.00/0.49)	

CMYK percentages

%28.24
%15.27
%0
%48.63

Codes

Color #5E6F83 in popluar color models

5E6F83
RGB94111131
HSL212°16.44%44.12%
HSB/HSV212°28.24%51.37%
CMYK28.24%15.27%0.00%
48.63%

Color #5E6F83 in popluar number systems.

HEX5E6F83
Decimal94111131
Binary1011110110111110000011
Octal136157203

Shades and tints

Shades of #5E6F83

#5E6F83
(94,111,131)
#566578
(86,101,120)
#4E5B6D
(78,91,109)
#465162
(70,81,98)
#3E4757
(62,71,87)
#363D4C
(54,61,76)
#2E3341
(46,51,65)
#262936
(38,41,54)
#1E1F2B
(30,31,43)
#161520
(22,21,32)
#0E0B15
(14,11,21)
#000000
(0,0,0)

Tints of #5E6F83

#5E6F83
(94,111,131)
#6C7C8E
(108,124,142)
#7A8999
(122,137,153)
#8896A4
(136,150,164)
#96A3AF
(150,163,175)
#A4B0BA
(164,176,186)
#B2BDC5
(178,189,197)
#C0CAD0
(192,202,208)
#CED7DB
(206,215,219)
#DCE4E6
(220,228,230)
#EAF1F1
(234,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E6F83; }

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

This text font color is #5E6F83.


Background Color

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

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

This div background color is #5E6F83.


Border color

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

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

This div border color is #5E6F83.


Opacity

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

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

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

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

This text has shadow with #5E6F83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6F83 on black background.


Color preview on white background

This text has color #5E6F83 on white background.



Black color preview on #5E6F83 background

This text has black color on #5E6F83 background.


White color preview on #5E6F83 background

This text has white color on #5E6F83 background.