COLOR #507AB0

HEX: #507AB0
RGB: (80,122,176)

Color info

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

RGB color model

#507AB0 color RGB value is (80,122,176).

  • red value is 80;
  • green value is 122;
  • blue value is 176.
RGB:
(80,122,176)
(31%,48%,69%)

RGB channels and saturation

R 80 of 255 = 31%
G 122 of 255 = 48%
B 176 of 255 = 69%

80
122
176

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

Portions of RGB colors in percentages

R + G + B =
80 + 122 + 176 = 378 (100%)
R 80 of 378 ~ 21.16%
G 122 of 378 ~ 32.28%
B 176 of 378 ~ 46.56%

%21.16
%32.28
%46.56

CMYK color model

#507AB0 color CMYK value is (55,31,0,31).

  • cyan value is 54.55%
  • magenta value is 30.68%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(55,31,0,31)
C55M31Y0K31 
(55%,31%,0%,31%)
(0.55/0.31/0.00/0.31)	

CMYK percentages

%54.55
%30.68
%0
%30.98

Codes

Color #507AB0 in popluar color models

507AB0
RGB80122176
HSL214°37.80%50.20%
HSB/HSV214°54.55%69.02%
CMYK54.55%30.68%0.00%
30.98%

Color #507AB0 in popluar number systems.

HEX507AB0
Decimal80122176
Binary1010000111101010110000
Octal120172260

Shades and tints

Shades of #507AB0

#507AB0
(80,122,176)
#496FA0
(73,111,160)
#426490
(66,100,144)
#3B5980
(59,89,128)
#344E70
(52,78,112)
#2D4360
(45,67,96)
#263850
(38,56,80)
#1F2D40
(31,45,64)
#182230
(24,34,48)
#111720
(17,23,32)
#0A0C10
(10,12,16)
#000000
(0,0,0)

Tints of #507AB0

#507AB0
(80,122,176)
#5F86B7
(95,134,183)
#6E92BE
(110,146,190)
#7D9EC5
(125,158,197)
#8CAACC
(140,170,204)
#9BB6D3
(155,182,211)
#AAC2DA
(170,194,218)
#B9CEE1
(185,206,225)
#C8DAE8
(200,218,232)
#D7E6EF
(215,230,239)
#E6F2F6
(230,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507AB0; }

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

This text font color is #507AB0.


Background Color

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

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

This div background color is #507AB0.


Border color

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

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

This div border color is #507AB0.


Opacity

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

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

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

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

This text has shadow with #507AB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507AB0 on black background.


Color preview on white background

This text has color #507AB0 on white background.



Black color preview on #507AB0 background

This text has black color on #507AB0 background.


White color preview on #507AB0 background

This text has white color on #507AB0 background.