COLOR #5440AB

HEX: #5440AB
RGB: (84,64,171)

Color info

#5440AB contains mainly blue color. Web safe color of #5440AB is #663399 (or #639).

RGB color model

#5440AB color RGB value is (84,64,171).

  • red value is 84;
  • green value is 64;
  • blue value is 171.
RGB:
(84,64,171)
(33%,25%,67%)

RGB channels and saturation

R 84 of 255 = 33%
G 64 of 255 = 25%
B 171 of 255 = 67%

84
64
171

R + G + B ~ 42%. #5440AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
84 + 64 + 171 = 319 (100%)
R 84 of 319 ~ 26.33%
G 64 of 319 ~ 20.06%
B 171 of 319 ~ 53.61%

%26.33
%20.06
%53.61

CMYK color model

#5440AB color CMYK value is (51,63,0,33).

  • cyan value is 50.88%
  • magenta value is 62.57%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(51,63,0,33)
C51M63Y0K33 
(51%,63%,0%,33%)
(0.51/0.63/0.00/0.33)	

CMYK percentages

%50.88
%62.57
%0
%32.94

Codes

Color #5440AB in popluar color models

5440AB
RGB8464171
HSL251°45.53%46.08%
HSB/HSV251°62.57%67.06%
CMYK50.88%62.57%0.00%
32.94%

Color #5440AB in popluar number systems.

HEX5440AB
Decimal8464171
Binary1010100100000010101011
Octal124100253

Shades and tints

Shades of #5440AB

#5440AB
(84,64,171)
#4D3B9C
(77,59,156)
#46368D
(70,54,141)
#3F317E
(63,49,126)
#382C6F
(56,44,111)
#312760
(49,39,96)
#2A2251
(42,34,81)
#231D42
(35,29,66)
#1C1833
(28,24,51)
#151324
(21,19,36)
#0E0E15
(14,14,21)
#000000
(0,0,0)

Tints of #5440AB

#5440AB
(84,64,171)
#6351B2
(99,81,178)
#7262B9
(114,98,185)
#8173C0
(129,115,192)
#9084C7
(144,132,199)
#9F95CE
(159,149,206)
#AEA6D5
(174,166,213)
#BDB7DC
(189,183,220)
#CCC8E3
(204,200,227)
#DBD9EA
(219,217,234)
#EAEAF1
(234,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5440AB color. Also use rgb(84,64,171) instead hex code.

Text Font Color

.myTextColor { color: #5440AB; }

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

This text font color is #5440AB.


Background Color

.myBgColor { background-color: #5440AB; }

<div style="background-color:#5440AB">Inner text</div>

This div background color is #5440AB.


Border color

.myBorderColor { border: 1px solid #5440AB; }

<div style="border:3px solid #5440AB">Div</div>

This div border color is #5440AB.


Opacity

.myOpacity80 { color: #5440AB; opacity: 0.8; }

<p style="color:#5440AB;opacity:0.8;">80%</p>

Text with #5440AB 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 #5440AB;}

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

This text has shadow with #5440AB color.

.textShadow {text-shadow: 3px 3px 1px #5440AB, 3px 3px 1px red;}

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

This text has shadow with #5440AB primary color and red secondary color.


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

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

This text has shadow with #5440AB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5440AB on black background.


Color preview on white background

This text has color #5440AB on white background.



Black color preview on #5440AB background

This text has black color on #5440AB background.


White color preview on #5440AB background

This text has white color on #5440AB background.