COLOR #56739B

HEX: #56739B
RGB: (86,115,155)

Color info

#56739B contains mainly green and blue colors. Web safe color of #56739B is #666699 (or #669).

RGB color model

#56739B color RGB value is (86,115,155).

  • red value is 86;
  • green value is 115;
  • blue value is 155.
RGB:
(86,115,155)
(34%,45%,61%)

RGB channels and saturation

R 86 of 255 = 34%
G 115 of 255 = 45%
B 155 of 255 = 61%

86
115
155

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

Portions of RGB colors in percentages

R + G + B =
86 + 115 + 155 = 356 (100%)
R 86 of 356 ~ 24.16%
G 115 of 356 ~ 32.3%
B 155 of 356 ~ 43.54%

%24.16
%32.3
%43.54

CMYK color model

#56739B color CMYK value is (45,26,0,39).

  • cyan value is 44.52%
  • magenta value is 25.81%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(45,26,0,39)
C45M26Y0K39 
(45%,26%,0%,39%)
(0.45/0.26/0.00/0.39)	

CMYK percentages

%44.52
%25.81
%0
%39.22

Codes

Color #56739B in popluar color models

56739B
RGB86115155
HSL215°28.63%47.25%
HSB/HSV215°44.52%60.78%
CMYK44.52%25.81%0.00%
39.22%

Color #56739B in popluar number systems.

HEX56739B
Decimal86115155
Binary1010110111001110011011
Octal126163233

Shades and tints

Shades of #56739B

#56739B
(86,115,155)
#4F698D
(79,105,141)
#485F7F
(72,95,127)
#415571
(65,85,113)
#3A4B63
(58,75,99)
#334155
(51,65,85)
#2C3747
(44,55,71)
#252D39
(37,45,57)
#1E232B
(30,35,43)
#17191D
(23,25,29)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #56739B

#56739B
(86,115,155)
#657FA4
(101,127,164)
#748BAD
(116,139,173)
#8397B6
(131,151,182)
#92A3BF
(146,163,191)
#A1AFC8
(161,175,200)
#B0BBD1
(176,187,209)
#BFC7DA
(191,199,218)
#CED3E3
(206,211,227)
#DDDFEC
(221,223,236)
#ECEBF5
(236,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56739B color. Also use rgb(86,115,155) instead hex code.

Text Font Color

.myTextColor { color: #56739B; }

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

This text font color is #56739B.


Background Color

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

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

This div background color is #56739B.


Border color

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

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

This div border color is #56739B.


Opacity

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

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

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

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

This text has shadow with #56739B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56739B on black background.


Color preview on white background

This text has color #56739B on white background.



Black color preview on #56739B background

This text has black color on #56739B background.


White color preview on #56739B background

This text has white color on #56739B background.