COLOR #515B78

HEX: #515B78
RGB: (81,91,120)

Color info

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

RGB color model

#515B78 color RGB value is (81,91,120).

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

RGB channels and saturation

R 81 of 255 = 32%
G 91 of 255 = 36%
B 120 of 255 = 47%

81
91
120

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

Portions of RGB colors in percentages

R + G + B =
81 + 91 + 120 = 292 (100%)
R 81 of 292 ~ 27.74%
G 91 of 292 ~ 31.16%
B 120 of 292 ~ 41.1%

%27.74
%31.16
%41.1

CMYK color model

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

  • cyan value is 32.50%
  • 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

%32.5
%24.17
%0
%52.94

Codes

Color #515B78 in popluar color models

515B78
RGB8191120
HSL225°19.40%39.41%
HSB/HSV225°32.50%47.06%
CMYK32.50%24.17%0.00%
52.94%

Color #515B78 in popluar number systems.

HEX515B78
Decimal8191120
Binary101000110110111111000
Octal121133170

Shades and tints

Shades of #515B78

#515B78
(81,91,120)
#4A536E
(74,83,110)
#434B64
(67,75,100)
#3C435A
(60,67,90)
#353B50
(53,59,80)
#2E3346
(46,51,70)
#272B3C
(39,43,60)
#202332
(32,35,50)
#191B28
(25,27,40)
#12131E
(18,19,30)
#0B0B14
(11,11,20)
#000000
(0,0,0)

Tints of #515B78

#515B78
(81,91,120)
#606984
(96,105,132)
#6F7790
(111,119,144)
#7E859C
(126,133,156)
#8D93A8
(141,147,168)
#9CA1B4
(156,161,180)
#ABAFC0
(171,175,192)
#BABDCC
(186,189,204)
#C9CBD8
(201,203,216)
#D8D9E4
(216,217,228)
#E7E7F0
(231,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515B78; }

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

This text font color is #515B78.


Background Color

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

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

This div background color is #515B78.


Border color

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

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

This div border color is #515B78.


Opacity

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

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

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

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

This text has shadow with #515B78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515B78 on black background.


Color preview on white background

This text has color #515B78 on white background.



Black color preview on #515B78 background

This text has black color on #515B78 background.


White color preview on #515B78 background

This text has white color on #515B78 background.