COLOR #5285A2

HEX: #5285A2 RGB: (82,133,162)

Color info

#5285A2 contains mainly green and blue colors. Web safe color of #5285A2 is #669999 (or #699).

RGB color model

#5285A2 color RGB value is (82,133,162).

RGB: (82,133,162) (32%, 52%, 64%)

RGB channels and saturation

R 82 of 255 = 32%
G 133 of 255 = 52%
B 162 of 255 = 64%

82
133
162

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

Portions of RGB colors in percentages

R + G + B = 82 + 133 + 162 = 377 (100%)
R 82 of 377 ~ 21.75%
G 133 of 377 ~ 35.28%
B 162 of 377 ~ 42.97'%

%21.75
%35.28
%42.97

CMYK color model

#5285A2 color CMYK value is (49,18,0,36).

  • cyan value is 49.38%
  • magenta value is 17.90%
  • yellow value is 0.00%
  • key color value is 36.47%

CMYK: (49,18,0,36)
C49M18Y0K36 (49%, 18%, 0%, 36%)
(0.49 / 0.18 / 0.00 / 0.36)

CMYK percentages

%49.38
%17.9
%0
%36.47

Codes

Color #5285A2 in popluar color models

52 85 A2
RGB 82 133 162
HSL 202° 32.79% 47.84%
HSB/HSV 202° 49.38% 63.53%
CMYK 49.38% 17.90% 0.00%
36.47%

Color #5285A2 in popluar number systems.

HEX 52 85 A2
Decimal 82 133 162
Binary 1010010 10000101 10100010
Octal 122 205 242

Shades and tints

Shades of #5285A2

#5285A2
(82,133,162)
#4B7994
(75,121,148)
#446D86
(68,109,134)
#3D6178
(61,97,120)
#36556A
(54,85,106)
#2F495C
(47,73,92)
#283D4E
(40,61,78)
#213140
(33,49,64)
#1A2532
(26,37,50)
#131924
(19,25,36)
#0C0D16
(12,13,22)
#000000
(0,0,0)

Tints of #5285A2

#5285A2
(82,133,162)
#6190AA
(97,144,170)
#709BB2
(112,155,178)
#7FA6BA
(127,166,186)
#8EB1C2
(142,177,194)
#9DBCCA
(157,188,202)
#ACC7D2
(172,199,210)
#BBD2DA
(187,210,218)
#CADDE2
(202,221,226)
#D9E8EA
(217,232,234)
#E8F3F2
(232,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5285A2; }

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

This text font color is #5285A2.

Background Color

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

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

This div background color is #5285A2.

Border color

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

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

This div border color is #5285A2.

Opacity

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

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

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

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

This text has shadow with #5285A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5285A2.

Preview

Color preview on black background

This text has color #5285A2 on black background.


Color preview on white background

This text has color #5285A2 on white background.


Black color preview on #5285A2 background

This text has black color on #5285A2 background.


White color preview on #5285A2 background

This text has white color on #5285A2 background.


Related colors

Complementary color

Complementary color for #hex is #AD7A5D.


I love getcolorcode.com

Triadic colors

1 #A25285 and #85A252 with #5285A2 are triadic colors.

2 #A28552 and #8552A2 with #5285A2 are triadic colors.