COLOR #5E67A7

HEX: #5E67A7
RGB: (94,103,167)

Color info

#5E67A7 contains mainly blue color. Web safe color of #5E67A7 is #666699 (or #669).

RGB color model

#5E67A7 color RGB value is (94,103,167).

  • red value is 94;
  • green value is 103;
  • blue value is 167.
RGB:
(94,103,167)
(37%,40%,65%)

RGB channels and saturation

R 94 of 255 = 37%
G 103 of 255 = 40%
B 167 of 255 = 65%

94
103
167

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

Portions of RGB colors in percentages

R + G + B =
94 + 103 + 167 = 364 (100%)
R 94 of 364 ~ 25.82%
G 103 of 364 ~ 28.3%
B 167 of 364 ~ 45.88%

%25.82
%28.3
%45.88

CMYK color model

#5E67A7 color CMYK value is (44,38,0,35).

  • cyan value is 43.71%
  • magenta value is 38.32%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(44,38,0,35)
C44M38Y0K35 
(44%,38%,0%,35%)
(0.44/0.38/0.00/0.35)	

CMYK percentages

%43.71
%38.32
%0
%34.51

Codes

Color #5E67A7 in popluar color models

5E67A7
RGB94103167
HSL233°29.32%51.18%
HSB/HSV233°43.71%65.49%
CMYK43.71%38.32%0.00%
34.51%

Color #5E67A7 in popluar number systems.

HEX5E67A7
Decimal94103167
Binary1011110110011110100111
Octal136147247

Shades and tints

Shades of #5E67A7

#5E67A7
(94,103,167)
#565E98
(86,94,152)
#4E5589
(78,85,137)
#464C7A
(70,76,122)
#3E436B
(62,67,107)
#363A5C
(54,58,92)
#2E314D
(46,49,77)
#26283E
(38,40,62)
#1E1F2F
(30,31,47)
#161620
(22,22,32)
#0E0D11
(14,13,17)
#000000
(0,0,0)

Tints of #5E67A7

#5E67A7
(94,103,167)
#6C74AF
(108,116,175)
#7A81B7
(122,129,183)
#888EBF
(136,142,191)
#969BC7
(150,155,199)
#A4A8CF
(164,168,207)
#B2B5D7
(178,181,215)
#C0C2DF
(192,194,223)
#CECFE7
(206,207,231)
#DCDCEF
(220,220,239)
#EAE9F7
(234,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E67A7 color. Also use rgb(94,103,167) instead hex code.

Text Font Color

.myTextColor { color: #5E67A7; }

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

This text font color is #5E67A7.


Background Color

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

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

This div background color is #5E67A7.


Border color

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

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

This div border color is #5E67A7.


Opacity

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

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

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

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

This text has shadow with #5E67A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E67A7 on black background.


Color preview on white background

This text has color #5E67A7 on white background.



Black color preview on #5E67A7 background

This text has black color on #5E67A7 background.


White color preview on #5E67A7 background

This text has white color on #5E67A7 background.