COLOR #5E8193

HEX: #5E8193 RGB: (94,129,147)

Color info

#5E8193 contains red, green and blue colors in about the same proportion. Web safe color of #5E8193 is #669999 (or #699).

RGB color model

#5E8193 color RGB value is (94,129,147).

RGB: (94,129,147) (37%, 51%, 58%)

RGB channels and saturation

R 94 of 255 = 37%
G 129 of 255 = 51%
B 147 of 255 = 58%

94
129
147

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

Portions of RGB colors in percentages

R + G + B = 94 + 129 + 147 = 370 (100%)
R 94 of 370 ~ 25.41%
G 129 of 370 ~ 34.86%
B 147 of 370 ~ 39.73'%

%25.41
%34.86
%39.73

CMYK color model

#5E8193 color CMYK value is (36,12,0,42).

  • cyan value is 36.05%
  • magenta value is 12.24%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (36,12,0,42)
C36M12Y0K42 (36%, 12%, 0%, 42%)
(0.36 / 0.12 / 0.00 / 0.42)

CMYK percentages

%36.05
%12.24
%0
%42.35

Codes

Color #5E8193 in popluar color models

5E 81 93
RGB 94 129 147
HSL 200° 21.99% 47.25%
HSB/HSV 200° 36.05% 57.65%
CMYK 36.05% 12.24% 0.00%
42.35%

Color #5E8193 in popluar number systems.

HEX 5E 81 93
Decimal 94 129 147
Binary 1011110 10000001 10010011
Octal 136 201 223

Shades and tints

Shades of #5E8193

#5E8193
(94,129,147)
#567686
(86,118,134)
#4E6B79
(78,107,121)
#46606C
(70,96,108)
#3E555F
(62,85,95)
#364A52
(54,74,82)
#2E3F45
(46,63,69)
#263438
(38,52,56)
#1E292B
(30,41,43)
#161E1E
(22,30,30)
#0E1311
(14,19,17)
#000000
(0,0,0)

Tints of #5E8193

#5E8193
(94,129,147)
#6C8C9C
(108,140,156)
#7A97A5
(122,151,165)
#88A2AE
(136,162,174)
#96ADB7
(150,173,183)
#A4B8C0
(164,184,192)
#B2C3C9
(178,195,201)
#C0CED2
(192,206,210)
#CED9DB
(206,217,219)
#DCE4E4
(220,228,228)
#EAEFED
(234,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E8193 color. Also use rgb(94,129,147) instead hex code.

Text Font Color

.myTextColor { color: #5E8193; }

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

This text font color is #5E8193.

Background Color

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

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

This div background color is #5E8193.

Border color

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

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

This div border color is #5E8193.

Opacity

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

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

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

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

This text has shadow with #5E8193 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E8193.

Preview

Color preview on black background

This text has color #5E8193 on black background.


Color preview on white background

This text has color #5E8193 on white background.


Black color preview on #5E8193 background

This text has black color on #5E8193 background.


White color preview on #5E8193 background

This text has white color on #5E8193 background.


Related colors

Complementary color

Complementary color for #hex is #A17E6C.


I love getcolorcode.com

Triadic colors

1 #935E81 and #81935E with #5E8193 are triadic colors.

2 #93815E and #815E93 with #5E8193 are triadic colors.