COLOR #5260AA

HEX: #5260AA RGB: (82,96,170)

Color info

#5260AA contains mainly blue color. Web safe color of #5260AA is #666699 (or #669).

RGB color model

#5260AA color RGB value is (82,96,170).

RGB: (82,96,170) (32%, 38%, 67%)

RGB channels and saturation

R 82 of 255 = 32%
G 96 of 255 = 38%
B 170 of 255 = 67%

82
96
170

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

Portions of RGB colors in percentages

R + G + B = 82 + 96 + 170 = 348 (100%)
R 82 of 348 ~ 23.56%
G 96 of 348 ~ 27.59%
B 170 of 348 ~ 48.85'%

%23.56
%27.59
%48.85

CMYK color model

#5260AA color CMYK value is (52,44,0,33).

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

CMYK: (52,44,0,33)
C52M44Y0K33 (52%, 44%, 0%, 33%)
(0.52 / 0.44 / 0.00 / 0.33)

CMYK percentages

%51.76
%43.53
%0
%33.33

Codes

Color #5260AA in popluar color models

52 60 AA
RGB 82 96 170
HSL 230° 34.92% 49.41%
HSB/HSV 230° 51.76% 66.67%
CMYK 51.76% 43.53% 0.00%
33.33%

Color #5260AA in popluar number systems.

HEX 52 60 AA
Decimal 82 96 170
Binary 1010010 1100000 10101010
Octal 122 140 252

Shades and tints

Shades of #5260AA

#5260AA
(82,96,170)
#4B589B
(75,88,155)
#44508C
(68,80,140)
#3D487D
(61,72,125)
#36406E
(54,64,110)
#2F385F
(47,56,95)
#283050
(40,48,80)
#212841
(33,40,65)
#1A2032
(26,32,50)
#131823
(19,24,35)
#0C1014
(12,16,20)
#000000
(0,0,0)

Tints of #5260AA

#5260AA
(82,96,170)
#616EB1
(97,110,177)
#707CB8
(112,124,184)
#7F8ABF
(127,138,191)
#8E98C6
(142,152,198)
#9DA6CD
(157,166,205)
#ACB4D4
(172,180,212)
#BBC2DB
(187,194,219)
#CAD0E2
(202,208,226)
#D9DEE9
(217,222,233)
#E8ECF0
(232,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5260AA; }

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

This text font color is #5260AA.

Background Color

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

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

This div background color is #5260AA.

Border color

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

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

This div border color is #5260AA.

Opacity

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

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

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

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

This text has shadow with #5260AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5260AA.

Preview

Color preview on black background

This text has color #5260AA on black background.


Color preview on white background

This text has color #5260AA on white background.


Black color preview on #5260AA background

This text has black color on #5260AA background.


White color preview on #5260AA background

This text has white color on #5260AA background.


Related colors

Complementary color

Complementary color for #hex is #AD9F55.


I love getcolorcode.com

Triadic colors

1 #AA5260 and #60AA52 with #5260AA are triadic colors.

2 #AA6052 and #6052AA with #5260AA are triadic colors.