COLOR #5E8CAC

HEX: #5E8CAC
RGB: (94,140,172)

Color info

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

RGB color model

#5E8CAC color RGB value is (94,140,172).

  • red value is 94;
  • green value is 140;
  • blue value is 172.
RGB:
(94,140,172)
(37%,55%,67%)

RGB channels and saturation

R 94 of 255 = 37%
G 140 of 255 = 55%
B 172 of 255 = 67%

94
140
172

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

Portions of RGB colors in percentages

R + G + B =
94 + 140 + 172 = 406 (100%)
R 94 of 406 ~ 23.15%
G 140 of 406 ~ 34.48%
B 172 of 406 ~ 42.36%

%23.15
%34.48
%42.36

CMYK color model

#5E8CAC color CMYK value is (45,19,0,33).

  • cyan value is 45.35%
  • magenta value is 18.60%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(45,19,0,33)
C45M19Y0K33 
(45%,19%,0%,33%)
(0.45/0.19/0.00/0.33)	

CMYK percentages

%45.35
%18.6
%0
%32.55

Codes

Color #5E8CAC in popluar color models

5E8CAC
RGB94140172
HSL205°31.97%52.16%
HSB/HSV205°45.35%67.45%
CMYK45.35%18.60%0.00%
32.55%

Color #5E8CAC in popluar number systems.

HEX5E8CAC
Decimal94140172
Binary10111101000110010101100
Octal136214254

Shades and tints

Shades of #5E8CAC

#5E8CAC
(94,140,172)
#56809D
(86,128,157)
#4E748E
(78,116,142)
#46687F
(70,104,127)
#3E5C70
(62,92,112)
#365061
(54,80,97)
#2E4452
(46,68,82)
#263843
(38,56,67)
#1E2C34
(30,44,52)
#162025
(22,32,37)
#0E1416
(14,20,22)
#000000
(0,0,0)

Tints of #5E8CAC

#5E8CAC
(94,140,172)
#6C96B3
(108,150,179)
#7AA0BA
(122,160,186)
#88AAC1
(136,170,193)
#96B4C8
(150,180,200)
#A4BECF
(164,190,207)
#B2C8D6
(178,200,214)
#C0D2DD
(192,210,221)
#CEDCE4
(206,220,228)
#DCE6EB
(220,230,235)
#EAF0F2
(234,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E8CAC; }

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

This text font color is #5E8CAC.


Background Color

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

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

This div background color is #5E8CAC.


Border color

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

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

This div border color is #5E8CAC.


Opacity

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

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

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

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

This text has shadow with #5E8CAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E8CAC on black background.


Color preview on white background

This text has color #5E8CAC on white background.



Black color preview on #5E8CAC background

This text has black color on #5E8CAC background.


White color preview on #5E8CAC background

This text has white color on #5E8CAC background.