COLOR #507EC0

HEX: #507EC0
RGB: (80,126,192)

Color info

#507EC0 contains mainly blue color. Web safe color of #507EC0 is #6666CC (or #66C).

RGB color model

#507EC0 color RGB value is (80,126,192).

  • red value is 80;
  • green value is 126;
  • blue value is 192.
RGB:
(80,126,192)
(31%,49%,75%)

RGB channels and saturation

R 80 of 255 = 31%
G 126 of 255 = 49%
B 192 of 255 = 75%

80
126
192

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

Portions of RGB colors in percentages

R + G + B =
80 + 126 + 192 = 398 (100%)
R 80 of 398 ~ 20.1%
G 126 of 398 ~ 31.66%
B 192 of 398 ~ 48.24%

%20.1
%31.66
%48.24

CMYK color model

#507EC0 color CMYK value is (58,34,0,25).

  • cyan value is 58.33%
  • magenta value is 34.38%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(58,34,0,25)
C58M34Y0K25 
(58%,34%,0%,25%)
(0.58/0.34/0.00/0.25)	

CMYK percentages

%58.33
%34.38
%0
%24.71

Codes

Color #507EC0 in popluar color models

507EC0
RGB80126192
HSL215°47.06%53.33%
HSB/HSV215°58.33%75.29%
CMYK58.33%34.38%0.00%
24.71%

Color #507EC0 in popluar number systems.

HEX507EC0
Decimal80126192
Binary1010000111111011000000
Octal120176300

Shades and tints

Shades of #507EC0

#507EC0
(80,126,192)
#4973AF
(73,115,175)
#42689E
(66,104,158)
#3B5D8D
(59,93,141)
#34527C
(52,82,124)
#2D476B
(45,71,107)
#263C5A
(38,60,90)
#1F3149
(31,49,73)
#182638
(24,38,56)
#111B27
(17,27,39)
#0A1016
(10,16,22)
#000000
(0,0,0)

Tints of #507EC0

#507EC0
(80,126,192)
#5F89C5
(95,137,197)
#6E94CA
(110,148,202)
#7D9FCF
(125,159,207)
#8CAAD4
(140,170,212)
#9BB5D9
(155,181,217)
#AAC0DE
(170,192,222)
#B9CBE3
(185,203,227)
#C8D6E8
(200,214,232)
#D7E1ED
(215,225,237)
#E6ECF2
(230,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507EC0; }

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

This text font color is #507EC0.


Background Color

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

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

This div background color is #507EC0.


Border color

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

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

This div border color is #507EC0.


Opacity

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

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

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

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

This text has shadow with #507EC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507EC0 on black background.


Color preview on white background

This text has color #507EC0 on white background.



Black color preview on #507EC0 background

This text has black color on #507EC0 background.


White color preview on #507EC0 background

This text has white color on #507EC0 background.