COLOR #5274AA

HEX: #5274AA RGB: (82,116,170)

Color info

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

RGB color model

#5274AA color RGB value is (82,116,170).

RGB: (82,116,170) (32%, 45%, 67%)

RGB channels and saturation

R 82 of 255 = 32%
G 116 of 255 = 45%
B 170 of 255 = 67%

82
116
170

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

Portions of RGB colors in percentages

R + G + B = 82 + 116 + 170 = 368 (100%)
R 82 of 368 ~ 22.28%
G 116 of 368 ~ 31.52%
B 170 of 368 ~ 46.2'%

%22.28
%31.52
%46.2

CMYK color model

#5274AA color CMYK value is (52,32,0,33).

  • cyan value is 51.76%
  • magenta value is 31.76%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (52,32,0,33)
C52M32Y0K33 (52%, 32%, 0%, 33%)
(0.52 / 0.32 / 0.00 / 0.33)

CMYK percentages

%51.76
%31.76
%0
%33.33

Codes

Color #5274AA in popluar color models

52 74 AA
RGB 82 116 170
HSL 217° 34.92% 49.41%
HSB/HSV 217° 51.76% 66.67%
CMYK 51.76% 31.76% 0.00%
33.33%

Color #5274AA in popluar number systems.

HEX 52 74 AA
Decimal 82 116 170
Binary 1010010 1110100 10101010
Octal 122 164 252

Shades and tints

Shades of #5274AA

#5274AA
(82,116,170)
#4B6A9B
(75,106,155)
#44608C
(68,96,140)
#3D567D
(61,86,125)
#364C6E
(54,76,110)
#2F425F
(47,66,95)
#283850
(40,56,80)
#212E41
(33,46,65)
#1A2432
(26,36,50)
#131A23
(19,26,35)
#0C1014
(12,16,20)
#000000
(0,0,0)

Tints of #5274AA

#5274AA
(82,116,170)
#6180B1
(97,128,177)
#708CB8
(112,140,184)
#7F98BF
(127,152,191)
#8EA4C6
(142,164,198)
#9DB0CD
(157,176,205)
#ACBCD4
(172,188,212)
#BBC8DB
(187,200,219)
#CAD4E2
(202,212,226)
#D9E0E9
(217,224,233)
#E8ECF0
(232,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5274AA color. Also use rgb(82,116,170) instead hex code.

Text Font Color

.myTextColor { color: #5274AA; }

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

This text font color is #5274AA.

Background Color

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

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

This div background color is #5274AA.

Border color

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

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

This div border color is #5274AA.

Opacity

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

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

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

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

This text has shadow with #5274AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5274AA.

Preview

Color preview on black background

This text has color #5274AA on black background.


Color preview on white background

This text has color #5274AA on white background.


Black color preview on #5274AA background

This text has black color on #5274AA background.


White color preview on #5274AA background

This text has white color on #5274AA background.


Related colors

Complementary color

Complementary color for #hex is #AD8B55.


I love getcolorcode.com

Triadic colors

1 #AA5274 and #74AA52 with #5274AA are triadic colors.

2 #AA7452 and #7452AA with #5274AA are triadic colors.