COLOR #5E8092

HEX: #5E8092
RGB: (94,128,146)

Color info

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

RGB color model

#5E8092 color RGB value is (94,128,146).

  • red value is 94;
  • green value is 128;
  • blue value is 146.
RGB:
(94,128,146)
(37%,50%,57%)

RGB channels and saturation

R 94 of 255 = 37%
G 128 of 255 = 50%
B 146 of 255 = 57%

94
128
146

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

Portions of RGB colors in percentages

R + G + B =
94 + 128 + 146 = 368 (100%)
R 94 of 368 ~ 25.54%
G 128 of 368 ~ 34.78%
B 146 of 368 ~ 39.67%

%25.54
%34.78
%39.67

CMYK color model

#5E8092 color CMYK value is (36,12,0,43).

  • cyan value is 35.62%
  • magenta value is 12.33%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(36,12,0,43)
C36M12Y0K43 
(36%,12%,0%,43%)
(0.36/0.12/0.00/0.43)	

CMYK percentages

%35.62
%12.33
%0
%42.75

Codes

Color #5E8092 in popluar color models

5E8092
RGB94128146
HSL201°21.67%47.06%
HSB/HSV201°35.62%57.25%
CMYK35.62%12.33%0.00%
42.75%

Color #5E8092 in popluar number systems.

HEX5E8092
Decimal94128146
Binary10111101000000010010010
Octal136200222

Shades and tints

Shades of #5E8092

#5E8092
(94,128,146)
#567585
(86,117,133)
#4E6A78
(78,106,120)
#465F6B
(70,95,107)
#3E545E
(62,84,94)
#364951
(54,73,81)
#2E3E44
(46,62,68)
#263337
(38,51,55)
#1E282A
(30,40,42)
#161D1D
(22,29,29)
#0E1210
(14,18,16)
#000000
(0,0,0)

Tints of #5E8092

#5E8092
(94,128,146)
#6C8B9B
(108,139,155)
#7A96A4
(122,150,164)
#88A1AD
(136,161,173)
#96ACB6
(150,172,182)
#A4B7BF
(164,183,191)
#B2C2C8
(178,194,200)
#C0CDD1
(192,205,209)
#CED8DA
(206,216,218)
#DCE3E3
(220,227,227)
#EAEEEC
(234,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E8092 color. Also use rgb(94,128,146) instead hex code.

Text Font Color

.myTextColor { color: #5E8092; }

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

This text font color is #5E8092.


Background Color

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

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

This div background color is #5E8092.


Border color

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

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

This div border color is #5E8092.


Opacity

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

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

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

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

This text has shadow with #5E8092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E8092 on black background.


Color preview on white background

This text has color #5E8092 on white background.



Black color preview on #5E8092 background

This text has black color on #5E8092 background.


White color preview on #5E8092 background

This text has white color on #5E8092 background.