COLOR #505277

HEX: #505277
RGB: (80,82,119)

Color info

#505277 contains red, green and blue colors in about the same proportion. Web safe color of #505277 is #666666 (or #666).

RGB color model

#505277 color RGB value is (80,82,119).

  • red value is 80;
  • green value is 82;
  • blue value is 119.
RGB:
(80,82,119)
(31%,32%,47%)

RGB channels and saturation

R 80 of 255 = 31%
G 82 of 255 = 32%
B 119 of 255 = 47%

80
82
119

R + G + B ~ 37%. #505277 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 82 + 119 = 281 (100%)
R 80 of 281 ~ 28.47%
G 82 of 281 ~ 29.18%
B 119 of 281 ~ 42.35%

%28.47
%29.18
%42.35

CMYK color model

#505277 color CMYK value is (33,31,0,53).

  • cyan value is 32.77%
  • magenta value is 31.09%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(33,31,0,53)
C33M31Y0K53 
(33%,31%,0%,53%)
(0.33/0.31/0.00/0.53)	

CMYK percentages

%32.77
%31.09
%0
%53.33

Codes

Color #505277 in popluar color models

505277
RGB8082119
HSL237°19.60%39.02%
HSB/HSV237°32.77%46.67%
CMYK32.77%31.09%0.00%
53.33%

Color #505277 in popluar number systems.

HEX505277
Decimal8082119
Binary101000010100101110111
Octal120122167

Shades and tints

Shades of #505277

#505277
(80,82,119)
#494B6D
(73,75,109)
#424463
(66,68,99)
#3B3D59
(59,61,89)
#34364F
(52,54,79)
#2D2F45
(45,47,69)
#26283B
(38,40,59)
#1F2131
(31,33,49)
#181A27
(24,26,39)
#11131D
(17,19,29)
#0A0C13
(10,12,19)
#000000
(0,0,0)

Tints of #505277

#505277
(80,82,119)
#5F6183
(95,97,131)
#6E708F
(110,112,143)
#7D7F9B
(125,127,155)
#8C8EA7
(140,142,167)
#9B9DB3
(155,157,179)
#AAACBF
(170,172,191)
#B9BBCB
(185,187,203)
#C8CAD7
(200,202,215)
#D7D9E3
(215,217,227)
#E6E8EF
(230,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505277 color. Also use rgb(80,82,119) instead hex code.

Text Font Color

.myTextColor { color: #505277; }

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

This text font color is #505277.


Background Color

.myBgColor { background-color: #505277; }

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

This div background color is #505277.


Border color

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

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

This div border color is #505277.


Opacity

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

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

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

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

This text has shadow with #505277 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505277 on black background.


Color preview on white background

This text has color #505277 on white background.



Black color preview on #505277 background

This text has black color on #505277 background.


White color preview on #505277 background

This text has white color on #505277 background.