COLOR #515562

HEX: #515562
RGB: (81,85,98)

Color info

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

RGB color model

#515562 color RGB value is (81,85,98).

  • red value is 81;
  • green value is 85;
  • blue value is 98.
RGB:
(81,85,98)
(32%,33%,38%)

RGB channels and saturation

R 81 of 255 = 32%
G 85 of 255 = 33%
B 98 of 255 = 38%

81
85
98

R + G + B ~ 34%. #515562 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 85 + 98 = 264 (100%)
R 81 of 264 ~ 30.68%
G 85 of 264 ~ 32.2%
B 98 of 264 ~ 37.12%

%30.68
%32.2
%37.12

CMYK color model

#515562 color CMYK value is (17,13,0,62).

  • cyan value is 17.35%
  • magenta value is 13.27%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(17,13,0,62)
C17M13Y0K62 
(17%,13%,0%,62%)
(0.17/0.13/0.00/0.62)	

CMYK percentages

%17.35
%13.27
%0
%61.57

Codes

Color #515562 in popluar color models

515562
RGB818598
HSL226°9.50%35.10%
HSB/HSV226°17.35%38.43%
CMYK17.35%13.27%0.00%
61.57%

Color #515562 in popluar number systems.

HEX515562
Decimal818598
Binary101000110101011100010
Octal121125142

Shades and tints

Shades of #515562

#515562
(81,85,98)
#4A4E5A
(74,78,90)
#434752
(67,71,82)
#3C404A
(60,64,74)
#353942
(53,57,66)
#2E323A
(46,50,58)
#272B32
(39,43,50)
#20242A
(32,36,42)
#191D22
(25,29,34)
#12161A
(18,22,26)
#0B0F12
(11,15,18)
#000000
(0,0,0)

Tints of #515562

#515562
(81,85,98)
#606470
(96,100,112)
#6F737E
(111,115,126)
#7E828C
(126,130,140)
#8D919A
(141,145,154)
#9CA0A8
(156,160,168)
#ABAFB6
(171,175,182)
#BABEC4
(186,190,196)
#C9CDD2
(201,205,210)
#D8DCE0
(216,220,224)
#E7EBEE
(231,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #515562 color. Also use rgb(81,85,98) instead hex code.

Text Font Color

.myTextColor { color: #515562; }

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

This text font color is #515562.


Background Color

.myBgColor { background-color: #515562; }

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

This div background color is #515562.


Border color

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

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

This div border color is #515562.


Opacity

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

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

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

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

This text has shadow with #515562 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #515562 on black background.


Color preview on white background

This text has color #515562 on white background.



Black color preview on #515562 background

This text has black color on #515562 background.


White color preview on #515562 background

This text has white color on #515562 background.