COLOR #56667D

HEX: #56667D RGB: (86,102,125)

Color info

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

RGB color model

#56667D color RGB value is (86,102,125).

RGB: (86,102,125) (34%, 40%, 49%)

RGB channels and saturation

R 86 of 255 = 34%
G 102 of 255 = 40%
B 125 of 255 = 49%

86
102
125

R + G + B ~ 41%. #56667D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 86 + 102 + 125 = 313 (100%)
R 86 of 313 ~ 27.48%
G 102 of 313 ~ 32.59%
B 125 of 313 ~ 39.94'%

%27.48
%32.59
%39.94

CMYK color model

#56667D color CMYK value is (31,18,0,51).

  • cyan value is 31.20%
  • magenta value is 18.40%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (31,18,0,51)
C31M18Y0K51 (31%, 18%, 0%, 51%)
(0.31 / 0.18 / 0.00 / 0.51)

CMYK percentages

%31.2
%18.4
%0
%50.98

Codes

Color #56667D in popluar color models

56 66 7D
RGB 86 102 125
HSL 215° 18.48% 41.37%
HSB/HSV 215° 31.20% 49.02%
CMYK 31.20% 18.40% 0.00%
50.98%

Color #56667D in popluar number systems.

HEX 56 66 7D
Decimal 86 102 125
Binary 1010110 1100110 1111101
Octal 126 146 175

Shades and tints

Shades of #56667D

#56667D
(86,102,125)
#4F5D72
(79,93,114)
#485467
(72,84,103)
#414B5C
(65,75,92)
#3A4251
(58,66,81)
#333946
(51,57,70)
#2C303B
(44,48,59)
#252730
(37,39,48)
#1E1E25
(30,30,37)
#17151A
(23,21,26)
#100C0F
(16,12,15)
#000000
(0,0,0)

Tints of #56667D

#56667D
(86,102,125)
#657388
(101,115,136)
#748093
(116,128,147)
#838D9E
(131,141,158)
#929AA9
(146,154,169)
#A1A7B4
(161,167,180)
#B0B4BF
(176,180,191)
#BFC1CA
(191,193,202)
#CECED5
(206,206,213)
#DDDBE0
(221,219,224)
#ECE8EB
(236,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56667D color. Also use rgb(86,102,125) instead hex code.

Text Font Color

.myTextColor { color: #56667D; }

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

This text font color is #56667D.

Background Color

.myBgColor { background-color: #56667D; }

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

This div background color is #56667D.

Border color

.myBorderColor { border: 1px solid #56667D; }

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

This div border color is #56667D.

Opacity

.myOpacity80 { color: #56667D; opacity: 0.8; }

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

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

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

This text has shadow with #56667D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #56667D.

Preview

Color preview on black background

This text has color #56667D on black background.


Color preview on white background

This text has color #56667D on white background.


Black color preview on #56667D background

This text has black color on #56667D background.


White color preview on #56667D background

This text has white color on #56667D background.


Related colors

Complementary color

Complementary color for #hex is #A99982.


I love getcolorcode.com

Triadic colors

1 #7D5666 and #667D56 with #56667D are triadic colors.

2 #7D6656 and #66567D with #56667D are triadic colors.