COLOR #5A5893

HEX: #5A5893
RGB: (90,88,147)

Color info

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

RGB color model

#5A5893 color RGB value is (90,88,147).

  • red value is 90;
  • green value is 88;
  • blue value is 147.
RGB:
(90,88,147)
(35%,35%,58%)

RGB channels and saturation

R 90 of 255 = 35%
G 88 of 255 = 35%
B 147 of 255 = 58%

90
88
147

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

Portions of RGB colors in percentages

R + G + B =
90 + 88 + 147 = 325 (100%)
R 90 of 325 ~ 27.69%
G 88 of 325 ~ 27.08%
B 147 of 325 ~ 45.23%

%27.69
%27.08
%45.23

CMYK color model

#5A5893 color CMYK value is (39,40,0,42).

  • cyan value is 38.78%
  • magenta value is 40.14%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(39,40,0,42)
C39M40Y0K42 
(39%,40%,0%,42%)
(0.39/0.40/0.00/0.42)	

CMYK percentages

%38.78
%40.14
%0
%42.35

Codes

Color #5A5893 in popluar color models

5A5893
RGB9088147
HSL242°25.11%46.08%
HSB/HSV242°40.14%57.65%
CMYK38.78%40.14%0.00%
42.35%

Color #5A5893 in popluar number systems.

HEX5A5893
Decimal9088147
Binary1011010101100010010011
Octal132130223

Shades and tints

Shades of #5A5893

#5A5893
(90,88,147)
#525086
(82,80,134)
#4A4879
(74,72,121)
#42406C
(66,64,108)
#3A385F
(58,56,95)
#323052
(50,48,82)
#2A2845
(42,40,69)
#222038
(34,32,56)
#1A182B
(26,24,43)
#12101E
(18,16,30)
#0A0811
(10,8,17)
#000000
(0,0,0)

Tints of #5A5893

#5A5893
(90,88,147)
#69679C
(105,103,156)
#7876A5
(120,118,165)
#8785AE
(135,133,174)
#9694B7
(150,148,183)
#A5A3C0
(165,163,192)
#B4B2C9
(180,178,201)
#C3C1D2
(195,193,210)
#D2D0DB
(210,208,219)
#E1DFE4
(225,223,228)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A5893 color. Also use rgb(90,88,147) instead hex code.

Text Font Color

.myTextColor { color: #5A5893; }

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

This text font color is #5A5893.


Background Color

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

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

This div background color is #5A5893.


Border color

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

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

This div border color is #5A5893.


Opacity

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

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

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

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

This text has shadow with #5A5893 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5893 on black background.


Color preview on white background

This text has color #5A5893 on white background.



Black color preview on #5A5893 background

This text has black color on #5A5893 background.


White color preview on #5A5893 background

This text has white color on #5A5893 background.