COLOR #5437AA

HEX: #5437AA RGB: (84,55,170)

Color info

#5437AA contains mainly blue color. Web safe color of #5437AA is #663399 (or #639).

RGB color model

#5437AA color RGB value is (84,55,170).

RGB: (84,55,170) (33%, 22%, 67%)

RGB channels and saturation

R 84 of 255 = 33%
G 55 of 255 = 22%
B 170 of 255 = 67%

84
55
170

R + G + B ~ 41%. #5437AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 84 + 55 + 170 = 309 (100%)
R 84 of 309 ~ 27.18%
G 55 of 309 ~ 17.8%
B 170 of 309 ~ 55.02'%

%27.18
%17.8
%55.02

CMYK color model

#5437AA color CMYK value is (51,68,0,33).

  • cyan value is 50.59%
  • magenta value is 67.65%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (51,68,0,33)
C51M68Y0K33 (51%, 68%, 0%, 33%)
(0.51 / 0.68 / 0.00 / 0.33)

CMYK percentages

%50.59
%67.65
%0
%33.33

Codes

Color #5437AA in popluar color models

54 37 AA
RGB 84 55 170
HSL 255° 51.11% 44.12%
HSB/HSV 255° 67.65% 66.67%
CMYK 50.59% 67.65% 0.00%
33.33%

Color #5437AA in popluar number systems.

HEX 54 37 AA
Decimal 84 55 170
Binary 1010100 110111 10101010
Octal 124 67 252

Shades and tints

Shades of #5437AA

#5437AA
(84,55,170)
#4D329B
(77,50,155)
#462D8C
(70,45,140)
#3F287D
(63,40,125)
#38236E
(56,35,110)
#311E5F
(49,30,95)
#2A1950
(42,25,80)
#231441
(35,20,65)
#1C0F32
(28,15,50)
#150A23
(21,10,35)
#0E0514
(14,5,20)
#000000
(0,0,0)

Tints of #5437AA

#5437AA
(84,55,170)
#6349B1
(99,73,177)
#725BB8
(114,91,184)
#816DBF
(129,109,191)
#907FC6
(144,127,198)
#9F91CD
(159,145,205)
#AEA3D4
(174,163,212)
#BDB5DB
(189,181,219)
#CCC7E2
(204,199,226)
#DBD9E9
(219,217,233)
#EAEBF0
(234,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5437AA color. Also use rgb(84,55,170) instead hex code.

Text Font Color

.myTextColor { color: #5437AA; }

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

This text font color is #5437AA.

Background Color

.myBgColor { background-color: #5437AA; }

<div style="background-color:#5437AA">Inner text</div>

This div background color is #5437AA.

Border color

.myBorderColor { border: 1px solid #5437AA; }

<div style="border:3px solid #5437AA">Div</div>

This div border color is #5437AA.

Opacity

.myOpacity80 { color: #5437AA; opacity: 0.8; }

<p style="color:#5437AA;opacity:0.8;">80%</p>

Text with #5437AA 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 #5437AA;}

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

This text has shadow with #5437AA color.


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

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

This text has shadow with #5437AA primary color and red secondary color.


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

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

This text has shadow with #5437AA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5437AA.

Preview

Color preview on black background

This text has color #5437AA on black background.


Color preview on white background

This text has color #5437AA on white background.


Black color preview on #5437AA background

This text has black color on #5437AA background.


White color preview on #5437AA background

This text has white color on #5437AA background.


Related colors

Complementary color

Complementary color for #hex is #ABC855.


I love getcolorcode.com

Triadic colors

1 #AA5437 and #37AA54 with #5437AA are triadic colors.

2 #AA3754 and #3754AA with #5437AA are triadic colors.