COLOR #5082A2

HEX: #5082A2
RGB: (80,130,162)

Color info

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

RGB color model

#5082A2 color RGB value is (80,130,162).

  • red value is 80;
  • green value is 130;
  • blue value is 162.
RGB:
(80,130,162)
(31%,51%,64%)

RGB channels and saturation

R 80 of 255 = 31%
G 130 of 255 = 51%
B 162 of 255 = 64%

80
130
162

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

Portions of RGB colors in percentages

R + G + B =
80 + 130 + 162 = 372 (100%)
R 80 of 372 ~ 21.51%
G 130 of 372 ~ 34.95%
B 162 of 372 ~ 43.55%

%21.51
%34.95
%43.55

CMYK color model

#5082A2 color CMYK value is (51,20,0,36).

  • cyan value is 50.62%
  • magenta value is 19.75%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(51,20,0,36)
C51M20Y0K36 
(51%,20%,0%,36%)
(0.51/0.20/0.00/0.36)	

CMYK percentages

%50.62
%19.75
%0
%36.47

Codes

Color #5082A2 in popluar color models

5082A2
RGB80130162
HSL203°33.88%47.45%
HSB/HSV203°50.62%63.53%
CMYK50.62%19.75%0.00%
36.47%

Color #5082A2 in popluar number systems.

HEX5082A2
Decimal80130162
Binary10100001000001010100010
Octal120202242

Shades and tints

Shades of #5082A2

#5082A2
(80,130,162)
#497794
(73,119,148)
#426C86
(66,108,134)
#3B6178
(59,97,120)
#34566A
(52,86,106)
#2D4B5C
(45,75,92)
#26404E
(38,64,78)
#1F3540
(31,53,64)
#182A32
(24,42,50)
#111F24
(17,31,36)
#0A1416
(10,20,22)
#000000
(0,0,0)

Tints of #5082A2

#5082A2
(80,130,162)
#5F8DAA
(95,141,170)
#6E98B2
(110,152,178)
#7DA3BA
(125,163,186)
#8CAEC2
(140,174,194)
#9BB9CA
(155,185,202)
#AAC4D2
(170,196,210)
#B9CFDA
(185,207,218)
#C8DAE2
(200,218,226)
#D7E5EA
(215,229,234)
#E6F0F2
(230,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5082A2 color. Also use rgb(80,130,162) instead hex code.

Text Font Color

.myTextColor { color: #5082A2; }

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

This text font color is #5082A2.


Background Color

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

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

This div background color is #5082A2.


Border color

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

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

This div border color is #5082A2.


Opacity

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

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

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

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

This text has shadow with #5082A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5082A2 on black background.


Color preview on white background

This text has color #5082A2 on white background.



Black color preview on #5082A2 background

This text has black color on #5082A2 background.


White color preview on #5082A2 background

This text has white color on #5082A2 background.