COLOR #5E8C9E

HEX: #5E8C9E RGB: (94,140,158)

Color info

#5E8C9E contains mainly green and blue colors. Web safe color of #5E8C9E is #669999 (or #699).

RGB color model

#5E8C9E color RGB value is (94,140,158).

RGB: (94,140,158) (37%, 55%, 62%)

RGB channels and saturation

R 94 of 255 = 37%
G 140 of 255 = 55%
B 158 of 255 = 62%

94
140
158

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

Portions of RGB colors in percentages

R + G + B = 94 + 140 + 158 = 392 (100%)
R 94 of 392 ~ 23.98%
G 140 of 392 ~ 35.71%
B 158 of 392 ~ 40.31'%

%23.98
%35.71
%40.31

CMYK color model

#5E8C9E color CMYK value is (41,11,0,38).

  • cyan value is 40.51%
  • magenta value is 11.39%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (41,11,0,38)
C41M11Y0K38 (41%, 11%, 0%, 38%)
(0.41 / 0.11 / 0.00 / 0.38)

CMYK percentages

%40.51
%11.39
%0
%38.04

Codes

Color #5E8C9E in popluar color models

5E 8C 9E
RGB 94 140 158
HSL 197° 25.40% 49.41%
HSB/HSV 197° 40.51% 61.96%
CMYK 40.51% 11.39% 0.00%
38.04%

Color #5E8C9E in popluar number systems.

HEX 5E 8C 9E
Decimal 94 140 158
Binary 1011110 10001100 10011110
Octal 136 214 236

Shades and tints

Shades of #5E8C9E

#5E8C9E
(94,140,158)
#568090
(86,128,144)
#4E7482
(78,116,130)
#466874
(70,104,116)
#3E5C66
(62,92,102)
#365058
(54,80,88)
#2E444A
(46,68,74)
#26383C
(38,56,60)
#1E2C2E
(30,44,46)
#162020
(22,32,32)
#0E1412
(14,20,18)
#000000
(0,0,0)

Tints of #5E8C9E

#5E8C9E
(94,140,158)
#6C96A6
(108,150,166)
#7AA0AE
(122,160,174)
#88AAB6
(136,170,182)
#96B4BE
(150,180,190)
#A4BEC6
(164,190,198)
#B2C8CE
(178,200,206)
#C0D2D6
(192,210,214)
#CEDCDE
(206,220,222)
#DCE6E6
(220,230,230)
#EAF0EE
(234,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E8C9E color. Also use rgb(94,140,158) instead hex code.

Text Font Color

.myTextColor { color: #5E8C9E; }

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

This text font color is #5E8C9E.

Background Color

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

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

This div background color is #5E8C9E.

Border color

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

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

This div border color is #5E8C9E.

Opacity

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

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

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

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

This text has shadow with #5E8C9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E8C9E.

Preview

Color preview on black background

This text has color #5E8C9E on black background.


Color preview on white background

This text has color #5E8C9E on white background.


Black color preview on #5E8C9E background

This text has black color on #5E8C9E background.


White color preview on #5E8C9E background

This text has white color on #5E8C9E background.


Related colors

Complementary color

Complementary color for #hex is #A17361.


I love getcolorcode.com

Triadic colors

1 #9E5E8C and #8C9E5E with #5E8C9E are triadic colors.

2 #9E8C5E and #8C5E9E with #5E8C9E are triadic colors.