COLOR #5E6A9B

HEX: #5E6A9B
RGB: (94,106,155)

Color info

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

RGB color model

#5E6A9B color RGB value is (94,106,155).

  • red value is 94;
  • green value is 106;
  • blue value is 155.
RGB:
(94,106,155)
(37%,42%,61%)

RGB channels and saturation

R 94 of 255 = 37%
G 106 of 255 = 42%
B 155 of 255 = 61%

94
106
155

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

Portions of RGB colors in percentages

R + G + B =
94 + 106 + 155 = 355 (100%)
R 94 of 355 ~ 26.48%
G 106 of 355 ~ 29.86%
B 155 of 355 ~ 43.66%

%26.48
%29.86
%43.66

CMYK color model

#5E6A9B color CMYK value is (39,32,0,39).

  • cyan value is 39.35%
  • magenta value is 31.61%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(39,32,0,39)
C39M32Y0K39 
(39%,32%,0%,39%)
(0.39/0.32/0.00/0.39)	

CMYK percentages

%39.35
%31.61
%0
%39.22

Codes

Color #5E6A9B in popluar color models

5E6A9B
RGB94106155
HSL228°24.50%48.82%
HSB/HSV228°39.35%60.78%
CMYK39.35%31.61%0.00%
39.22%

Color #5E6A9B in popluar number systems.

HEX5E6A9B
Decimal94106155
Binary1011110110101010011011
Octal136152233

Shades and tints

Shades of #5E6A9B

#5E6A9B
(94,106,155)
#56618D
(86,97,141)
#4E587F
(78,88,127)
#464F71
(70,79,113)
#3E4663
(62,70,99)
#363D55
(54,61,85)
#2E3447
(46,52,71)
#262B39
(38,43,57)
#1E222B
(30,34,43)
#16191D
(22,25,29)
#0E100F
(14,16,15)
#000000
(0,0,0)

Tints of #5E6A9B

#5E6A9B
(94,106,155)
#6C77A4
(108,119,164)
#7A84AD
(122,132,173)
#8891B6
(136,145,182)
#969EBF
(150,158,191)
#A4ABC8
(164,171,200)
#B2B8D1
(178,184,209)
#C0C5DA
(192,197,218)
#CED2E3
(206,210,227)
#DCDFEC
(220,223,236)
#EAECF5
(234,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E6A9B color. Also use rgb(94,106,155) instead hex code.

Text Font Color

.myTextColor { color: #5E6A9B; }

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

This text font color is #5E6A9B.


Background Color

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

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

This div background color is #5E6A9B.


Border color

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

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

This div border color is #5E6A9B.


Opacity

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

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

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

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

This text has shadow with #5E6A9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6A9B on black background.


Color preview on white background

This text has color #5E6A9B on white background.



Black color preview on #5E6A9B background

This text has black color on #5E6A9B background.


White color preview on #5E6A9B background

This text has white color on #5E6A9B background.