COLOR #5E5A84

HEX: #5E5A84
RGB: (94,90,132)

Color info

#5E5A84 contains red, green and blue colors in about the same proportion. Web safe color of #5E5A84 is #666699 (or #669).

RGB color model

#5E5A84 color RGB value is (94,90,132).

  • red value is 94;
  • green value is 90;
  • blue value is 132.
RGB:
(94,90,132)
(37%,35%,52%)

RGB channels and saturation

R 94 of 255 = 37%
G 90 of 255 = 35%
B 132 of 255 = 52%

94
90
132

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

Portions of RGB colors in percentages

R + G + B =
94 + 90 + 132 = 316 (100%)
R 94 of 316 ~ 29.75%
G 90 of 316 ~ 28.48%
B 132 of 316 ~ 41.77%

%29.75
%28.48
%41.77

CMYK color model

#5E5A84 color CMYK value is (29,32,0,48).

  • cyan value is 28.79%
  • magenta value is 31.82%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(29,32,0,48)
C29M32Y0K48 
(29%,32%,0%,48%)
(0.29/0.32/0.00/0.48)	

CMYK percentages

%28.79
%31.82
%0
%48.24

Codes

Color #5E5A84 in popluar color models

5E5A84
RGB9490132
HSL246°18.92%43.53%
HSB/HSV246°31.82%51.76%
CMYK28.79%31.82%0.00%
48.24%

Color #5E5A84 in popluar number systems.

HEX5E5A84
Decimal9490132
Binary1011110101101010000100
Octal136132204

Shades and tints

Shades of #5E5A84

#5E5A84
(94,90,132)
#565278
(86,82,120)
#4E4A6C
(78,74,108)
#464260
(70,66,96)
#3E3A54
(62,58,84)
#363248
(54,50,72)
#2E2A3C
(46,42,60)
#262230
(38,34,48)
#1E1A24
(30,26,36)
#161218
(22,18,24)
#0E0A0C
(14,10,12)
#000000
(0,0,0)

Tints of #5E5A84

#5E5A84
(94,90,132)
#6C698F
(108,105,143)
#7A789A
(122,120,154)
#8887A5
(136,135,165)
#9696B0
(150,150,176)
#A4A5BB
(164,165,187)
#B2B4C6
(178,180,198)
#C0C3D1
(192,195,209)
#CED2DC
(206,210,220)
#DCE1E7
(220,225,231)
#EAF0F2
(234,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5A84 color. Also use rgb(94,90,132) instead hex code.

Text Font Color

.myTextColor { color: #5E5A84; }

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

This text font color is #5E5A84.


Background Color

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

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

This div background color is #5E5A84.


Border color

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

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

This div border color is #5E5A84.


Opacity

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

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

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

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

This text has shadow with #5E5A84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5A84 on black background.


Color preview on white background

This text has color #5E5A84 on white background.



Black color preview on #5E5A84 background

This text has black color on #5E5A84 background.


White color preview on #5E5A84 background

This text has white color on #5E5A84 background.