COLOR #56638D

HEX: #56638D
RGB: (86,99,141)

Color info

#56638D contains red, green and blue colors in about the same proportion. Web safe color of #56638D is #666699 (or #669).

RGB color model

#56638D color RGB value is (86,99,141).

  • red value is 86;
  • green value is 99;
  • blue value is 141.
RGB:
(86,99,141)
(34%,39%,55%)

RGB channels and saturation

R 86 of 255 = 34%
G 99 of 255 = 39%
B 141 of 255 = 55%

86
99
141

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

Portions of RGB colors in percentages

R + G + B =
86 + 99 + 141 = 326 (100%)
R 86 of 326 ~ 26.38%
G 99 of 326 ~ 30.37%
B 141 of 326 ~ 43.25%

%26.38
%30.37
%43.25

CMYK color model

#56638D color CMYK value is (39,30,0,45).

  • cyan value is 39.01%
  • magenta value is 29.79%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(39,30,0,45)
C39M30Y0K45 
(39%,30%,0%,45%)
(0.39/0.30/0.00/0.45)	

CMYK percentages

%39.01
%29.79
%0
%44.71

Codes

Color #56638D in popluar color models

56638D
RGB8699141
HSL226°24.23%44.51%
HSB/HSV226°39.01%55.29%
CMYK39.01%29.79%0.00%
44.71%

Color #56638D in popluar number systems.

HEX56638D
Decimal8699141
Binary1010110110001110001101
Octal126143215

Shades and tints

Shades of #56638D

#56638D
(86,99,141)
#4F5A81
(79,90,129)
#485175
(72,81,117)
#414869
(65,72,105)
#3A3F5D
(58,63,93)
#333651
(51,54,81)
#2C2D45
(44,45,69)
#252439
(37,36,57)
#1E1B2D
(30,27,45)
#171221
(23,18,33)
#100915
(16,9,21)
#000000
(0,0,0)

Tints of #56638D

#56638D
(86,99,141)
#657197
(101,113,151)
#747FA1
(116,127,161)
#838DAB
(131,141,171)
#929BB5
(146,155,181)
#A1A9BF
(161,169,191)
#B0B7C9
(176,183,201)
#BFC5D3
(191,197,211)
#CED3DD
(206,211,221)
#DDE1E7
(221,225,231)
#ECEFF1
(236,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56638D; }

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

This text font color is #56638D.


Background Color

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

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

This div background color is #56638D.


Border color

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

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

This div border color is #56638D.


Opacity

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

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

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

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

This text has shadow with #56638D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56638D on black background.


Color preview on white background

This text has color #56638D on white background.



Black color preview on #56638D background

This text has black color on #56638D background.


White color preview on #56638D background

This text has white color on #56638D background.