COLOR #5E7C9C

HEX: #5E7C9C
RGB: (94,124,156)

Color info

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

RGB color model

#5E7C9C color RGB value is (94,124,156).

  • red value is 94;
  • green value is 124;
  • blue value is 156.
RGB:
(94,124,156)
(37%,49%,61%)

RGB channels and saturation

R 94 of 255 = 37%
G 124 of 255 = 49%
B 156 of 255 = 61%

94
124
156

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

Portions of RGB colors in percentages

R + G + B =
94 + 124 + 156 = 374 (100%)
R 94 of 374 ~ 25.13%
G 124 of 374 ~ 33.16%
B 156 of 374 ~ 41.71%

%25.13
%33.16
%41.71

CMYK color model

#5E7C9C color CMYK value is (40,21,0,39).

  • cyan value is 39.74%
  • magenta value is 20.51%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(40,21,0,39)
C40M21Y0K39 
(40%,21%,0%,39%)
(0.40/0.21/0.00/0.39)	

CMYK percentages

%39.74
%20.51
%0
%38.82

Codes

Color #5E7C9C in popluar color models

5E7C9C
RGB94124156
HSL211°24.80%49.02%
HSB/HSV211°39.74%61.18%
CMYK39.74%20.51%0.00%
38.82%

Color #5E7C9C in popluar number systems.

HEX5E7C9C
Decimal94124156
Binary1011110111110010011100
Octal136174234

Shades and tints

Shades of #5E7C9C

#5E7C9C
(94,124,156)
#56718E
(86,113,142)
#4E6680
(78,102,128)
#465B72
(70,91,114)
#3E5064
(62,80,100)
#364556
(54,69,86)
#2E3A48
(46,58,72)
#262F3A
(38,47,58)
#1E242C
(30,36,44)
#16191E
(22,25,30)
#0E0E10
(14,14,16)
#000000
(0,0,0)

Tints of #5E7C9C

#5E7C9C
(94,124,156)
#6C87A5
(108,135,165)
#7A92AE
(122,146,174)
#889DB7
(136,157,183)
#96A8C0
(150,168,192)
#A4B3C9
(164,179,201)
#B2BED2
(178,190,210)
#C0C9DB
(192,201,219)
#CED4E4
(206,212,228)
#DCDFED
(220,223,237)
#EAEAF6
(234,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E7C9C; }

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

This text font color is #5E7C9C.


Background Color

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

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

This div background color is #5E7C9C.


Border color

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

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

This div border color is #5E7C9C.


Opacity

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

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

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

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

This text has shadow with #5E7C9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7C9C on black background.


Color preview on white background

This text has color #5E7C9C on white background.



Black color preview on #5E7C9C background

This text has black color on #5E7C9C background.


White color preview on #5E7C9C background

This text has white color on #5E7C9C background.