COLOR #5271AC

HEX: #5271AC
RGB: (82,113,172)

Color info

#5271AC contains mainly green and blue colors. Web safe color of #5271AC is #666699 (or #669).

RGB color model

#5271AC color RGB value is (82,113,172).

  • red value is 82;
  • green value is 113;
  • blue value is 172.
RGB:
(82,113,172)
(32%,44%,67%)

RGB channels and saturation

R 82 of 255 = 32%
G 113 of 255 = 44%
B 172 of 255 = 67%

82
113
172

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

Portions of RGB colors in percentages

R + G + B =
82 + 113 + 172 = 367 (100%)
R 82 of 367 ~ 22.34%
G 113 of 367 ~ 30.79%
B 172 of 367 ~ 46.87%

%22.34
%30.79
%46.87

CMYK color model

#5271AC color CMYK value is (52,34,0,33).

  • cyan value is 52.33%
  • magenta value is 34.30%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(52,34,0,33)
C52M34Y0K33 
(52%,34%,0%,33%)
(0.52/0.34/0.00/0.33)	

CMYK percentages

%52.33
%34.3
%0
%32.55

Codes

Color #5271AC in popluar color models

5271AC
RGB82113172
HSL219°35.43%49.80%
HSB/HSV219°52.33%67.45%
CMYK52.33%34.30%0.00%
32.55%

Color #5271AC in popluar number systems.

HEX5271AC
Decimal82113172
Binary1010010111000110101100
Octal122161254

Shades and tints

Shades of #5271AC

#5271AC
(82,113,172)
#4B679D
(75,103,157)
#445D8E
(68,93,142)
#3D537F
(61,83,127)
#364970
(54,73,112)
#2F3F61
(47,63,97)
#283552
(40,53,82)
#212B43
(33,43,67)
#1A2134
(26,33,52)
#131725
(19,23,37)
#0C0D16
(12,13,22)
#000000
(0,0,0)

Tints of #5271AC

#5271AC
(82,113,172)
#617DB3
(97,125,179)
#7089BA
(112,137,186)
#7F95C1
(127,149,193)
#8EA1C8
(142,161,200)
#9DADCF
(157,173,207)
#ACB9D6
(172,185,214)
#BBC5DD
(187,197,221)
#CAD1E4
(202,209,228)
#D9DDEB
(217,221,235)
#E8E9F2
(232,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5271AC color. Also use rgb(82,113,172) instead hex code.

Text Font Color

.myTextColor { color: #5271AC; }

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

This text font color is #5271AC.


Background Color

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

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

This div background color is #5271AC.


Border color

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

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

This div border color is #5271AC.


Opacity

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

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

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

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

This text has shadow with #5271AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5271AC on black background.


Color preview on white background

This text has color #5271AC on white background.



Black color preview on #5271AC background

This text has black color on #5271AC background.


White color preview on #5271AC background

This text has white color on #5271AC background.