COLOR #5A5983

HEX: #5A5983
RGB: (90,89,131)

Color info

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

RGB color model

#5A5983 color RGB value is (90,89,131).

  • red value is 90;
  • green value is 89;
  • blue value is 131.
RGB:
(90,89,131)
(35%,35%,51%)

RGB channels and saturation

R 90 of 255 = 35%
G 89 of 255 = 35%
B 131 of 255 = 51%

90
89
131

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

Portions of RGB colors in percentages

R + G + B =
90 + 89 + 131 = 310 (100%)
R 90 of 310 ~ 29.03%
G 89 of 310 ~ 28.71%
B 131 of 310 ~ 42.26%

%29.03
%28.71
%42.26

CMYK color model

#5A5983 color CMYK value is (31,32,0,49).

  • cyan value is 31.30%
  • magenta value is 32.06%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(31,32,0,49)
C31M32Y0K49 
(31%,32%,0%,49%)
(0.31/0.32/0.00/0.49)	

CMYK percentages

%31.3
%32.06
%0
%48.63

Codes

Color #5A5983 in popluar color models

5A5983
RGB9089131
HSL241°19.09%43.14%
HSB/HSV241°32.06%51.37%
CMYK31.30%32.06%0.00%
48.63%

Color #5A5983 in popluar number systems.

HEX5A5983
Decimal9089131
Binary1011010101100110000011
Octal132131203

Shades and tints

Shades of #5A5983

#5A5983
(90,89,131)
#525178
(82,81,120)
#4A496D
(74,73,109)
#424162
(66,65,98)
#3A3957
(58,57,87)
#32314C
(50,49,76)
#2A2941
(42,41,65)
#222136
(34,33,54)
#1A192B
(26,25,43)
#121120
(18,17,32)
#0A0915
(10,9,21)
#000000
(0,0,0)

Tints of #5A5983

#5A5983
(90,89,131)
#69688E
(105,104,142)
#787799
(120,119,153)
#8786A4
(135,134,164)
#9695AF
(150,149,175)
#A5A4BA
(165,164,186)
#B4B3C5
(180,179,197)
#C3C2D0
(195,194,208)
#D2D1DB
(210,209,219)
#E1E0E6
(225,224,230)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A5983 color. Also use rgb(90,89,131) instead hex code.

Text Font Color

.myTextColor { color: #5A5983; }

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

This text font color is #5A5983.


Background Color

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

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

This div background color is #5A5983.


Border color

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

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

This div border color is #5A5983.


Opacity

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

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

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

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

This text has shadow with #5A5983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5983 on black background.


Color preview on white background

This text has color #5A5983 on white background.



Black color preview on #5A5983 background

This text has black color on #5A5983 background.


White color preview on #5A5983 background

This text has white color on #5A5983 background.