COLOR #507AA1

HEX: #507AA1 RGB: (80,122,161)

Color info

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

RGB color model

#507AA1 color RGB value is (80,122,161).

RGB: (80,122,161) (31%, 48%, 63%)

RGB channels and saturation

R 80 of 255 = 31%
G 122 of 255 = 48%
B 161 of 255 = 63%

80
122
161

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

Portions of RGB colors in percentages

R + G + B = 80 + 122 + 161 = 363 (100%)
R 80 of 363 ~ 22.04%
G 122 of 363 ~ 33.61%
B 161 of 363 ~ 44.35'%

%22.04
%33.61
%44.35

CMYK color model

#507AA1 color CMYK value is (50,24,0,37).

  • cyan value is 50.31%
  • magenta value is 24.22%
  • yellow value is 0.00%
  • key color value is 36.86%

CMYK: (50,24,0,37)
C50M24Y0K37 (50%, 24%, 0%, 37%)
(0.50 / 0.24 / 0.00 / 0.37)

CMYK percentages

%50.31
%24.22
%0
%36.86

Codes

Color #507AA1 in popluar color models

50 7A A1
RGB 80 122 161
HSL 209° 33.61% 47.25%
HSB/HSV 209° 50.31% 63.14%
CMYK 50.31% 24.22% 0.00%
36.86%

Color #507AA1 in popluar number systems.

HEX 50 7A A1
Decimal 80 122 161
Binary 1010000 1111010 10100001
Octal 120 172 241

Shades and tints

Shades of #507AA1

#507AA1
(80,122,161)
#496F93
(73,111,147)
#426485
(66,100,133)
#3B5977
(59,89,119)
#344E69
(52,78,105)
#2D435B
(45,67,91)
#26384D
(38,56,77)
#1F2D3F
(31,45,63)
#182231
(24,34,49)
#111723
(17,23,35)
#0A0C15
(10,12,21)
#000000
(0,0,0)

Tints of #507AA1

#507AA1
(80,122,161)
#5F86A9
(95,134,169)
#6E92B1
(110,146,177)
#7D9EB9
(125,158,185)
#8CAAC1
(140,170,193)
#9BB6C9
(155,182,201)
#AAC2D1
(170,194,209)
#B9CED9
(185,206,217)
#C8DAE1
(200,218,225)
#D7E6E9
(215,230,233)
#E6F2F1
(230,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507AA1; }

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

This text font color is #507AA1.

Background Color

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

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

This div background color is #507AA1.

Border color

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

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

This div border color is #507AA1.

Opacity

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

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

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

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

This text has shadow with #507AA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #507AA1.

Preview

Color preview on black background

This text has color #507AA1 on black background.


Color preview on white background

This text has color #507AA1 on white background.


Black color preview on #507AA1 background

This text has black color on #507AA1 background.


White color preview on #507AA1 background

This text has white color on #507AA1 background.


Related colors

Complementary color

Complementary color for #hex is #AF855E.


I love getcolorcode.com

Triadic colors

1 #A1507A and #7AA150 with #507AA1 are triadic colors.

2 #A17A50 and #7A50A1 with #507AA1 are triadic colors.