COLOR #505278

HEX: #505278
RGB: (80,82,120)

Color info

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

RGB color model

#505278 color RGB value is (80,82,120).

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

RGB channels and saturation

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

80
82
120

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

Portions of RGB colors in percentages

R + G + B =
80 + 82 + 120 = 282 (100%)
R 80 of 282 ~ 28.37%
G 82 of 282 ~ 29.08%
B 120 of 282 ~ 42.55%

%28.37
%29.08
%42.55

CMYK color model

#505278 color CMYK value is (33,32,0,53).

  • cyan value is 33.33%
  • magenta value is 31.67%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(33,32,0,53)
C33M32Y0K53 
(33%,32%,0%,53%)
(0.33/0.32/0.00/0.53)	

CMYK percentages

%33.33
%31.67
%0
%52.94

Codes

Color #505278 in popluar color models

505278
RGB8082120
HSL237°20.00%39.22%
HSB/HSV237°33.33%47.06%
CMYK33.33%31.67%0.00%
52.94%

Color #505278 in popluar number systems.

HEX505278
Decimal8082120
Binary101000010100101111000
Octal120122170

Shades and tints

Shades of #505278

#505278
(80,82,120)
#494B6E
(73,75,110)
#424464
(66,68,100)
#3B3D5A
(59,61,90)
#343650
(52,54,80)
#2D2F46
(45,47,70)
#26283C
(38,40,60)
#1F2132
(31,33,50)
#181A28
(24,26,40)
#11131E
(17,19,30)
#0A0C14
(10,12,20)
#000000
(0,0,0)

Tints of #505278

#505278
(80,82,120)
#5F6184
(95,97,132)
#6E7090
(110,112,144)
#7D7F9C
(125,127,156)
#8C8EA8
(140,142,168)
#9B9DB4
(155,157,180)
#AAACC0
(170,172,192)
#B9BBCC
(185,187,204)
#C8CAD8
(200,202,216)
#D7D9E4
(215,217,228)
#E6E8F0
(230,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505278; }

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

This text font color is #505278.


Background Color

.myBgColor { background-color: #505278; }

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

This div background color is #505278.


Border color

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

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

This div border color is #505278.


Opacity

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

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

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

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

This text has shadow with #505278 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505278 on black background.


Color preview on white background

This text has color #505278 on white background.



Black color preview on #505278 background

This text has black color on #505278 background.


White color preview on #505278 background

This text has white color on #505278 background.