COLOR #506187

HEX: #506187
RGB: (80,97,135)

Color info

#506187 contains red, green and blue colors in about the same proportion. Web safe color of #506187 is #666699 (or #669).

RGB color model

#506187 color RGB value is (80,97,135).

  • red value is 80;
  • green value is 97;
  • blue value is 135.
RGB:
(80,97,135)
(31%,38%,53%)

RGB channels and saturation

R 80 of 255 = 31%
G 97 of 255 = 38%
B 135 of 255 = 53%

80
97
135

R + G + B ~ 41%. #506187 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 97 + 135 = 312 (100%)
R 80 of 312 ~ 25.64%
G 97 of 312 ~ 31.09%
B 135 of 312 ~ 43.27%

%25.64
%31.09
%43.27

CMYK color model

#506187 color CMYK value is (41,28,0,47).

  • cyan value is 40.74%
  • magenta value is 28.15%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(41,28,0,47)
C41M28Y0K47 
(41%,28%,0%,47%)
(0.41/0.28/0.00/0.47)	

CMYK percentages

%40.74
%28.15
%0
%47.06

Codes

Color #506187 in popluar color models

506187
RGB8097135
HSL221°25.58%42.16%
HSB/HSV221°40.74%52.94%
CMYK40.74%28.15%0.00%
47.06%

Color #506187 in popluar number systems.

HEX506187
Decimal8097135
Binary1010000110000110000111
Octal120141207

Shades and tints

Shades of #506187

#506187
(80,97,135)
#49597B
(73,89,123)
#42516F
(66,81,111)
#3B4963
(59,73,99)
#344157
(52,65,87)
#2D394B
(45,57,75)
#26313F
(38,49,63)
#1F2933
(31,41,51)
#182127
(24,33,39)
#11191B
(17,25,27)
#0A110F
(10,17,15)
#000000
(0,0,0)

Tints of #506187

#506187
(80,97,135)
#5F6F91
(95,111,145)
#6E7D9B
(110,125,155)
#7D8BA5
(125,139,165)
#8C99AF
(140,153,175)
#9BA7B9
(155,167,185)
#AAB5C3
(170,181,195)
#B9C3CD
(185,195,205)
#C8D1D7
(200,209,215)
#D7DFE1
(215,223,225)
#E6EDEB
(230,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506187 color. Also use rgb(80,97,135) instead hex code.

Text Font Color

.myTextColor { color: #506187; }

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

This text font color is #506187.


Background Color

.myBgColor { background-color: #506187; }

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

This div background color is #506187.


Border color

.myBorderColor { border: 1px solid #506187; }

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

This div border color is #506187.


Opacity

.myOpacity80 { color: #506187; opacity: 0.8; }

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

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

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

This text has shadow with #506187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506187 on black background.


Color preview on white background

This text has color #506187 on white background.



Black color preview on #506187 background

This text has black color on #506187 background.


White color preview on #506187 background

This text has white color on #506187 background.