COLOR #5E5DA1

HEX: #5E5DA1
RGB: (94,93,161)

Color info

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

RGB color model

#5E5DA1 color RGB value is (94,93,161).

  • red value is 94;
  • green value is 93;
  • blue value is 161.
RGB:
(94,93,161)
(37%,36%,63%)

RGB channels and saturation

R 94 of 255 = 37%
G 93 of 255 = 36%
B 161 of 255 = 63%

94
93
161

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

Portions of RGB colors in percentages

R + G + B =
94 + 93 + 161 = 348 (100%)
R 94 of 348 ~ 27.01%
G 93 of 348 ~ 26.72%
B 161 of 348 ~ 46.26%

%27.01
%26.72
%46.26

CMYK color model

#5E5DA1 color CMYK value is (42,42,0,37).

  • cyan value is 41.61%
  • magenta value is 42.24%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(42,42,0,37)
C42M42Y0K37 
(42%,42%,0%,37%)
(0.42/0.42/0.00/0.37)	

CMYK percentages

%41.61
%42.24
%0
%36.86

Codes

Color #5E5DA1 in popluar color models

5E5DA1
RGB9493161
HSL241°26.77%49.80%
HSB/HSV241°42.24%63.14%
CMYK41.61%42.24%0.00%
36.86%

Color #5E5DA1 in popluar number systems.

HEX5E5DA1
Decimal9493161
Binary1011110101110110100001
Octal136135241

Shades and tints

Shades of #5E5DA1

#5E5DA1
(94,93,161)
#565593
(86,85,147)
#4E4D85
(78,77,133)
#464577
(70,69,119)
#3E3D69
(62,61,105)
#36355B
(54,53,91)
#2E2D4D
(46,45,77)
#26253F
(38,37,63)
#1E1D31
(30,29,49)
#161523
(22,21,35)
#0E0D15
(14,13,21)
#000000
(0,0,0)

Tints of #5E5DA1

#5E5DA1
(94,93,161)
#6C6BA9
(108,107,169)
#7A79B1
(122,121,177)
#8887B9
(136,135,185)
#9695C1
(150,149,193)
#A4A3C9
(164,163,201)
#B2B1D1
(178,177,209)
#C0BFD9
(192,191,217)
#CECDE1
(206,205,225)
#DCDBE9
(220,219,233)
#EAE9F1
(234,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5DA1 color. Also use rgb(94,93,161) instead hex code.

Text Font Color

.myTextColor { color: #5E5DA1; }

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

This text font color is #5E5DA1.


Background Color

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

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

This div background color is #5E5DA1.


Border color

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

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

This div border color is #5E5DA1.


Opacity

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

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

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

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

This text has shadow with #5E5DA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5DA1 on black background.


Color preview on white background

This text has color #5E5DA1 on white background.



Black color preview on #5E5DA1 background

This text has black color on #5E5DA1 background.


White color preview on #5E5DA1 background

This text has white color on #5E5DA1 background.