COLOR #5E6F82

HEX: #5E6F82
RGB: (94,111,130)

Color info

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

RGB color model

#5E6F82 color RGB value is (94,111,130).

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

RGB channels and saturation

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

94
111
130

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

Portions of RGB colors in percentages

R + G + B =
94 + 111 + 130 = 335 (100%)
R 94 of 335 ~ 28.06%
G 111 of 335 ~ 33.13%
B 130 of 335 ~ 38.81%

%28.06
%33.13
%38.81

CMYK color model

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

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

CMYK percentages

%27.69
%14.62
%0
%49.02

Codes

Color #5E6F82 in popluar color models

5E6F82
RGB94111130
HSL212°16.07%43.92%
HSB/HSV212°27.69%50.98%
CMYK27.69%14.62%0.00%
49.02%

Color #5E6F82 in popluar number systems.

HEX5E6F82
Decimal94111130
Binary1011110110111110000010
Octal136157202

Shades and tints

Shades of #5E6F82

#5E6F82
(94,111,130)
#566577
(86,101,119)
#4E5B6C
(78,91,108)
#465161
(70,81,97)
#3E4756
(62,71,86)
#363D4B
(54,61,75)
#2E3340
(46,51,64)
#262935
(38,41,53)
#1E1F2A
(30,31,42)
#16151F
(22,21,31)
#0E0B14
(14,11,20)
#000000
(0,0,0)

Tints of #5E6F82

#5E6F82
(94,111,130)
#6C7C8D
(108,124,141)
#7A8998
(122,137,152)
#8896A3
(136,150,163)
#96A3AE
(150,163,174)
#A4B0B9
(164,176,185)
#B2BDC4
(178,189,196)
#C0CACF
(192,202,207)
#CED7DA
(206,215,218)
#DCE4E5
(220,228,229)
#EAF1F0
(234,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E6F82; }

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

This text font color is #5E6F82.


Background Color

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

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

This div background color is #5E6F82.


Border color

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

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

This div border color is #5E6F82.


Opacity

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

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

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

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

This text has shadow with #5E6F82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6F82 on black background.


Color preview on white background

This text has color #5E6F82 on white background.



Black color preview on #5E6F82 background

This text has black color on #5E6F82 background.


White color preview on #5E6F82 background

This text has white color on #5E6F82 background.