COLOR #56515A

HEX: #56515A
RGB: (86,81,90)

Color info

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

RGB color model

#56515A color RGB value is (86,81,90).

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

RGB channels and saturation

R 86 of 255 = 34%
G 81 of 255 = 32%
B 90 of 255 = 35%

86
81
90

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

Portions of RGB colors in percentages

R + G + B =
86 + 81 + 90 = 257 (100%)
R 86 of 257 ~ 33.46%
G 81 of 257 ~ 31.52%
B 90 of 257 ~ 35.02%

%33.46
%31.52
%35.02

CMYK color model

#56515A color CMYK value is (4,10,0,65).

  • cyan value is 4.44%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(4,10,0,65)
C4M10Y0K65 
(4%,10%,0%,65%)
(0.04/0.10/0.00/0.65)	

CMYK percentages

%4.44
%10
%0
%64.71

Codes

Color #56515A in popluar color models

56515A
RGB868190
HSL273°5.26%33.53%
HSB/HSV273°10.00%35.29%
CMYK4.44%10.00%0.00%
64.71%

Color #56515A in popluar number systems.

HEX56515A
Decimal868190
Binary101011010100011011010
Octal126121132

Shades and tints

Shades of #56515A

#56515A
(86,81,90)
#4F4A52
(79,74,82)
#48434A
(72,67,74)
#413C42
(65,60,66)
#3A353A
(58,53,58)
#332E32
(51,46,50)
#2C272A
(44,39,42)
#252022
(37,32,34)
#1E191A
(30,25,26)
#171212
(23,18,18)
#100B0A
(16,11,10)
#000000
(0,0,0)

Tints of #56515A

#56515A
(86,81,90)
#656069
(101,96,105)
#746F78
(116,111,120)
#837E87
(131,126,135)
#928D96
(146,141,150)
#A19CA5
(161,156,165)
#B0ABB4
(176,171,180)
#BFBAC3
(191,186,195)
#CEC9D2
(206,201,210)
#DDD8E1
(221,216,225)
#ECE7F0
(236,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56515A; }

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

This text font color is #56515A.


Background Color

.myBgColor { background-color: #56515A; }

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

This div background color is #56515A.


Border color

.myBorderColor { border: 1px solid #56515A; }

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

This div border color is #56515A.


Opacity

.myOpacity80 { color: #56515A; opacity: 0.8; }

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

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

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

This text has shadow with #56515A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56515A on black background.


Color preview on white background

This text has color #56515A on white background.



Black color preview on #56515A background

This text has black color on #56515A background.


White color preview on #56515A background

This text has white color on #56515A background.