COLOR #56607B

HEX: #56607B
RGB: (86,96,123)

Color info

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

RGB color model

#56607B color RGB value is (86,96,123).

  • red value is 86;
  • green value is 96;
  • blue value is 123.
RGB:
(86,96,123)
(34%,38%,48%)

RGB channels and saturation

R 86 of 255 = 34%
G 96 of 255 = 38%
B 123 of 255 = 48%

86
96
123

R + G + B ~ 40%. #56607B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
86 + 96 + 123 = 305 (100%)
R 86 of 305 ~ 28.2%
G 96 of 305 ~ 31.48%
B 123 of 305 ~ 40.33%

%28.2
%31.48
%40.33

CMYK color model

#56607B color CMYK value is (30,22,0,52).

  • cyan value is 30.08%
  • magenta value is 21.95%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(30,22,0,52)
C30M22Y0K52 
(30%,22%,0%,52%)
(0.30/0.22/0.00/0.52)	

CMYK percentages

%30.08
%21.95
%0
%51.76

Codes

Color #56607B in popluar color models

56607B
RGB8696123
HSL224°17.70%40.98%
HSB/HSV224°30.08%48.24%
CMYK30.08%21.95%0.00%
51.76%

Color #56607B in popluar number systems.

HEX56607B
Decimal8696123
Binary101011011000001111011
Octal126140173

Shades and tints

Shades of #56607B

#56607B
(86,96,123)
#4F5870
(79,88,112)
#485065
(72,80,101)
#41485A
(65,72,90)
#3A404F
(58,64,79)
#333844
(51,56,68)
#2C3039
(44,48,57)
#25282E
(37,40,46)
#1E2023
(30,32,35)
#171818
(23,24,24)
#10100D
(16,16,13)
#000000
(0,0,0)

Tints of #56607B

#56607B
(86,96,123)
#656E87
(101,110,135)
#747C93
(116,124,147)
#838A9F
(131,138,159)
#9298AB
(146,152,171)
#A1A6B7
(161,166,183)
#B0B4C3
(176,180,195)
#BFC2CF
(191,194,207)
#CED0DB
(206,208,219)
#DDDEE7
(221,222,231)
#ECECF3
(236,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56607B color. Also use rgb(86,96,123) instead hex code.

Text Font Color

.myTextColor { color: #56607B; }

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

This text font color is #56607B.


Background Color

.myBgColor { background-color: #56607B; }

<div style="background-color:#56607B">Inner text</div>

This div background color is #56607B.


Border color

.myBorderColor { border: 1px solid #56607B; }

<div style="border:3px solid #56607B">Div</div>

This div border color is #56607B.


Opacity

.myOpacity80 { color: #56607B; opacity: 0.8; }

<p style="color:#56607B;opacity:0.8;">80%</p>

Text with #56607B 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 #56607B;}

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

This text has shadow with #56607B color.

.textShadow {text-shadow: 3px 3px 1px #56607B, 3px 3px 1px red;}

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

This text has shadow with #56607B primary color and red secondary color.


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

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

This text has shadow with #56607B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56607B on black background.


Color preview on white background

This text has color #56607B on white background.



Black color preview on #56607B background

This text has black color on #56607B background.


White color preview on #56607B background

This text has white color on #56607B background.