COLOR #5062AA

HEX: #5062AA
RGB: (80,98,170)

Color info

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

RGB color model

#5062AA color RGB value is (80,98,170).

  • red value is 80;
  • green value is 98;
  • blue value is 170.
RGB:
(80,98,170)
(31%,38%,67%)

RGB channels and saturation

R 80 of 255 = 31%
G 98 of 255 = 38%
B 170 of 255 = 67%

80
98
170

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

Portions of RGB colors in percentages

R + G + B =
80 + 98 + 170 = 348 (100%)
R 80 of 348 ~ 22.99%
G 98 of 348 ~ 28.16%
B 170 of 348 ~ 48.85%

%22.99
%28.16
%48.85

CMYK color model

#5062AA color CMYK value is (53,42,0,33).

  • cyan value is 52.94%
  • magenta value is 42.35%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(53,42,0,33)
C53M42Y0K33 
(53%,42%,0%,33%)
(0.53/0.42/0.00/0.33)	

CMYK percentages

%52.94
%42.35
%0
%33.33

Codes

Color #5062AA in popluar color models

5062AA
RGB8098170
HSL228°36.00%49.02%
HSB/HSV228°52.94%66.67%
CMYK52.94%42.35%0.00%
33.33%

Color #5062AA in popluar number systems.

HEX5062AA
Decimal8098170
Binary1010000110001010101010
Octal120142252

Shades and tints

Shades of #5062AA

#5062AA
(80,98,170)
#495A9B
(73,90,155)
#42528C
(66,82,140)
#3B4A7D
(59,74,125)
#34426E
(52,66,110)
#2D3A5F
(45,58,95)
#263250
(38,50,80)
#1F2A41
(31,42,65)
#182232
(24,34,50)
#111A23
(17,26,35)
#0A1214
(10,18,20)
#000000
(0,0,0)

Tints of #5062AA

#5062AA
(80,98,170)
#5F70B1
(95,112,177)
#6E7EB8
(110,126,184)
#7D8CBF
(125,140,191)
#8C9AC6
(140,154,198)
#9BA8CD
(155,168,205)
#AAB6D4
(170,182,212)
#B9C4DB
(185,196,219)
#C8D2E2
(200,210,226)
#D7E0E9
(215,224,233)
#E6EEF0
(230,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5062AA color. Also use rgb(80,98,170) instead hex code.

Text Font Color

.myTextColor { color: #5062AA; }

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

This text font color is #5062AA.


Background Color

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

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

This div background color is #5062AA.


Border color

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

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

This div border color is #5062AA.


Opacity

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

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

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

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

This text has shadow with #5062AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5062AA on black background.


Color preview on white background

This text has color #5062AA on white background.



Black color preview on #5062AA background

This text has black color on #5062AA background.


White color preview on #5062AA background

This text has white color on #5062AA background.