COLOR #56849B

HEX: #56849B RGB: (86,132,155)

Color info

#56849B contains mainly green and blue colors. Web safe color of #56849B is #669999 (or #699).

RGB color model

#56849B color RGB value is (86,132,155).

RGB: (86,132,155) (34%, 52%, 61%)

RGB channels and saturation

R 86 of 255 = 34%
G 132 of 255 = 52%
B 155 of 255 = 61%

86
132
155

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

Portions of RGB colors in percentages

R + G + B = 86 + 132 + 155 = 373 (100%)
R 86 of 373 ~ 23.06%
G 132 of 373 ~ 35.39%
B 155 of 373 ~ 41.55'%

%23.06
%35.39
%41.55

CMYK color model

#56849B color CMYK value is (45,15,0,39).

  • cyan value is 44.52%
  • magenta value is 14.84%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (45,15,0,39)
C45M15Y0K39 (45%, 15%, 0%, 39%)
(0.45 / 0.15 / 0.00 / 0.39)

CMYK percentages

%44.52
%14.84
%0
%39.22

Codes

Color #56849B in popluar color models

56 84 9B
RGB 86 132 155
HSL 200° 28.63% 47.25%
HSB/HSV 200° 44.52% 60.78%
CMYK 44.52% 14.84% 0.00%
39.22%

Color #56849B in popluar number systems.

HEX 56 84 9B
Decimal 86 132 155
Binary 1010110 10000100 10011011
Octal 126 204 233

Shades and tints

Shades of #56849B

#56849B
(86,132,155)
#4F788D
(79,120,141)
#486C7F
(72,108,127)
#416071
(65,96,113)
#3A5463
(58,84,99)
#334855
(51,72,85)
#2C3C47
(44,60,71)
#253039
(37,48,57)
#1E242B
(30,36,43)
#17181D
(23,24,29)
#100C0F
(16,12,15)
#000000
(0,0,0)

Tints of #56849B

#56849B
(86,132,155)
#658FA4
(101,143,164)
#749AAD
(116,154,173)
#83A5B6
(131,165,182)
#92B0BF
(146,176,191)
#A1BBC8
(161,187,200)
#B0C6D1
(176,198,209)
#BFD1DA
(191,209,218)
#CEDCE3
(206,220,227)
#DDE7EC
(221,231,236)
#ECF2F5
(236,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56849B; }

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

This text font color is #56849B.

Background Color

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

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

This div background color is #56849B.

Border color

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

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

This div border color is #56849B.

Opacity

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

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

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

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

This text has shadow with #56849B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #56849B.

Preview

Color preview on black background

This text has color #56849B on black background.


Color preview on white background

This text has color #56849B on white background.


Black color preview on #56849B background

This text has black color on #56849B background.


White color preview on #56849B background

This text has white color on #56849B background.


Related colors

Complementary color

Complementary color for #hex is #A97B64.


I love getcolorcode.com

Triadic colors

1 #9B5684 and #849B56 with #56849B are triadic colors.

2 #9B8456 and #84569B with #56849B are triadic colors.