COLOR #5E5CA4

HEX: #5E5CA4 RGB: (94,92,164)

Color info

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

RGB color model

#5E5CA4 color RGB value is (94,92,164).

RGB: (94,92,164) (37%, 36%, 64%)

RGB channels and saturation

R 94 of 255 = 37%
G 92 of 255 = 36%
B 164 of 255 = 64%

94
92
164

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

Portions of RGB colors in percentages

R + G + B = 94 + 92 + 164 = 350 (100%)
R 94 of 350 ~ 26.86%
G 92 of 350 ~ 26.29%
B 164 of 350 ~ 46.86'%

%26.86
%26.29
%46.86

CMYK color model

#5E5CA4 color CMYK value is (43,44,0,36).

  • cyan value is 42.68%
  • magenta value is 43.90%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (43,44,0,36)
C43M44Y0K36 (43%, 44%, 0%, 36%)
(0.43 / 0.44 / 0.00 / 0.36)

CMYK percentages

%42.68
%43.9
%0
%35.69

Codes

Color #5E5CA4 in popluar color models

5E 5C A4
RGB 94 92 164
HSL 242° 28.35% 50.20%
HSB/HSV 242° 43.90% 64.31%
CMYK 42.68% 43.90% 0.00%
35.69%

Color #5E5CA4 in popluar number systems.

HEX 5E 5C A4
Decimal 94 92 164
Binary 1011110 1011100 10100100
Octal 136 134 244

Shades and tints

Shades of #5E5CA4

#5E5CA4
(94,92,164)
#565496
(86,84,150)
#4E4C88
(78,76,136)
#46447A
(70,68,122)
#3E3C6C
(62,60,108)
#36345E
(54,52,94)
#2E2C50
(46,44,80)
#262442
(38,36,66)
#1E1C34
(30,28,52)
#161426
(22,20,38)
#0E0C18
(14,12,24)
#000000
(0,0,0)

Tints of #5E5CA4

#5E5CA4
(94,92,164)
#6C6AAC
(108,106,172)
#7A78B4
(122,120,180)
#8886BC
(136,134,188)
#9694C4
(150,148,196)
#A4A2CC
(164,162,204)
#B2B0D4
(178,176,212)
#C0BEDC
(192,190,220)
#CECCE4
(206,204,228)
#DCDAEC
(220,218,236)
#EAE8F4
(234,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5CA4 color. Also use rgb(94,92,164) instead hex code.

Text Font Color

.myTextColor { color: #5E5CA4; }

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

This text font color is #5E5CA4.

Background Color

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

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

This div background color is #5E5CA4.

Border color

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

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

This div border color is #5E5CA4.

Opacity

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

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

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

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

This text has shadow with #5E5CA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E5CA4.

Preview

Color preview on black background

This text has color #5E5CA4 on black background.


Color preview on white background

This text has color #5E5CA4 on white background.


Black color preview on #5E5CA4 background

This text has black color on #5E5CA4 background.


White color preview on #5E5CA4 background

This text has white color on #5E5CA4 background.


Related colors

Complementary color

Complementary color for #hex is #A1A35B.


I love getcolorcode.com

Triadic colors

1 #A45E5C and #5CA45E with #5E5CA4 are triadic colors.

2 #A45C5E and #5C5EA4 with #5E5CA4 are triadic colors.