COLOR #505B78

HEX: #505B78
RGB: (80,91,120)

Color info

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

RGB color model

#505B78 color RGB value is (80,91,120).

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

RGB channels and saturation

R 80 of 255 = 31%
G 91 of 255 = 36%
B 120 of 255 = 47%

80
91
120

R + G + B ~ 38%. #505B78 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 91 + 120 = 291 (100%)
R 80 of 291 ~ 27.49%
G 91 of 291 ~ 31.27%
B 120 of 291 ~ 41.24%

%27.49
%31.27
%41.24

CMYK color model

#505B78 color CMYK value is (33,24,0,53).

  • cyan value is 33.33%
  • magenta value is 24.17%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(33,24,0,53)
C33M24Y0K53 
(33%,24%,0%,53%)
(0.33/0.24/0.00/0.53)	

CMYK percentages

%33.33
%24.17
%0
%52.94

Codes

Color #505B78 in popluar color models

505B78
RGB8091120
HSL224°20.00%39.22%
HSB/HSV224°33.33%47.06%
CMYK33.33%24.17%0.00%
52.94%

Color #505B78 in popluar number systems.

HEX505B78
Decimal8091120
Binary101000010110111111000
Octal120133170

Shades and tints

Shades of #505B78

#505B78
(80,91,120)
#49536E
(73,83,110)
#424B64
(66,75,100)
#3B435A
(59,67,90)
#343B50
(52,59,80)
#2D3346
(45,51,70)
#262B3C
(38,43,60)
#1F2332
(31,35,50)
#181B28
(24,27,40)
#11131E
(17,19,30)
#0A0B14
(10,11,20)
#000000
(0,0,0)

Tints of #505B78

#505B78
(80,91,120)
#5F6984
(95,105,132)
#6E7790
(110,119,144)
#7D859C
(125,133,156)
#8C93A8
(140,147,168)
#9BA1B4
(155,161,180)
#AAAFC0
(170,175,192)
#B9BDCC
(185,189,204)
#C8CBD8
(200,203,216)
#D7D9E4
(215,217,228)
#E6E7F0
(230,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505B78; }

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

This text font color is #505B78.


Background Color

.myBgColor { background-color: #505B78; }

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

This div background color is #505B78.


Border color

.myBorderColor { border: 1px solid #505B78; }

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

This div border color is #505B78.


Opacity

.myOpacity80 { color: #505B78; opacity: 0.8; }

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

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

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

This text has shadow with #505B78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505B78 on black background.


Color preview on white background

This text has color #505B78 on white background.



Black color preview on #505B78 background

This text has black color on #505B78 background.


White color preview on #505B78 background

This text has white color on #505B78 background.