COLOR #5E68A7

HEX: #5E68A7 RGB: (94,104,167)

Color info

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

RGB color model

#5E68A7 color RGB value is (94,104,167).

RGB: (94,104,167) (37%, 41%, 65%)

RGB channels and saturation

R 94 of 255 = 37%
G 104 of 255 = 41%
B 167 of 255 = 65%

94
104
167

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

Portions of RGB colors in percentages

R + G + B = 94 + 104 + 167 = 365 (100%)
R 94 of 365 ~ 25.75%
G 104 of 365 ~ 28.49%
B 167 of 365 ~ 45.75'%

%25.75
%28.49
%45.75

CMYK color model

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

  • cyan value is 43.71%
  • magenta value is 37.72%
  • 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
%37.72
%0
%34.51

Codes

Color #5E68A7 in popluar color models

5E 68 A7
RGB 94 104 167
HSL 232° 29.32% 51.18%
HSB/HSV 232° 43.71% 65.49%
CMYK 43.71% 37.72% 0.00%
34.51%

Color #5E68A7 in popluar number systems.

HEX 5E 68 A7
Decimal 94 104 167
Binary 1011110 1101000 10100111
Octal 136 150 247

Shades and tints

Shades of #5E68A7

#5E68A7
(94,104,167)
#565F98
(86,95,152)
#4E5689
(78,86,137)
#464D7A
(70,77,122)
#3E446B
(62,68,107)
#363B5C
(54,59,92)
#2E324D
(46,50,77)
#26293E
(38,41,62)
#1E202F
(30,32,47)
#161720
(22,23,32)
#0E0E11
(14,14,17)
#000000
(0,0,0)

Tints of #5E68A7

#5E68A7
(94,104,167)
#6C75AF
(108,117,175)
#7A82B7
(122,130,183)
#888FBF
(136,143,191)
#969CC7
(150,156,199)
#A4A9CF
(164,169,207)
#B2B6D7
(178,182,215)
#C0C3DF
(192,195,223)
#CED0E7
(206,208,231)
#DCDDEF
(220,221,239)
#EAEAF7
(234,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E68A7; }

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

This text font color is #5E68A7.

Background Color

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

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

This div background color is #5E68A7.

Border color

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

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

This div border color is #5E68A7.

Opacity

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

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

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

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

This text has shadow with #5E68A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E68A7.

Preview

Color preview on black background

This text has color #5E68A7 on black background.


Color preview on white background

This text has color #5E68A7 on white background.


Black color preview on #5E68A7 background

This text has black color on #5E68A7 background.


White color preview on #5E68A7 background

This text has white color on #5E68A7 background.


Related colors

Complementary color

Complementary color for #hex is #A19758.


I love getcolorcode.com

Triadic colors

1 #A75E68 and #68A75E with #5E68A7 are triadic colors.

2 #A7685E and #685EA7 with #5E68A7 are triadic colors.