COLOR #507EAE

HEX: #507EAE RGB: (80,126,174)

Color info

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

RGB color model

#507EAE color RGB value is (80,126,174).

RGB: (80,126,174) (31%, 49%, 68%)

RGB channels and saturation

R 80 of 255 = 31%
G 126 of 255 = 49%
B 174 of 255 = 68%

80
126
174

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

Portions of RGB colors in percentages

R + G + B = 80 + 126 + 174 = 380 (100%)
R 80 of 380 ~ 21.05%
G 126 of 380 ~ 33.16%
B 174 of 380 ~ 45.79'%

%21.05
%33.16
%45.79

CMYK color model

#507EAE color CMYK value is (54,28,0,32).

  • cyan value is 54.02%
  • magenta value is 27.59%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (54,28,0,32)
C54M28Y0K32 (54%, 28%, 0%, 32%)
(0.54 / 0.28 / 0.00 / 0.32)

CMYK percentages

%54.02
%27.59
%0
%31.76

Codes

Color #507EAE in popluar color models

50 7E AE
RGB 80 126 174
HSL 211° 37.01% 49.80%
HSB/HSV 211° 54.02% 68.24%
CMYK 54.02% 27.59% 0.00%
31.76%

Color #507EAE in popluar number systems.

HEX 50 7E AE
Decimal 80 126 174
Binary 1010000 1111110 10101110
Octal 120 176 256

Shades and tints

Shades of #507EAE

#507EAE
(80,126,174)
#49739F
(73,115,159)
#426890
(66,104,144)
#3B5D81
(59,93,129)
#345272
(52,82,114)
#2D4763
(45,71,99)
#263C54
(38,60,84)
#1F3145
(31,49,69)
#182636
(24,38,54)
#111B27
(17,27,39)
#0A1018
(10,16,24)
#000000
(0,0,0)

Tints of #507EAE

#507EAE
(80,126,174)
#5F89B5
(95,137,181)
#6E94BC
(110,148,188)
#7D9FC3
(125,159,195)
#8CAACA
(140,170,202)
#9BB5D1
(155,181,209)
#AAC0D8
(170,192,216)
#B9CBDF
(185,203,223)
#C8D6E6
(200,214,230)
#D7E1ED
(215,225,237)
#E6ECF4
(230,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #507EAE color. Also use rgb(80,126,174) instead hex code.

Text Font Color

.myTextColor { color: #507EAE; }

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

This text font color is #507EAE.

Background Color

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

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

This div background color is #507EAE.

Border color

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

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

This div border color is #507EAE.

Opacity

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

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

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

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

This text has shadow with #507EAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #507EAE.

Preview

Color preview on black background

This text has color #507EAE on black background.


Color preview on white background

This text has color #507EAE on white background.


Black color preview on #507EAE background

This text has black color on #507EAE background.


White color preview on #507EAE background

This text has white color on #507EAE background.


Related colors

Complementary color

Complementary color for #hex is #AF8151.


I love getcolorcode.com

Triadic colors

1 #AE507E and #7EAE50 with #507EAE are triadic colors.

2 #AE7E50 and #7E50AE with #507EAE are triadic colors.