COLOR #5A64AA

HEX: #5A64AA
RGB: (90,100,170)

Color info

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

RGB color model

#5A64AA color RGB value is (90,100,170).

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

RGB channels and saturation

R 90 of 255 = 35%
G 100 of 255 = 39%
B 170 of 255 = 67%

90
100
170

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

Portions of RGB colors in percentages

R + G + B =
90 + 100 + 170 = 360 (100%)
R 90 of 360 ~ 25%
G 100 of 360 ~ 27.78%
B 170 of 360 ~ 47.22%

%25
%27.78
%47.22

CMYK color model

#5A64AA color CMYK value is (47,41,0,33).

  • cyan value is 47.06%
  • magenta value is 41.18%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(47,41,0,33)
C47M41Y0K33 
(47%,41%,0%,33%)
(0.47/0.41/0.00/0.33)	

CMYK percentages

%47.06
%41.18
%0
%33.33

Codes

Color #5A64AA in popluar color models

5A64AA
RGB90100170
HSL233°32.00%50.98%
HSB/HSV233°47.06%66.67%
CMYK47.06%41.18%0.00%
33.33%

Color #5A64AA in popluar number systems.

HEX5A64AA
Decimal90100170
Binary1011010110010010101010
Octal132144252

Shades and tints

Shades of #5A64AA

#5A64AA
(90,100,170)
#525B9B
(82,91,155)
#4A528C
(74,82,140)
#42497D
(66,73,125)
#3A406E
(58,64,110)
#32375F
(50,55,95)
#2A2E50
(42,46,80)
#222541
(34,37,65)
#1A1C32
(26,28,50)
#121323
(18,19,35)
#0A0A14
(10,10,20)
#000000
(0,0,0)

Tints of #5A64AA

#5A64AA
(90,100,170)
#6972B1
(105,114,177)
#7880B8
(120,128,184)
#878EBF
(135,142,191)
#969CC6
(150,156,198)
#A5AACD
(165,170,205)
#B4B8D4
(180,184,212)
#C3C6DB
(195,198,219)
#D2D4E2
(210,212,226)
#E1E2E9
(225,226,233)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A64AA; }

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

This text font color is #5A64AA.


Background Color

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

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

This div background color is #5A64AA.


Border color

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

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

This div border color is #5A64AA.


Opacity

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

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

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

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

This text has shadow with #5A64AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A64AA on black background.


Color preview on white background

This text has color #5A64AA on white background.



Black color preview on #5A64AA background

This text has black color on #5A64AA background.


White color preview on #5A64AA background

This text has white color on #5A64AA background.