COLOR #515665

HEX: #515665
RGB: (81,86,101)

Color info

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

RGB color model

#515665 color RGB value is (81,86,101).

  • red value is 81;
  • green value is 86;
  • blue value is 101.
RGB:
(81,86,101)
(32%,34%,40%)

RGB channels and saturation

R 81 of 255 = 32%
G 86 of 255 = 34%
B 101 of 255 = 40%

81
86
101

R + G + B ~ 35%. #515665 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 86 + 101 = 268 (100%)
R 81 of 268 ~ 30.22%
G 86 of 268 ~ 32.09%
B 101 of 268 ~ 37.69%

%30.22
%32.09
%37.69

CMYK color model

#515665 color CMYK value is (20,15,0,60).

  • cyan value is 19.80%
  • magenta value is 14.85%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(20,15,0,60)
C20M15Y0K60 
(20%,15%,0%,60%)
(0.20/0.15/0.00/0.60)	

CMYK percentages

%19.8
%14.85
%0
%60.39

Codes

Color #515665 in popluar color models

515665
RGB8186101
HSL225°10.99%35.69%
HSB/HSV225°19.80%39.61%
CMYK19.80%14.85%0.00%
60.39%

Color #515665 in popluar number systems.

HEX515665
Decimal8186101
Binary101000110101101100101
Octal121126145

Shades and tints

Shades of #515665

#515665
(81,86,101)
#4A4F5C
(74,79,92)
#434853
(67,72,83)
#3C414A
(60,65,74)
#353A41
(53,58,65)
#2E3338
(46,51,56)
#272C2F
(39,44,47)
#202526
(32,37,38)
#191E1D
(25,30,29)
#121714
(18,23,20)
#0B100B
(11,16,11)
#000000
(0,0,0)

Tints of #515665

#515665
(81,86,101)
#606573
(96,101,115)
#6F7481
(111,116,129)
#7E838F
(126,131,143)
#8D929D
(141,146,157)
#9CA1AB
(156,161,171)
#ABB0B9
(171,176,185)
#BABFC7
(186,191,199)
#C9CED5
(201,206,213)
#D8DDE3
(216,221,227)
#E7ECF1
(231,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #515665 color. Also use rgb(81,86,101) instead hex code.

Text Font Color

.myTextColor { color: #515665; }

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

This text font color is #515665.


Background Color

.myBgColor { background-color: #515665; }

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

This div background color is #515665.


Border color

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

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

This div border color is #515665.


Opacity

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

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

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

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

This text has shadow with #515665 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515665 on black background.


Color preview on white background

This text has color #515665 on white background.



Black color preview on #515665 background

This text has black color on #515665 background.


White color preview on #515665 background

This text has white color on #515665 background.