COLOR #5271A2

HEX: #5271A2
RGB: (82,113,162)

Color info

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

RGB color model

#5271A2 color RGB value is (82,113,162).

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

RGB channels and saturation

R 82 of 255 = 32%
G 113 of 255 = 44%
B 162 of 255 = 64%

82
113
162

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

Portions of RGB colors in percentages

R + G + B =
82 + 113 + 162 = 357 (100%)
R 82 of 357 ~ 22.97%
G 113 of 357 ~ 31.65%
B 162 of 357 ~ 45.38%

%22.97
%31.65
%45.38

CMYK color model

#5271A2 color CMYK value is (49,30,0,36).

  • cyan value is 49.38%
  • magenta value is 30.25%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(49,30,0,36)
C49M30Y0K36 
(49%,30%,0%,36%)
(0.49/0.30/0.00/0.36)	

CMYK percentages

%49.38
%30.25
%0
%36.47

Codes

Color #5271A2 in popluar color models

5271A2
RGB82113162
HSL217°32.79%47.84%
HSB/HSV217°49.38%63.53%
CMYK49.38%30.25%0.00%
36.47%

Color #5271A2 in popluar number systems.

HEX5271A2
Decimal82113162
Binary1010010111000110100010
Octal122161242

Shades and tints

Shades of #5271A2

#5271A2
(82,113,162)
#4B6794
(75,103,148)
#445D86
(68,93,134)
#3D5378
(61,83,120)
#36496A
(54,73,106)
#2F3F5C
(47,63,92)
#28354E
(40,53,78)
#212B40
(33,43,64)
#1A2132
(26,33,50)
#131724
(19,23,36)
#0C0D16
(12,13,22)
#000000
(0,0,0)

Tints of #5271A2

#5271A2
(82,113,162)
#617DAA
(97,125,170)
#7089B2
(112,137,178)
#7F95BA
(127,149,186)
#8EA1C2
(142,161,194)
#9DADCA
(157,173,202)
#ACB9D2
(172,185,210)
#BBC5DA
(187,197,218)
#CAD1E2
(202,209,226)
#D9DDEA
(217,221,234)
#E8E9F2
(232,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5271A2; }

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

This text font color is #5271A2.


Background Color

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

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

This div background color is #5271A2.


Border color

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

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

This div border color is #5271A2.


Opacity

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

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

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

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

This text has shadow with #5271A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5271A2 on black background.


Color preview on white background

This text has color #5271A2 on white background.



Black color preview on #5271A2 background

This text has black color on #5271A2 background.


White color preview on #5271A2 background

This text has white color on #5271A2 background.