COLOR #515777

HEX: #515777
RGB: (81,87,119)

Color info

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

RGB color model

#515777 color RGB value is (81,87,119).

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

RGB channels and saturation

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

81
87
119

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

Portions of RGB colors in percentages

R + G + B =
81 + 87 + 119 = 287 (100%)
R 81 of 287 ~ 28.22%
G 87 of 287 ~ 30.31%
B 119 of 287 ~ 41.46%

%28.22
%30.31
%41.46

CMYK color model

#515777 color CMYK value is (32,27,0,53).

  • cyan value is 31.93%
  • magenta value is 26.89%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(32,27,0,53)
C32M27Y0K53 
(32%,27%,0%,53%)
(0.32/0.27/0.00/0.53)	

CMYK percentages

%31.93
%26.89
%0
%53.33

Codes

Color #515777 in popluar color models

515777
RGB8187119
HSL231°19.00%39.22%
HSB/HSV231°31.93%46.67%
CMYK31.93%26.89%0.00%
53.33%

Color #515777 in popluar number systems.

HEX515777
Decimal8187119
Binary101000110101111110111
Octal121127167

Shades and tints

Shades of #515777

#515777
(81,87,119)
#4A506D
(74,80,109)
#434963
(67,73,99)
#3C4259
(60,66,89)
#353B4F
(53,59,79)
#2E3445
(46,52,69)
#272D3B
(39,45,59)
#202631
(32,38,49)
#191F27
(25,31,39)
#12181D
(18,24,29)
#0B1113
(11,17,19)
#000000
(0,0,0)

Tints of #515777

#515777
(81,87,119)
#606683
(96,102,131)
#6F758F
(111,117,143)
#7E849B
(126,132,155)
#8D93A7
(141,147,167)
#9CA2B3
(156,162,179)
#ABB1BF
(171,177,191)
#BAC0CB
(186,192,203)
#C9CFD7
(201,207,215)
#D8DEE3
(216,222,227)
#E7EDEF
(231,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515777; }

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

This text font color is #515777.


Background Color

.myBgColor { background-color: #515777; }

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

This div background color is #515777.


Border color

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

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

This div border color is #515777.


Opacity

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

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

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

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

This text has shadow with #515777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515777 on black background.


Color preview on white background

This text has color #515777 on white background.



Black color preview on #515777 background

This text has black color on #515777 background.


White color preview on #515777 background

This text has white color on #515777 background.