COLOR #5A5E94

HEX: #5A5E94
RGB: (90,94,148)

Color info

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

RGB color model

#5A5E94 color RGB value is (90,94,148).

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

RGB channels and saturation

R 90 of 255 = 35%
G 94 of 255 = 37%
B 148 of 255 = 58%

90
94
148

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

Portions of RGB colors in percentages

R + G + B =
90 + 94 + 148 = 332 (100%)
R 90 of 332 ~ 27.11%
G 94 of 332 ~ 28.31%
B 148 of 332 ~ 44.58%

%27.11
%28.31
%44.58

CMYK color model

#5A5E94 color CMYK value is (39,36,0,42).

  • cyan value is 39.19%
  • magenta value is 36.49%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(39,36,0,42)
C39M36Y0K42 
(39%,36%,0%,42%)
(0.39/0.36/0.00/0.42)	

CMYK percentages

%39.19
%36.49
%0
%41.96

Codes

Color #5A5E94 in popluar color models

5A5E94
RGB9094148
HSL236°24.37%46.67%
HSB/HSV236°39.19%58.04%
CMYK39.19%36.49%0.00%
41.96%

Color #5A5E94 in popluar number systems.

HEX5A5E94
Decimal9094148
Binary1011010101111010010100
Octal132136224

Shades and tints

Shades of #5A5E94

#5A5E94
(90,94,148)
#525687
(82,86,135)
#4A4E7A
(74,78,122)
#42466D
(66,70,109)
#3A3E60
(58,62,96)
#323653
(50,54,83)
#2A2E46
(42,46,70)
#222639
(34,38,57)
#1A1E2C
(26,30,44)
#12161F
(18,22,31)
#0A0E12
(10,14,18)
#000000
(0,0,0)

Tints of #5A5E94

#5A5E94
(90,94,148)
#696C9D
(105,108,157)
#787AA6
(120,122,166)
#8788AF
(135,136,175)
#9696B8
(150,150,184)
#A5A4C1
(165,164,193)
#B4B2CA
(180,178,202)
#C3C0D3
(195,192,211)
#D2CEDC
(210,206,220)
#E1DCE5
(225,220,229)
#F0EAEE
(240,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5E94; }

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

This text font color is #5A5E94.


Background Color

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

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

This div background color is #5A5E94.


Border color

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

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

This div border color is #5A5E94.


Opacity

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

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

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

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

This text has shadow with #5A5E94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5E94 on black background.


Color preview on white background

This text has color #5A5E94 on white background.



Black color preview on #5A5E94 background

This text has black color on #5A5E94 background.


White color preview on #5A5E94 background

This text has white color on #5A5E94 background.