COLOR #5550AC

HEX: #5550AC RGB: (85,80,172)

Color info

#5550AC contains mainly blue color. Web safe color of #5550AC is #666699 (or #669).

RGB color model

#5550AC color RGB value is (85,80,172).

RGB: (85,80,172) (33%, 31%, 67%)

RGB channels and saturation

R 85 of 255 = 33%
G 80 of 255 = 31%
B 172 of 255 = 67%

85
80
172

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

Portions of RGB colors in percentages

R + G + B = 85 + 80 + 172 = 337 (100%)
R 85 of 337 ~ 25.22%
G 80 of 337 ~ 23.74%
B 172 of 337 ~ 51.04'%

%25.22
%23.74
%51.04

CMYK color model

#5550AC color CMYK value is (51,53,0,33).

  • cyan value is 50.58%
  • magenta value is 53.49%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (51,53,0,33)
C51M53Y0K33 (51%, 53%, 0%, 33%)
(0.51 / 0.53 / 0.00 / 0.33)

CMYK percentages

%50.58
%53.49
%0
%32.55

Codes

Color #5550AC in popluar color models

55 50 AC
RGB 85 80 172
HSL 243° 36.51% 49.41%
HSB/HSV 243° 53.49% 67.45%
CMYK 50.58% 53.49% 0.00%
32.55%

Color #5550AC in popluar number systems.

HEX 55 50 AC
Decimal 85 80 172
Binary 1010101 1010000 10101100
Octal 125 120 254

Shades and tints

Shades of #5550AC

#5550AC
(85,80,172)
#4E499D
(78,73,157)
#47428E
(71,66,142)
#403B7F
(64,59,127)
#393470
(57,52,112)
#322D61
(50,45,97)
#2B2652
(43,38,82)
#241F43
(36,31,67)
#1D1834
(29,24,52)
#161125
(22,17,37)
#0F0A16
(15,10,22)
#000000
(0,0,0)

Tints of #5550AC

#5550AC
(85,80,172)
#645FB3
(100,95,179)
#736EBA
(115,110,186)
#827DC1
(130,125,193)
#918CC8
(145,140,200)
#A09BCF
(160,155,207)
#AFAAD6
(175,170,214)
#BEB9DD
(190,185,221)
#CDC8E4
(205,200,228)
#DCD7EB
(220,215,235)
#EBE6F2
(235,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5550AC color. Also use rgb(85,80,172) instead hex code.

Text Font Color

.myTextColor { color: #5550AC; }

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

This text font color is #5550AC.

Background Color

.myBgColor { background-color: #5550AC; }

<div style="background-color:#5550AC">Inner text</div>

This div background color is #5550AC.

Border color

.myBorderColor { border: 1px solid #5550AC; }

<div style="border:3px solid #5550AC">Div</div>

This div border color is #5550AC.

Opacity

.myOpacity80 { color: #5550AC; opacity: 0.8; }

<p style="color:#5550AC;opacity:0.8;">80%</p>

Text with #5550AC 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 #5550AC;}

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

This text has shadow with #5550AC color.


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

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

This text has shadow with #5550AC primary color and red secondary color.


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

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

This text has shadow with #5550AC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5550AC.

Preview

Color preview on black background

This text has color #5550AC on black background.


Color preview on white background

This text has color #5550AC on white background.


Black color preview on #5550AC background

This text has black color on #5550AC background.


White color preview on #5550AC background

This text has white color on #5550AC background.


Related colors

Complementary color

Complementary color for #hex is #AAAF53.


I love getcolorcode.com

Triadic colors

1 #AC5550 and #50AC55 with #5550AC are triadic colors.

2 #AC5055 and #5055AC with #5550AC are triadic colors.