COLOR #56566A

HEX: #56566A
RGB: (86,86,106)

Color info

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

RGB color model

#56566A color RGB value is (86,86,106).

  • red value is 86;
  • green value is 86;
  • blue value is 106.
RGB:
(86,86,106)
(34%,34%,42%)

RGB channels and saturation

R 86 of 255 = 34%
G 86 of 255 = 34%
B 106 of 255 = 42%

86
86
106

R + G + B ~ 37%. #56566A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 86 + 106 = 278 (100%)
R 86 of 278 ~ 30.94%
G 86 of 278 ~ 30.94%
B 106 of 278 ~ 38.13%

%30.94
%30.94
%38.13

CMYK color model

#56566A color CMYK value is (19,19,0,58).

  • cyan value is 18.87%
  • magenta value is 18.87%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(19,19,0,58)
C19M19Y0K58 
(19%,19%,0%,58%)
(0.19/0.19/0.00/0.58)	

CMYK percentages

%18.87
%18.87
%0
%58.43

Codes

Color #56566A in popluar color models

56566A
RGB8686106
HSL240°10.42%37.65%
HSB/HSV240°18.87%41.57%
CMYK18.87%18.87%0.00%
58.43%

Color #56566A in popluar number systems.

HEX56566A
Decimal8686106
Binary101011010101101101010
Octal126126152

Shades and tints

Shades of #56566A

#56566A
(86,86,106)
#4F4F61
(79,79,97)
#484858
(72,72,88)
#41414F
(65,65,79)
#3A3A46
(58,58,70)
#33333D
(51,51,61)
#2C2C34
(44,44,52)
#25252B
(37,37,43)
#1E1E22
(30,30,34)
#171719
(23,23,25)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #56566A

#56566A
(86,86,106)
#656577
(101,101,119)
#747484
(116,116,132)
#838391
(131,131,145)
#92929E
(146,146,158)
#A1A1AB
(161,161,171)
#B0B0B8
(176,176,184)
#BFBFC5
(191,191,197)
#CECED2
(206,206,210)
#DDDDDF
(221,221,223)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56566A; }

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

This text font color is #56566A.


Background Color

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

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

This div background color is #56566A.


Border color

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

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

This div border color is #56566A.


Opacity

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

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

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

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

This text has shadow with #56566A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56566A on black background.


Color preview on white background

This text has color #56566A on white background.



Black color preview on #56566A background

This text has black color on #56566A background.


White color preview on #56566A background

This text has white color on #56566A background.