COLOR #56859C

HEX: #56859C
RGB: (86,133,156)

Color info

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

RGB color model

#56859C color RGB value is (86,133,156).

  • red value is 86;
  • green value is 133;
  • blue value is 156.
RGB:
(86,133,156)
(34%,52%,61%)

RGB channels and saturation

R 86 of 255 = 34%
G 133 of 255 = 52%
B 156 of 255 = 61%

86
133
156

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

Portions of RGB colors in percentages

R + G + B =
86 + 133 + 156 = 375 (100%)
R 86 of 375 ~ 22.93%
G 133 of 375 ~ 35.47%
B 156 of 375 ~ 41.6%

%22.93
%35.47
%41.6

CMYK color model

#56859C color CMYK value is (45,15,0,39).

  • cyan value is 44.87%
  • magenta value is 14.74%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(45,15,0,39)
C45M15Y0K39 
(45%,15%,0%,39%)
(0.45/0.15/0.00/0.39)	

CMYK percentages

%44.87
%14.74
%0
%38.82

Codes

Color #56859C in popluar color models

56859C
RGB86133156
HSL200°28.93%47.45%
HSB/HSV200°44.87%61.18%
CMYK44.87%14.74%0.00%
38.82%

Color #56859C in popluar number systems.

HEX56859C
Decimal86133156
Binary10101101000010110011100
Octal126205234

Shades and tints

Shades of #56859C

#56859C
(86,133,156)
#4F798E
(79,121,142)
#486D80
(72,109,128)
#416172
(65,97,114)
#3A5564
(58,85,100)
#334956
(51,73,86)
#2C3D48
(44,61,72)
#25313A
(37,49,58)
#1E252C
(30,37,44)
#17191E
(23,25,30)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #56859C

#56859C
(86,133,156)
#6590A5
(101,144,165)
#749BAE
(116,155,174)
#83A6B7
(131,166,183)
#92B1C0
(146,177,192)
#A1BCC9
(161,188,201)
#B0C7D2
(176,199,210)
#BFD2DB
(191,210,219)
#CEDDE4
(206,221,228)
#DDE8ED
(221,232,237)
#ECF3F6
(236,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56859C color. Also use rgb(86,133,156) instead hex code.

Text Font Color

.myTextColor { color: #56859C; }

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

This text font color is #56859C.


Background Color

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

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

This div background color is #56859C.


Border color

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

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

This div border color is #56859C.


Opacity

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

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

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

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

This text has shadow with #56859C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56859C on black background.


Color preview on white background

This text has color #56859C on white background.



Black color preview on #56859C background

This text has black color on #56859C background.


White color preview on #56859C background

This text has white color on #56859C background.