COLOR #515778

HEX: #515778
RGB: (81,87,120)

Color info

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

RGB color model

#515778 color RGB value is (81,87,120).

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

RGB channels and saturation

R 81 of 255 = 32%
G 87 of 255 = 34%
B 120 of 255 = 47%

81
87
120

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

Portions of RGB colors in percentages

R + G + B =
81 + 87 + 120 = 288 (100%)
R 81 of 288 ~ 28.13%
G 87 of 288 ~ 30.21%
B 120 of 288 ~ 41.67%

%28.13
%30.21
%41.67

CMYK color model

#515778 color CMYK value is (33,28,0,53).

  • cyan value is 32.50%
  • magenta value is 27.50%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(33,28,0,53)
C33M28Y0K53 
(33%,28%,0%,53%)
(0.33/0.28/0.00/0.53)	

CMYK percentages

%32.5
%27.5
%0
%52.94

Codes

Color #515778 in popluar color models

515778
RGB8187120
HSL231°19.40%39.41%
HSB/HSV231°32.50%47.06%
CMYK32.50%27.50%0.00%
52.94%

Color #515778 in popluar number systems.

HEX515778
Decimal8187120
Binary101000110101111111000
Octal121127170

Shades and tints

Shades of #515778

#515778
(81,87,120)
#4A506E
(74,80,110)
#434964
(67,73,100)
#3C425A
(60,66,90)
#353B50
(53,59,80)
#2E3446
(46,52,70)
#272D3C
(39,45,60)
#202632
(32,38,50)
#191F28
(25,31,40)
#12181E
(18,24,30)
#0B1114
(11,17,20)
#000000
(0,0,0)

Tints of #515778

#515778
(81,87,120)
#606684
(96,102,132)
#6F7590
(111,117,144)
#7E849C
(126,132,156)
#8D93A8
(141,147,168)
#9CA2B4
(156,162,180)
#ABB1C0
(171,177,192)
#BAC0CC
(186,192,204)
#C9CFD8
(201,207,216)
#D8DEE4
(216,222,228)
#E7EDF0
(231,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515778; }

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

This text font color is #515778.


Background Color

.myBgColor { background-color: #515778; }

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

This div background color is #515778.


Border color

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

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

This div border color is #515778.


Opacity

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

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

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

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

This text has shadow with #515778 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515778 on black background.


Color preview on white background

This text has color #515778 on white background.



Black color preview on #515778 background

This text has black color on #515778 background.


White color preview on #515778 background

This text has white color on #515778 background.