COLOR #56637D

HEX: #56637D RGB: (86,99,125)

Color info

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

RGB color model

#56637D color RGB value is (86,99,125).

RGB: (86,99,125) (34%, 39%, 49%)

RGB channels and saturation

R 86 of 255 = 34%
G 99 of 255 = 39%
B 125 of 255 = 49%

86
99
125

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

Portions of RGB colors in percentages

R + G + B = 86 + 99 + 125 = 310 (100%)
R 86 of 310 ~ 27.74%
G 99 of 310 ~ 31.94%
B 125 of 310 ~ 40.32'%

%27.74
%31.94
%40.32

CMYK color model

#56637D color CMYK value is (31,21,0,51).

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

CMYK: (31,21,0,51)
C31M21Y0K51 (31%, 21%, 0%, 51%)
(0.31 / 0.21 / 0.00 / 0.51)

CMYK percentages

%31.2
%20.8
%0
%50.98

Codes

Color #56637D in popluar color models

56 63 7D
RGB 86 99 125
HSL 220° 18.48% 41.37%
HSB/HSV 220° 31.20% 49.02%
CMYK 31.20% 20.80% 0.00%
50.98%

Color #56637D in popluar number systems.

HEX 56 63 7D
Decimal 86 99 125
Binary 1010110 1100011 1111101
Octal 126 143 175

Shades and tints

Shades of #56637D

#56637D
(86,99,125)
#4F5A72
(79,90,114)
#485167
(72,81,103)
#41485C
(65,72,92)
#3A3F51
(58,63,81)
#333646
(51,54,70)
#2C2D3B
(44,45,59)
#252430
(37,36,48)
#1E1B25
(30,27,37)
#17121A
(23,18,26)
#10090F
(16,9,15)
#000000
(0,0,0)

Tints of #56637D

#56637D
(86,99,125)
#657188
(101,113,136)
#747F93
(116,127,147)
#838D9E
(131,141,158)
#929BA9
(146,155,169)
#A1A9B4
(161,169,180)
#B0B7BF
(176,183,191)
#BFC5CA
(191,197,202)
#CED3D5
(206,211,213)
#DDE1E0
(221,225,224)
#ECEFEB
(236,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56637D; }

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

This text font color is #56637D.

Background Color

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

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

This div background color is #56637D.

Border color

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

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

This div border color is #56637D.

Opacity

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

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

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

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

This text has shadow with #56637D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #56637D.

Preview

Color preview on black background

This text has color #56637D on black background.


Color preview on white background

This text has color #56637D on white background.


Black color preview on #56637D background

This text has black color on #56637D background.


White color preview on #56637D background

This text has white color on #56637D background.


Related colors

Complementary color

Complementary color for #hex is #A99C82.


I love getcolorcode.com

Triadic colors

1 #7D5663 and #637D56 with #56637D are triadic colors.

2 #7D6356 and #63567D with #56637D are triadic colors.