COLOR #5554AA

HEX: #5554AA RGB: (85,84,170)

Color info

#5554AA contains mainly blue color. Web safe color of #5554AA is #666699 (or #669).

RGB color model

#5554AA color RGB value is (85,84,170).

RGB: (85,84,170) (33%, 33%, 67%)

RGB channels and saturation

R 85 of 255 = 33%
G 84 of 255 = 33%
B 170 of 255 = 67%

85
84
170

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

Portions of RGB colors in percentages

R + G + B = 85 + 84 + 170 = 339 (100%)
R 85 of 339 ~ 25.07%
G 84 of 339 ~ 24.78%
B 170 of 339 ~ 50.15'%

%25.07
%24.78
%50.15

CMYK color model

#5554AA color CMYK value is (50,51,0,33).

  • cyan value is 50.00%
  • magenta value is 50.59%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (50,51,0,33) C50M51Y0K33 (50%,51%,0%,33%) (0.50/0.51/0.00/0.33) 

CMYK percentages

%50
%50.59
%0
%33.33

Codes

Color #5554AA in popluar color models

55 54 AA
RGB 85 84 170
HSL 241° 33.86% 49.80%
HSB/HSV 241° 50.59% 66.67%
CMYK 50.00% 50.59% 0.00%
33.33%

Color #5554AA in popluar number systems.

HEX 55 54 AA
Decimal 85 84 170
Binary 1010101 1010100 10101010
Octal 125 124 252

Shades and tints

Shades of #5554AA

#5554AA
(85,84,170)
#4E4D9B
(78,77,155)
#47468C
(71,70,140)
#403F7D
(64,63,125)
#39386E
(57,56,110)
#32315F
(50,49,95)
#2B2A50
(43,42,80)
#242341
(36,35,65)
#1D1C32
(29,28,50)
#161523
(22,21,35)
#0F0E14
(15,14,20)
#000000
(0,0,0)

Tints of #5554AA

#5554AA
(85,84,170)
#6463B1
(100,99,177)
#7372B8
(115,114,184)
#8281BF
(130,129,191)
#9190C6
(145,144,198)
#A09FCD
(160,159,205)
#AFAED4
(175,174,212)
#BEBDDB
(190,189,219)
#CDCCE2
(205,204,226)
#DCDBE9
(220,219,233)
#EBEAF0
(235,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5554AA; }

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

This text font color is #5554AA.

Background Color

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

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

This div background color is #5554AA.

Border color

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

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

This div border color is #5554AA.

Opacity

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

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

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

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

This text has shadow with #5554AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5554AA.

Preview

Color preview on black background

This text has color #5554AA on black background.


Color preview on white background

This text has color #5554AA on white background.


Black color preview on #5554AA background

This text has black color on #5554AA background.


White color preview on #5554AA background

This text has white color on #5554AA background.


Related colors

Complementary color

Complementary color for #hex is #AAAB55.


I love getcolorcode.com

Triadic colors

1 #AA5554 and #54AA55 with #5554AA are triadic colors.

2 #AA5455 and #5455AA with #5554AA are triadic colors.