COLOR #507AA9

HEX: #507AA9 RGB: (80,122,169)

Color info

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

RGB color model

#507AA9 color RGB value is (80,122,169).

RGB: (80,122,169) (31%, 48%, 66%)

RGB channels and saturation

R 80 of 255 = 31%
G 122 of 255 = 48%
B 169 of 255 = 66%

80
122
169

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

Portions of RGB colors in percentages

R + G + B = 80 + 122 + 169 = 371 (100%)
R 80 of 371 ~ 21.56%
G 122 of 371 ~ 32.88%
B 169 of 371 ~ 45.55'%

%21.56
%32.88
%45.55

CMYK color model

#507AA9 color CMYK value is (53,28,0,34).

  • cyan value is 52.66%
  • magenta value is 27.81%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (53,28,0,34)
C53M28Y0K34 (53%, 28%, 0%, 34%)
(0.53 / 0.28 / 0.00 / 0.34)

CMYK percentages

%52.66
%27.81
%0
%33.73

Codes

Color #507AA9 in popluar color models

50 7A A9
RGB 80 122 169
HSL 212° 35.74% 48.82%
HSB/HSV 212° 52.66% 66.27%
CMYK 52.66% 27.81% 0.00%
33.73%

Color #507AA9 in popluar number systems.

HEX 50 7A A9
Decimal 80 122 169
Binary 1010000 1111010 10101001
Octal 120 172 251

Shades and tints

Shades of #507AA9

#507AA9
(80,122,169)
#496F9A
(73,111,154)
#42648B
(66,100,139)
#3B597C
(59,89,124)
#344E6D
(52,78,109)
#2D435E
(45,67,94)
#26384F
(38,56,79)
#1F2D40
(31,45,64)
#182231
(24,34,49)
#111722
(17,23,34)
#0A0C13
(10,12,19)
#000000
(0,0,0)

Tints of #507AA9

#507AA9
(80,122,169)
#5F86B0
(95,134,176)
#6E92B7
(110,146,183)
#7D9EBE
(125,158,190)
#8CAAC5
(140,170,197)
#9BB6CC
(155,182,204)
#AAC2D3
(170,194,211)
#B9CEDA
(185,206,218)
#C8DAE1
(200,218,225)
#D7E6E8
(215,230,232)
#E6F2EF
(230,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #507AA9 color. Also use rgb(80,122,169) instead hex code.

Text Font Color

.myTextColor { color: #507AA9; }

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

This text font color is #507AA9.

Background Color

.myBgColor { background-color: #507AA9; }

<div style="background-color:#507AA9">Inner text</div>

This div background color is #507AA9.

Border color

.myBorderColor { border: 1px solid #507AA9; }

<div style="border:3px solid #507AA9">Div</div>

This div border color is #507AA9.

Opacity

.myOpacity80 { color: #507AA9; opacity: 0.8; }

<p style="color:#507AA9;opacity:0.8;">80%</p>

Text with #507AA9 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 #507AA9;}

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

This text has shadow with #507AA9 color.


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

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

This text has shadow with #507AA9 primary color and red secondary color.


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

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

This text has shadow with #507AA9 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #507AA9.

Preview

Color preview on black background

This text has color #507AA9 on black background.


Color preview on white background

This text has color #507AA9 on white background.


Black color preview on #507AA9 background

This text has black color on #507AA9 background.


White color preview on #507AA9 background

This text has white color on #507AA9 background.


Related colors

Complementary color

Complementary color for #hex is #AF8556.


I love getcolorcode.com

Triadic colors

1 #A9507A and #7AA950 with #507AA9 are triadic colors.

2 #A97A50 and #7A50A9 with #507AA9 are triadic colors.