COLOR #56656A

HEX: #56656A RGB: (86,101,106)

Color info

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

RGB color model

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

RGB: (86,101,106) (34%, 40%, 42%)

RGB channels and saturation

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

86
101
106

R + G + B ~ 39%. #56656A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 86 + 101 + 106 = 293 (100%)
R 86 of 293 ~ 29.35%
G 101 of 293 ~ 34.47%
B 106 of 293 ~ 36.18'%

%29.35
%34.47
%36.18

CMYK color model

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

  • cyan value is 18.87%
  • magenta value is 4.72%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (19,5,0,58)
C19M5Y0K58 (19%, 5%, 0%, 58%)
(0.19 / 0.05 / 0.00 / 0.58)

CMYK percentages

%18.87
%4.72
%0
%58.43

Codes

Color #56656A in popluar color models

56 65 6A
RGB 86 101 106
HSL 195° 10.42% 37.65%
HSB/HSV 195° 18.87% 41.57%
CMYK 18.87% 4.72% 0.00%
58.43%

Color #56656A in popluar number systems.

HEX 56 65 6A
Decimal 86 101 106
Binary 1010110 1100101 1101010
Octal 126 145 152

Shades and tints

Shades of #56656A

#56656A
(86,101,106)
#4F5C61
(79,92,97)
#485358
(72,83,88)
#414A4F
(65,74,79)
#3A4146
(58,65,70)
#33383D
(51,56,61)
#2C2F34
(44,47,52)
#25262B
(37,38,43)
#1E1D22
(30,29,34)
#171419
(23,20,25)
#100B10
(16,11,16)
#000000
(0,0,0)

Tints of #56656A

#56656A
(86,101,106)
#657377
(101,115,119)
#748184
(116,129,132)
#838F91
(131,143,145)
#929D9E
(146,157,158)
#A1ABAB
(161,171,171)
#B0B9B8
(176,185,184)
#BFC7C5
(191,199,197)
#CED5D2
(206,213,210)
#DDE3DF
(221,227,223)
#ECF1EC
(236,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56656A; }

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

This text font color is #56656A.

Background Color

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

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

This div background color is #56656A.

Border color

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

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

This div border color is #56656A.

Opacity

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

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

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

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

This text has shadow with #56656A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #56656A.

Preview

Color preview on black background

This text has color #56656A on black background.


Color preview on white background

This text has color #56656A on white background.


Black color preview on #56656A background

This text has black color on #56656A background.


White color preview on #56656A background

This text has white color on #56656A background.


Related colors

Complementary color

Complementary color for #hex is #A99A95.


I love getcolorcode.com

Triadic colors

1 #6A5665 and #656A56 with #56656A are triadic colors.

2 #6A6556 and #65566A with #56656A are triadic colors.