COLOR #515664

HEX: #515664
RGB: (81,86,100)

Color info

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

RGB color model

#515664 color RGB value is (81,86,100).

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

RGB channels and saturation

R 81 of 255 = 32%
G 86 of 255 = 34%
B 100 of 255 = 39%

81
86
100

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

Portions of RGB colors in percentages

R + G + B =
81 + 86 + 100 = 267 (100%)
R 81 of 267 ~ 30.34%
G 86 of 267 ~ 32.21%
B 100 of 267 ~ 37.45%

%30.34
%32.21
%37.45

CMYK color model

#515664 color CMYK value is (19,14,0,61).

  • cyan value is 19.00%
  • magenta value is 14.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(19,14,0,61)
C19M14Y0K61 
(19%,14%,0%,61%)
(0.19/0.14/0.00/0.61)	

CMYK percentages

%19
%14
%0
%60.78

Codes

Color #515664 in popluar color models

515664
RGB8186100
HSL224°10.50%35.49%
HSB/HSV224°19.00%39.22%
CMYK19.00%14.00%0.00%
60.78%

Color #515664 in popluar number systems.

HEX515664
Decimal8186100
Binary101000110101101100100
Octal121126144

Shades and tints

Shades of #515664

#515664
(81,86,100)
#4A4F5B
(74,79,91)
#434852
(67,72,82)
#3C4149
(60,65,73)
#353A40
(53,58,64)
#2E3337
(46,51,55)
#272C2E
(39,44,46)
#202525
(32,37,37)
#191E1C
(25,30,28)
#121713
(18,23,19)
#0B100A
(11,16,10)
#000000
(0,0,0)

Tints of #515664

#515664
(81,86,100)
#606572
(96,101,114)
#6F7480
(111,116,128)
#7E838E
(126,131,142)
#8D929C
(141,146,156)
#9CA1AA
(156,161,170)
#ABB0B8
(171,176,184)
#BABFC6
(186,191,198)
#C9CED4
(201,206,212)
#D8DDE2
(216,221,226)
#E7ECF0
(231,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #515664; }

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

This text font color is #515664.


Background Color

.myBgColor { background-color: #515664; }

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

This div background color is #515664.


Border color

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

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

This div border color is #515664.


Opacity

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

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

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

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

This text has shadow with #515664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515664 on black background.


Color preview on white background

This text has color #515664 on white background.



Black color preview on #515664 background

This text has black color on #515664 background.


White color preview on #515664 background

This text has white color on #515664 background.