COLOR #5A6493

HEX: #5A6493
RGB: (90,100,147)

Color info

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

RGB color model

#5A6493 color RGB value is (90,100,147).

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

RGB channels and saturation

R 90 of 255 = 35%
G 100 of 255 = 39%
B 147 of 255 = 58%

90
100
147

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

Portions of RGB colors in percentages

R + G + B =
90 + 100 + 147 = 337 (100%)
R 90 of 337 ~ 26.71%
G 100 of 337 ~ 29.67%
B 147 of 337 ~ 43.62%

%26.71
%29.67
%43.62

CMYK color model

#5A6493 color CMYK value is (39,32,0,42).

  • cyan value is 38.78%
  • magenta value is 31.97%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(39,32,0,42)
C39M32Y0K42 
(39%,32%,0%,42%)
(0.39/0.32/0.00/0.42)	

CMYK percentages

%38.78
%31.97
%0
%42.35

Codes

Color #5A6493 in popluar color models

5A6493
RGB90100147
HSL229°24.05%46.47%
HSB/HSV229°38.78%57.65%
CMYK38.78%31.97%0.00%
42.35%

Color #5A6493 in popluar number systems.

HEX5A6493
Decimal90100147
Binary1011010110010010010011
Octal132144223

Shades and tints

Shades of #5A6493

#5A6493
(90,100,147)
#525B86
(82,91,134)
#4A5279
(74,82,121)
#42496C
(66,73,108)
#3A405F
(58,64,95)
#323752
(50,55,82)
#2A2E45
(42,46,69)
#222538
(34,37,56)
#1A1C2B
(26,28,43)
#12131E
(18,19,30)
#0A0A11
(10,10,17)
#000000
(0,0,0)

Tints of #5A6493

#5A6493
(90,100,147)
#69729C
(105,114,156)
#7880A5
(120,128,165)
#878EAE
(135,142,174)
#969CB7
(150,156,183)
#A5AAC0
(165,170,192)
#B4B8C9
(180,184,201)
#C3C6D2
(195,198,210)
#D2D4DB
(210,212,219)
#E1E2E4
(225,226,228)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A6493; }

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

This text font color is #5A6493.


Background Color

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

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

This div background color is #5A6493.


Border color

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

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

This div border color is #5A6493.


Opacity

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

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

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

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

This text has shadow with #5A6493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A6493 on black background.


Color preview on white background

This text has color #5A6493 on white background.



Black color preview on #5A6493 background

This text has black color on #5A6493 background.


White color preview on #5A6493 background

This text has white color on #5A6493 background.