COLOR #56788E

HEX: #56788E
RGB: (86,120,142)

Color info

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

RGB color model

#56788E color RGB value is (86,120,142).

  • red value is 86;
  • green value is 120;
  • blue value is 142.
RGB:
(86,120,142)
(34%,47%,56%)

RGB channels and saturation

R 86 of 255 = 34%
G 120 of 255 = 47%
B 142 of 255 = 56%

86
120
142

R + G + B ~ 46%. #56788E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
86 + 120 + 142 = 348 (100%)
R 86 of 348 ~ 24.71%
G 120 of 348 ~ 34.48%
B 142 of 348 ~ 40.8%

%24.71
%34.48
%40.8

CMYK color model

#56788E color CMYK value is (39,15,0,44).

  • cyan value is 39.44%
  • magenta value is 15.49%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(39,15,0,44)
C39M15Y0K44 
(39%,15%,0%,44%)
(0.39/0.15/0.00/0.44)	

CMYK percentages

%39.44
%15.49
%0
%44.31

Codes

Color #56788E in popluar color models

56788E
RGB86120142
HSL204°24.56%44.71%
HSB/HSV204°39.44%55.69%
CMYK39.44%15.49%0.00%
44.31%

Color #56788E in popluar number systems.

HEX56788E
Decimal86120142
Binary1010110111100010001110
Octal126170216

Shades and tints

Shades of #56788E

#56788E
(86,120,142)
#4F6E82
(79,110,130)
#486476
(72,100,118)
#415A6A
(65,90,106)
#3A505E
(58,80,94)
#334652
(51,70,82)
#2C3C46
(44,60,70)
#25323A
(37,50,58)
#1E282E
(30,40,46)
#171E22
(23,30,34)
#101416
(16,20,22)
#000000
(0,0,0)

Tints of #56788E

#56788E
(86,120,142)
#658498
(101,132,152)
#7490A2
(116,144,162)
#839CAC
(131,156,172)
#92A8B6
(146,168,182)
#A1B4C0
(161,180,192)
#B0C0CA
(176,192,202)
#BFCCD4
(191,204,212)
#CED8DE
(206,216,222)
#DDE4E8
(221,228,232)
#ECF0F2
(236,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56788E color. Also use rgb(86,120,142) instead hex code.

Text Font Color

.myTextColor { color: #56788E; }

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

This text font color is #56788E.


Background Color

.myBgColor { background-color: #56788E; }

<div style="background-color:#56788E">Inner text</div>

This div background color is #56788E.


Border color

.myBorderColor { border: 1px solid #56788E; }

<div style="border:3px solid #56788E">Div</div>

This div border color is #56788E.


Opacity

.myOpacity80 { color: #56788E; opacity: 0.8; }

<p style="color:#56788E;opacity:0.8;">80%</p>

Text with #56788E 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 #56788E;}

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

This text has shadow with #56788E color.

.textShadow {text-shadow: 3px 3px 1px #56788E, 3px 3px 1px red;}

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

This text has shadow with #56788E primary color and red secondary color.


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

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

This text has shadow with #56788E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56788E on black background.


Color preview on white background

This text has color #56788E on white background.



Black color preview on #56788E background

This text has black color on #56788E background.


White color preview on #56788E background

This text has white color on #56788E background.