COLOR #5A64AD

HEX: #5A64AD
RGB: (90,100,173)

Color info

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

RGB color model

#5A64AD color RGB value is (90,100,173).

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

RGB channels and saturation

R 90 of 255 = 35%
G 100 of 255 = 39%
B 173 of 255 = 68%

90
100
173

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

Portions of RGB colors in percentages

R + G + B =
90 + 100 + 173 = 363 (100%)
R 90 of 363 ~ 24.79%
G 100 of 363 ~ 27.55%
B 173 of 363 ~ 47.66%

%24.79
%27.55
%47.66

CMYK color model

#5A64AD color CMYK value is (48,42,0,32).

  • cyan value is 47.98%
  • magenta value is 42.20%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(48,42,0,32)
C48M42Y0K32 
(48%,42%,0%,32%)
(0.48/0.42/0.00/0.32)	

CMYK percentages

%47.98
%42.2
%0
%32.16

Codes

Color #5A64AD in popluar color models

5A64AD
RGB90100173
HSL233°33.60%51.57%
HSB/HSV233°47.98%67.84%
CMYK47.98%42.20%0.00%
32.16%

Color #5A64AD in popluar number systems.

HEX5A64AD
Decimal90100173
Binary1011010110010010101101
Octal132144255

Shades and tints

Shades of #5A64AD

#5A64AD
(90,100,173)
#525B9E
(82,91,158)
#4A528F
(74,82,143)
#424980
(66,73,128)
#3A4071
(58,64,113)
#323762
(50,55,98)
#2A2E53
(42,46,83)
#222544
(34,37,68)
#1A1C35
(26,28,53)
#121326
(18,19,38)
#0A0A17
(10,10,23)
#000000
(0,0,0)

Tints of #5A64AD

#5A64AD
(90,100,173)
#6972B4
(105,114,180)
#7880BB
(120,128,187)
#878EC2
(135,142,194)
#969CC9
(150,156,201)
#A5AAD0
(165,170,208)
#B4B8D7
(180,184,215)
#C3C6DE
(195,198,222)
#D2D4E5
(210,212,229)
#E1E2EC
(225,226,236)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A64AD; }

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

This text font color is #5A64AD.


Background Color

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

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

This div background color is #5A64AD.


Border color

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

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

This div border color is #5A64AD.


Opacity

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

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

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

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

This text has shadow with #5A64AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A64AD on black background.


Color preview on white background

This text has color #5A64AD on white background.



Black color preview on #5A64AD background

This text has black color on #5A64AD background.


White color preview on #5A64AD background

This text has white color on #5A64AD background.