COLOR #5052A6

HEX: #5052A6
RGB: (80,82,166)

Color info

#5052A6 contains mainly blue color. Web safe color of #5052A6 is #666699 (or #669).

RGB color model

#5052A6 color RGB value is (80,82,166).

  • red value is 80;
  • green value is 82;
  • blue value is 166.
RGB:
(80,82,166)
(31%,32%,65%)

RGB channels and saturation

R 80 of 255 = 31%
G 82 of 255 = 32%
B 166 of 255 = 65%

80
82
166

R + G + B ~ 43%. #5052A6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 82 + 166 = 328 (100%)
R 80 of 328 ~ 24.39%
G 82 of 328 ~ 25%
B 166 of 328 ~ 50.61%

%24.39
%25
%50.61

CMYK color model

#5052A6 color CMYK value is (52,51,0,35).

  • cyan value is 51.81%
  • magenta value is 50.60%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(52,51,0,35)
C52M51Y0K35 
(52%,51%,0%,35%)
(0.52/0.51/0.00/0.35)	

CMYK percentages

%51.81
%50.6
%0
%34.9

Codes

Color #5052A6 in popluar color models

5052A6
RGB8082166
HSL239°34.96%48.24%
HSB/HSV239°51.81%65.10%
CMYK51.81%50.60%0.00%
34.90%

Color #5052A6 in popluar number systems.

HEX5052A6
Decimal8082166
Binary1010000101001010100110
Octal120122246

Shades and tints

Shades of #5052A6

#5052A6
(80,82,166)
#494B97
(73,75,151)
#424488
(66,68,136)
#3B3D79
(59,61,121)
#34366A
(52,54,106)
#2D2F5B
(45,47,91)
#26284C
(38,40,76)
#1F213D
(31,33,61)
#181A2E
(24,26,46)
#11131F
(17,19,31)
#0A0C10
(10,12,16)
#000000
(0,0,0)

Tints of #5052A6

#5052A6
(80,82,166)
#5F61AE
(95,97,174)
#6E70B6
(110,112,182)
#7D7FBE
(125,127,190)
#8C8EC6
(140,142,198)
#9B9DCE
(155,157,206)
#AAACD6
(170,172,214)
#B9BBDE
(185,187,222)
#C8CAE6
(200,202,230)
#D7D9EE
(215,217,238)
#E6E8F6
(230,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5052A6 color. Also use rgb(80,82,166) instead hex code.

Text Font Color

.myTextColor { color: #5052A6; }

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

This text font color is #5052A6.


Background Color

.myBgColor { background-color: #5052A6; }

<div style="background-color:#5052A6">Inner text</div>

This div background color is #5052A6.


Border color

.myBorderColor { border: 1px solid #5052A6; }

<div style="border:3px solid #5052A6">Div</div>

This div border color is #5052A6.


Opacity

.myOpacity80 { color: #5052A6; opacity: 0.8; }

<p style="color:#5052A6;opacity:0.8;">80%</p>

Text with #5052A6 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 #5052A6;}

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

This text has shadow with #5052A6 color.

.textShadow {text-shadow: 3px 3px 1px #5052A6, 3px 3px 1px red;}

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

This text has shadow with #5052A6 primary color and red secondary color.


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

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

This text has shadow with #5052A6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5052A6 on black background.


Color preview on white background

This text has color #5052A6 on white background.



Black color preview on #5052A6 background

This text has black color on #5052A6 background.


White color preview on #5052A6 background

This text has white color on #5052A6 background.