COLOR #56697C

HEX: #56697C
RGB: (86,105,124)

Color info

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

RGB color model

#56697C color RGB value is (86,105,124).

  • red value is 86;
  • green value is 105;
  • blue value is 124.
RGB:
(86,105,124)
(34%,41%,49%)

RGB channels and saturation

R 86 of 255 = 34%
G 105 of 255 = 41%
B 124 of 255 = 49%

86
105
124

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

Portions of RGB colors in percentages

R + G + B =
86 + 105 + 124 = 315 (100%)
R 86 of 315 ~ 27.3%
G 105 of 315 ~ 33.33%
B 124 of 315 ~ 39.37%

%27.3
%33.33
%39.37

CMYK color model

#56697C color CMYK value is (31,15,0,51).

  • cyan value is 30.65%
  • magenta value is 15.32%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(31,15,0,51)
C31M15Y0K51 
(31%,15%,0%,51%)
(0.31/0.15/0.00/0.51)	

CMYK percentages

%30.65
%15.32
%0
%51.37

Codes

Color #56697C in popluar color models

56697C
RGB86105124
HSL210°18.10%41.18%
HSB/HSV210°30.65%48.63%
CMYK30.65%15.32%0.00%
51.37%

Color #56697C in popluar number systems.

HEX56697C
Decimal86105124
Binary101011011010011111100
Octal126151174

Shades and tints

Shades of #56697C

#56697C
(86,105,124)
#4F6071
(79,96,113)
#485766
(72,87,102)
#414E5B
(65,78,91)
#3A4550
(58,69,80)
#333C45
(51,60,69)
#2C333A
(44,51,58)
#252A2F
(37,42,47)
#1E2124
(30,33,36)
#171819
(23,24,25)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #56697C

#56697C
(86,105,124)
#657687
(101,118,135)
#748392
(116,131,146)
#83909D
(131,144,157)
#929DA8
(146,157,168)
#A1AAB3
(161,170,179)
#B0B7BE
(176,183,190)
#BFC4C9
(191,196,201)
#CED1D4
(206,209,212)
#DDDEDF
(221,222,223)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56697C color. Also use rgb(86,105,124) instead hex code.

Text Font Color

.myTextColor { color: #56697C; }

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

This text font color is #56697C.


Background Color

.myBgColor { background-color: #56697C; }

<div style="background-color:#56697C">Inner text</div>

This div background color is #56697C.


Border color

.myBorderColor { border: 1px solid #56697C; }

<div style="border:3px solid #56697C">Div</div>

This div border color is #56697C.


Opacity

.myOpacity80 { color: #56697C; opacity: 0.8; }

<p style="color:#56697C;opacity:0.8;">80%</p>

Text with #56697C 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 #56697C;}

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

This text has shadow with #56697C color.

.textShadow {text-shadow: 3px 3px 1px #56697C, 3px 3px 1px red;}

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

This text has shadow with #56697C primary color and red secondary color.


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

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

This text has shadow with #56697C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56697C on black background.


Color preview on white background

This text has color #56697C on white background.



Black color preview on #56697C background

This text has black color on #56697C background.


White color preview on #56697C background

This text has white color on #56697C background.