COLOR #5E61A3

HEX: #5E61A3
RGB: (94,97,163)

Color info

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

RGB color model

#5E61A3 color RGB value is (94,97,163).

  • red value is 94;
  • green value is 97;
  • blue value is 163.
RGB:
(94,97,163)
(37%,38%,64%)

RGB channels and saturation

R 94 of 255 = 37%
G 97 of 255 = 38%
B 163 of 255 = 64%

94
97
163

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

Portions of RGB colors in percentages

R + G + B =
94 + 97 + 163 = 354 (100%)
R 94 of 354 ~ 26.55%
G 97 of 354 ~ 27.4%
B 163 of 354 ~ 46.05%

%26.55
%27.4
%46.05

CMYK color model

#5E61A3 color CMYK value is (42,40,0,36).

  • cyan value is 42.33%
  • magenta value is 40.49%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(42,40,0,36)
C42M40Y0K36 
(42%,40%,0%,36%)
(0.42/0.40/0.00/0.36)	

CMYK percentages

%42.33
%40.49
%0
%36.08

Codes

Color #5E61A3 in popluar color models

5E61A3
RGB9497163
HSL237°27.27%50.39%
HSB/HSV237°42.33%63.92%
CMYK42.33%40.49%0.00%
36.08%

Color #5E61A3 in popluar number systems.

HEX5E61A3
Decimal9497163
Binary1011110110000110100011
Octal136141243

Shades and tints

Shades of #5E61A3

#5E61A3
(94,97,163)
#565995
(86,89,149)
#4E5187
(78,81,135)
#464979
(70,73,121)
#3E416B
(62,65,107)
#36395D
(54,57,93)
#2E314F
(46,49,79)
#262941
(38,41,65)
#1E2133
(30,33,51)
#161925
(22,25,37)
#0E1117
(14,17,23)
#000000
(0,0,0)

Tints of #5E61A3

#5E61A3
(94,97,163)
#6C6FAB
(108,111,171)
#7A7DB3
(122,125,179)
#888BBB
(136,139,187)
#9699C3
(150,153,195)
#A4A7CB
(164,167,203)
#B2B5D3
(178,181,211)
#C0C3DB
(192,195,219)
#CED1E3
(206,209,227)
#DCDFEB
(220,223,235)
#EAEDF3
(234,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E61A3 color. Also use rgb(94,97,163) instead hex code.

Text Font Color

.myTextColor { color: #5E61A3; }

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

This text font color is #5E61A3.


Background Color

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

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

This div background color is #5E61A3.


Border color

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

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

This div border color is #5E61A3.


Opacity

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

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

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

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

This text has shadow with #5E61A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E61A3 on black background.


Color preview on white background

This text has color #5E61A3 on white background.



Black color preview on #5E61A3 background

This text has black color on #5E61A3 background.


White color preview on #5E61A3 background

This text has white color on #5E61A3 background.