COLOR #5074AA

HEX: #5074AA RGB: (80,116,170)

Color info

#5074AA contains mainly green and blue colors. Web safe color of #5074AA is #666699 (or #669).

RGB color model

#5074AA color RGB value is (80,116,170).

RGB: (80,116,170) (31%, 45%, 67%)

RGB channels and saturation

R 80 of 255 = 31%
G 116 of 255 = 45%
B 170 of 255 = 67%

80
116
170

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

Portions of RGB colors in percentages

R + G + B = 80 + 116 + 170 = 366 (100%)
R 80 of 366 ~ 21.86%
G 116 of 366 ~ 31.69%
B 170 of 366 ~ 46.45'%

%21.86
%31.69
%46.45

CMYK color model

#5074AA color CMYK value is (53,32,0,33).

  • cyan value is 52.94%
  • magenta value is 31.76%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (53,32,0,33)
C53M32Y0K33 (53%, 32%, 0%, 33%)
(0.53 / 0.32 / 0.00 / 0.33)

CMYK percentages

%52.94
%31.76
%0
%33.33

Codes

Color #5074AA in popluar color models

50 74 AA
RGB 80 116 170
HSL 216° 36.00% 49.02%
HSB/HSV 216° 52.94% 66.67%
CMYK 52.94% 31.76% 0.00%
33.33%

Color #5074AA in popluar number systems.

HEX 50 74 AA
Decimal 80 116 170
Binary 1010000 1110100 10101010
Octal 120 164 252

Shades and tints

Shades of #5074AA

#5074AA
(80,116,170)
#496A9B
(73,106,155)
#42608C
(66,96,140)
#3B567D
(59,86,125)
#344C6E
(52,76,110)
#2D425F
(45,66,95)
#263850
(38,56,80)
#1F2E41
(31,46,65)
#182432
(24,36,50)
#111A23
(17,26,35)
#0A1014
(10,16,20)
#000000
(0,0,0)

Tints of #5074AA

#5074AA
(80,116,170)
#5F80B1
(95,128,177)
#6E8CB8
(110,140,184)
#7D98BF
(125,152,191)
#8CA4C6
(140,164,198)
#9BB0CD
(155,176,205)
#AABCD4
(170,188,212)
#B9C8DB
(185,200,219)
#C8D4E2
(200,212,226)
#D7E0E9
(215,224,233)
#E6ECF0
(230,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5074AA; }

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

This text font color is #5074AA.

Background Color

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

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

This div background color is #5074AA.

Border color

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

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

This div border color is #5074AA.

Opacity

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

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

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

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

This text has shadow with #5074AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5074AA.

Preview

Color preview on black background

This text has color #5074AA on black background.


Color preview on white background

This text has color #5074AA on white background.


Black color preview on #5074AA background

This text has black color on #5074AA background.


White color preview on #5074AA background

This text has white color on #5074AA background.


Related colors

Complementary color

Complementary color for #hex is #AF8B55.


I love getcolorcode.com

Triadic colors

1 #AA5074 and #74AA50 with #5074AA are triadic colors.

2 #AA7450 and #7450AA with #5074AA are triadic colors.