COLOR #56867D

HEX: #56867D
RGB: (86,134,125)

Color info

#56867D contains red, green and blue colors in about the same proportion. Web safe color of #56867D is #669966 (or #696).

RGB color model

#56867D color RGB value is (86,134,125).

  • red value is 86;
  • green value is 134;
  • blue value is 125.
RGB:
(86,134,125)
(34%,53%,49%)

RGB channels and saturation

R 86 of 255 = 34%
G 134 of 255 = 53%
B 125 of 255 = 49%

86
134
125

R + G + B ~ 45%. #56867D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
86 + 134 + 125 = 345 (100%)
R 86 of 345 ~ 24.93%
G 134 of 345 ~ 38.84%
B 125 of 345 ~ 36.23%

%24.93
%38.84
%36.23

CMYK color model

#56867D color CMYK value is (36,0,7,47).

  • cyan value is 35.82%
  • magenta value is 0.00%
  • yellow value is 6.72%
  • key color value is 47.45%
CMYK:
(36,0,7,47)
C36M0Y7K47 
(36%,0%,7%,47%)
(0.36/0.00/0.07/0.47)	

CMYK percentages

%35.82
%0
%6.72
%47.45

Codes

Color #56867D in popluar color models

56867D
RGB86134125
HSL169°21.82%43.14%
HSB/HSV169°35.82%52.55%
CMYK35.82%0.00%6.72%
47.45%

Color #56867D in popluar number systems.

HEX56867D
Decimal86134125
Binary1010110100001101111101
Octal126206175

Shades and tints

Shades of #56867D

#56867D
(86,134,125)
#4F7A72
(79,122,114)
#486E67
(72,110,103)
#41625C
(65,98,92)
#3A5651
(58,86,81)
#334A46
(51,74,70)
#2C3E3B
(44,62,59)
#253230
(37,50,48)
#1E2625
(30,38,37)
#171A1A
(23,26,26)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #56867D

#56867D
(86,134,125)
#659188
(101,145,136)
#749C93
(116,156,147)
#83A79E
(131,167,158)
#92B2A9
(146,178,169)
#A1BDB4
(161,189,180)
#B0C8BF
(176,200,191)
#BFD3CA
(191,211,202)
#CEDED5
(206,222,213)
#DDE9E0
(221,233,224)
#ECF4EB
(236,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56867D color. Also use rgb(86,134,125) instead hex code.

Text Font Color

.myTextColor { color: #56867D; }

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

This text font color is #56867D.


Background Color

.myBgColor { background-color: #56867D; }

<div style="background-color:#56867D">Inner text</div>

This div background color is #56867D.


Border color

.myBorderColor { border: 1px solid #56867D; }

<div style="border:3px solid #56867D">Div</div>

This div border color is #56867D.


Opacity

.myOpacity80 { color: #56867D; opacity: 0.8; }

<p style="color:#56867D;opacity:0.8;">80%</p>

Text with #56867D 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 #56867D;}

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

This text has shadow with #56867D color.

.textShadow {text-shadow: 3px 3px 1px #56867D, 3px 3px 1px red;}

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

This text has shadow with #56867D primary color and red secondary color.


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

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

This text has shadow with #56867D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56867D on black background.


Color preview on white background

This text has color #56867D on white background.



Black color preview on #56867D background

This text has black color on #56867D background.


White color preview on #56867D background

This text has white color on #56867D background.