COLOR #5551AC

HEX: #5551AC
RGB: (85,81,172)

Color info

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

RGB color model

#5551AC color RGB value is (85,81,172).

  • red value is 85;
  • green value is 81;
  • blue value is 172.
RGB:
(85,81,172)
(33%,32%,67%)

RGB channels and saturation

R 85 of 255 = 33%
G 81 of 255 = 32%
B 172 of 255 = 67%

85
81
172

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

Portions of RGB colors in percentages

R + G + B =
85 + 81 + 172 = 338 (100%)
R 85 of 338 ~ 25.15%
G 81 of 338 ~ 23.96%
B 172 of 338 ~ 50.89%

%25.15
%23.96
%50.89

CMYK color model

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

  • cyan value is 50.58%
  • magenta value is 52.91%
  • 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
%52.91
%0
%32.55

Codes

Color #5551AC in popluar color models

5551AC
RGB8581172
HSL243°35.97%49.61%
HSB/HSV243°52.91%67.45%
CMYK50.58%52.91%0.00%
32.55%

Color #5551AC in popluar number systems.

HEX5551AC
Decimal8581172
Binary1010101101000110101100
Octal125121254

Shades and tints

Shades of #5551AC

#5551AC
(85,81,172)
#4E4A9D
(78,74,157)
#47438E
(71,67,142)
#403C7F
(64,60,127)
#393570
(57,53,112)
#322E61
(50,46,97)
#2B2752
(43,39,82)
#242043
(36,32,67)
#1D1934
(29,25,52)
#161225
(22,18,37)
#0F0B16
(15,11,22)
#000000
(0,0,0)

Tints of #5551AC

#5551AC
(85,81,172)
#6460B3
(100,96,179)
#736FBA
(115,111,186)
#827EC1
(130,126,193)
#918DC8
(145,141,200)
#A09CCF
(160,156,207)
#AFABD6
(175,171,214)
#BEBADD
(190,186,221)
#CDC9E4
(205,201,228)
#DCD8EB
(220,216,235)
#EBE7F2
(235,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5551AC; }

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

This text font color is #5551AC.


Background Color

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

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

This div background color is #5551AC.


Border color

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

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

This div border color is #5551AC.


Opacity

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

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

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

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

This text has shadow with #5551AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5551AC on black background.


Color preview on white background

This text has color #5551AC on white background.



Black color preview on #5551AC background

This text has black color on #5551AC background.


White color preview on #5551AC background

This text has white color on #5551AC background.