COLOR #5044A9

HEX: #5044A9
RGB: (80,68,169)

Color info

#5044A9 contains mainly blue color. Web safe color of #5044A9 is #663399 (or #639).

RGB color model

#5044A9 color RGB value is (80,68,169).

  • red value is 80;
  • green value is 68;
  • blue value is 169.
RGB:
(80,68,169)
(31%,27%,66%)

RGB channels and saturation

R 80 of 255 = 31%
G 68 of 255 = 27%
B 169 of 255 = 66%

80
68
169

R + G + B ~ 41%. #5044A9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 68 + 169 = 317 (100%)
R 80 of 317 ~ 25.24%
G 68 of 317 ~ 21.45%
B 169 of 317 ~ 53.31%

%25.24
%21.45
%53.31

CMYK color model

#5044A9 color CMYK value is (53,60,0,34).

  • cyan value is 52.66%
  • magenta value is 59.76%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(53,60,0,34)
C53M60Y0K34 
(53%,60%,0%,34%)
(0.53/0.60/0.00/0.34)	

CMYK percentages

%52.66
%59.76
%0
%33.73

Codes

Color #5044A9 in popluar color models

5044A9
RGB8068169
HSL247°42.62%46.47%
HSB/HSV247°59.76%66.27%
CMYK52.66%59.76%0.00%
33.73%

Color #5044A9 in popluar number systems.

HEX5044A9
Decimal8068169
Binary1010000100010010101001
Octal120104251

Shades and tints

Shades of #5044A9

#5044A9
(80,68,169)
#493E9A
(73,62,154)
#42388B
(66,56,139)
#3B327C
(59,50,124)
#342C6D
(52,44,109)
#2D265E
(45,38,94)
#26204F
(38,32,79)
#1F1A40
(31,26,64)
#181431
(24,20,49)
#110E22
(17,14,34)
#0A0813
(10,8,19)
#000000
(0,0,0)

Tints of #5044A9

#5044A9
(80,68,169)
#5F55B0
(95,85,176)
#6E66B7
(110,102,183)
#7D77BE
(125,119,190)
#8C88C5
(140,136,197)
#9B99CC
(155,153,204)
#AAAAD3
(170,170,211)
#B9BBDA
(185,187,218)
#C8CCE1
(200,204,225)
#D7DDE8
(215,221,232)
#E6EEEF
(230,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5044A9 color. Also use rgb(80,68,169) instead hex code.

Text Font Color

.myTextColor { color: #5044A9; }

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

This text font color is #5044A9.


Background Color

.myBgColor { background-color: #5044A9; }

<div style="background-color:#5044A9">Inner text</div>

This div background color is #5044A9.


Border color

.myBorderColor { border: 1px solid #5044A9; }

<div style="border:3px solid #5044A9">Div</div>

This div border color is #5044A9.


Opacity

.myOpacity80 { color: #5044A9; opacity: 0.8; }

<p style="color:#5044A9;opacity:0.8;">80%</p>

Text with #5044A9 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 #5044A9;}

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

This text has shadow with #5044A9 color.

.textShadow {text-shadow: 3px 3px 1px #5044A9, 3px 3px 1px red;}

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

This text has shadow with #5044A9 primary color and red secondary color.


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

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

This text has shadow with #5044A9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5044A9 on black background.


Color preview on white background

This text has color #5044A9 on white background.



Black color preview on #5044A9 background

This text has black color on #5044A9 background.


White color preview on #5044A9 background

This text has white color on #5044A9 background.