COLOR #5E7F9C

HEX: #5E7F9C RGB: (94,127,156)

Color info

#5E7F9C contains mainly green and blue colors. Web safe color of #5E7F9C is #666699 (or #669).

RGB color model

#5E7F9C color RGB value is (94,127,156).

RGB: (94,127,156) (37%, 50%, 61%)

RGB channels and saturation

R 94 of 255 = 37%
G 127 of 255 = 50%
B 156 of 255 = 61%

94
127
156

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

Portions of RGB colors in percentages

R + G + B = 94 + 127 + 156 = 377 (100%)
R 94 of 377 ~ 24.93%
G 127 of 377 ~ 33.69%
B 156 of 377 ~ 41.38'%

%24.93
%33.69
%41.38

CMYK color model

#5E7F9C color CMYK value is (40,19,0,39).

  • cyan value is 39.74%
  • magenta value is 18.59%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (40,19,0,39)
C40M19Y0K39 (40%, 19%, 0%, 39%)
(0.40 / 0.19 / 0.00 / 0.39)

CMYK percentages

%39.74
%18.59
%0
%38.82

Codes

Color #5E7F9C in popluar color models

5E 7F 9C
RGB 94 127 156
HSL 208° 24.80% 49.02%
HSB/HSV 208° 39.74% 61.18%
CMYK 39.74% 18.59% 0.00%
38.82%

Color #5E7F9C in popluar number systems.

HEX 5E 7F 9C
Decimal 94 127 156
Binary 1011110 1111111 10011100
Octal 136 177 234

Shades and tints

Shades of #5E7F9C

#5E7F9C
(94,127,156)
#56748E
(86,116,142)
#4E6980
(78,105,128)
#465E72
(70,94,114)
#3E5364
(62,83,100)
#364856
(54,72,86)
#2E3D48
(46,61,72)
#26323A
(38,50,58)
#1E272C
(30,39,44)
#161C1E
(22,28,30)
#0E1110
(14,17,16)
#000000
(0,0,0)

Tints of #5E7F9C

#5E7F9C
(94,127,156)
#6C8AA5
(108,138,165)
#7A95AE
(122,149,174)
#88A0B7
(136,160,183)
#96ABC0
(150,171,192)
#A4B6C9
(164,182,201)
#B2C1D2
(178,193,210)
#C0CCDB
(192,204,219)
#CED7E4
(206,215,228)
#DCE2ED
(220,226,237)
#EAEDF6
(234,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E7F9C color. Also use rgb(94,127,156) instead hex code.

Text Font Color

.myTextColor { color: #5E7F9C; }

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

This text font color is #5E7F9C.

Background Color

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

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

This div background color is #5E7F9C.

Border color

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

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

This div border color is #5E7F9C.

Opacity

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

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

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

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

This text has shadow with #5E7F9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E7F9C.

Preview

Color preview on black background

This text has color #5E7F9C on black background.


Color preview on white background

This text has color #5E7F9C on white background.


Black color preview on #5E7F9C background

This text has black color on #5E7F9C background.


White color preview on #5E7F9C background

This text has white color on #5E7F9C background.


Related colors

Complementary color

Complementary color for #hex is #A18063.


I love getcolorcode.com

Triadic colors

1 #9C5E7F and #7F9C5E with #5E7F9C are triadic colors.

2 #9C7F5E and #7F5E9C with #5E7F9C are triadic colors.