COLOR #544AA5

HEX: #544AA5 RGB: (84,74,165)

Color info

#544AA5 contains mainly blue color. Web safe color of #544AA5 is #663399 (or #639).

RGB color model

#544AA5 color RGB value is (84,74,165).

RGB: (84,74,165) (33%, 29%, 65%)

RGB channels and saturation

R 84 of 255 = 33%
G 74 of 255 = 29%
B 165 of 255 = 65%

84
74
165

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

Portions of RGB colors in percentages

R + G + B = 84 + 74 + 165 = 323 (100%)
R 84 of 323 ~ 26.01%
G 74 of 323 ~ 22.91%
B 165 of 323 ~ 51.08'%

%26.01
%22.91
%51.08

CMYK color model

#544AA5 color CMYK value is (49,55,0,35).

  • cyan value is 49.09%
  • magenta value is 55.15%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (49,55,0,35)
C49M55Y0K35 (49%, 55%, 0%, 35%)
(0.49 / 0.55 / 0.00 / 0.35)

CMYK percentages

%49.09
%55.15
%0
%35.29

Codes

Color #544AA5 in popluar color models

54 4A A5
RGB 84 74 165
HSL 247° 38.08% 46.86%
HSB/HSV 247° 55.15% 64.71%
CMYK 49.09% 55.15% 0.00%
35.29%

Color #544AA5 in popluar number systems.

HEX 54 4A A5
Decimal 84 74 165
Binary 1010100 1001010 10100101
Octal 124 112 245

Shades and tints

Shades of #544AA5

#544AA5
(84,74,165)
#4D4496
(77,68,150)
#463E87
(70,62,135)
#3F3878
(63,56,120)
#383269
(56,50,105)
#312C5A
(49,44,90)
#2A264B
(42,38,75)
#23203C
(35,32,60)
#1C1A2D
(28,26,45)
#15141E
(21,20,30)
#0E0E0F
(14,14,15)
#000000
(0,0,0)

Tints of #544AA5

#544AA5
(84,74,165)
#635AAD
(99,90,173)
#726AB5
(114,106,181)
#817ABD
(129,122,189)
#908AC5
(144,138,197)
#9F9ACD
(159,154,205)
#AEAAD5
(174,170,213)
#BDBADD
(189,186,221)
#CCCAE5
(204,202,229)
#DBDAED
(219,218,237)
#EAEAF5
(234,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #544AA5 color. Also use rgb(84,74,165) instead hex code.

Text Font Color

.myTextColor { color: #544AA5; }

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

This text font color is #544AA5.

Background Color

.myBgColor { background-color: #544AA5; }

<div style="background-color:#544AA5">Inner text</div>

This div background color is #544AA5.

Border color

.myBorderColor { border: 1px solid #544AA5; }

<div style="border:3px solid #544AA5">Div</div>

This div border color is #544AA5.

Opacity

.myOpacity80 { color: #544AA5; opacity: 0.8; }

<p style="color:#544AA5;opacity:0.8;">80%</p>

Text with #544AA5 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 #544AA5;}

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

This text has shadow with #544AA5 color.


.textShadow {text-shadow: 3px 3px 1px #544AA5', 3px 3px 1px red;}

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

This text has shadow with #544AA5 primary color and red secondary color.


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

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

This text has shadow with #544AA5 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #544AA5; -webkit-box-shadow: 1px 1px 3px 2px #544AA5; box-shadow:1px 1px 3px 2px #544AA5;">
Div content here
</div>

This div box has shadow with color #544AA5.

Preview

Color preview on black background

This text has color #544AA5 on black background.


Color preview on white background

This text has color #544AA5 on white background.


Black color preview on #544AA5 background

This text has black color on #544AA5 background.


White color preview on #544AA5 background

This text has white color on #544AA5 background.


Related colors

Complementary color

Complementary color for #hex is #ABB55A.


I love getcolorcode.com

Triadic colors

1 #A5544A and #4AA554 with #544AA5 are triadic colors.

2 #A54A54 and #4A54A5 with #544AA5 are triadic colors.