COLOR #5E679A

HEX: #5E679A RGB: (94,103,154)

Color info

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

RGB color model

#5E679A color RGB value is (94,103,154).

RGB: (94,103,154) (37%, 40%, 60%)

RGB channels and saturation

R 94 of 255 = 37%
G 103 of 255 = 40%
B 154 of 255 = 60%

94
103
154

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

Portions of RGB colors in percentages

R + G + B = 94 + 103 + 154 = 351 (100%)
R 94 of 351 ~ 26.78%
G 103 of 351 ~ 29.34%
B 154 of 351 ~ 43.87'%

%26.78
%29.34
%43.87

CMYK color model

#5E679A color CMYK value is (39,33,0,40).

  • cyan value is 38.96%
  • magenta value is 33.12%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (39,33,0,40)
C39M33Y0K40 (39%, 33%, 0%, 40%)
(0.39 / 0.33 / 0.00 / 0.40)

CMYK percentages

%38.96
%33.12
%0
%39.61

Codes

Color #5E679A in popluar color models

5E 67 9A
RGB 94 103 154
HSL 231° 24.19% 48.63%
HSB/HSV 231° 38.96% 60.39%
CMYK 38.96% 33.12% 0.00%
39.61%

Color #5E679A in popluar number systems.

HEX 5E 67 9A
Decimal 94 103 154
Binary 1011110 1100111 10011010
Octal 136 147 232

Shades and tints

Shades of #5E679A

#5E679A
(94,103,154)
#565E8C
(86,94,140)
#4E557E
(78,85,126)
#464C70
(70,76,112)
#3E4362
(62,67,98)
#363A54
(54,58,84)
#2E3146
(46,49,70)
#262838
(38,40,56)
#1E1F2A
(30,31,42)
#16161C
(22,22,28)
#0E0D0E
(14,13,14)
#000000
(0,0,0)

Tints of #5E679A

#5E679A
(94,103,154)
#6C74A3
(108,116,163)
#7A81AC
(122,129,172)
#888EB5
(136,142,181)
#969BBE
(150,155,190)
#A4A8C7
(164,168,199)
#B2B5D0
(178,181,208)
#C0C2D9
(192,194,217)
#CECFE2
(206,207,226)
#DCDCEB
(220,220,235)
#EAE9F4
(234,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E679A; }

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

This text font color is #5E679A.

Background Color

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

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

This div background color is #5E679A.

Border color

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

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

This div border color is #5E679A.

Opacity

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

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

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

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

This text has shadow with #5E679A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E679A.

Preview

Color preview on black background

This text has color #5E679A on black background.


Color preview on white background

This text has color #5E679A on white background.


Black color preview on #5E679A background

This text has black color on #5E679A background.


White color preview on #5E679A background

This text has white color on #5E679A background.


Related colors

Complementary color

Complementary color for #hex is #A19865.


I love getcolorcode.com

Triadic colors

1 #9A5E67 and #679A5E with #5E679A are triadic colors.

2 #9A675E and #675E9A with #5E679A are triadic colors.