COLOR #56486B

HEX: #56486B
RGB: (86,72,107)

Color info

#56486B contains red, green and blue colors in about the same proportion. Web safe color of #56486B is #663366 (or #636).

RGB color model

#56486B color RGB value is (86,72,107).

  • red value is 86;
  • green value is 72;
  • blue value is 107.
RGB:
(86,72,107)
(34%,28%,42%)

RGB channels and saturation

R 86 of 255 = 34%
G 72 of 255 = 28%
B 107 of 255 = 42%

86
72
107

R + G + B ~ 35%. #56486B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 72 + 107 = 265 (100%)
R 86 of 265 ~ 32.45%
G 72 of 265 ~ 27.17%
B 107 of 265 ~ 40.38%

%32.45
%27.17
%40.38

CMYK color model

#56486B color CMYK value is (20,33,0,58).

  • cyan value is 19.63%
  • magenta value is 32.71%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(20,33,0,58)
C20M33Y0K58 
(20%,33%,0%,58%)
(0.20/0.33/0.00/0.58)	

CMYK percentages

%19.63
%32.71
%0
%58.04

Codes

Color #56486B in popluar color models

56486B
RGB8672107
HSL264°19.55%35.10%
HSB/HSV264°32.71%41.96%
CMYK19.63%32.71%0.00%
58.04%

Color #56486B in popluar number systems.

HEX56486B
Decimal8672107
Binary101011010010001101011
Octal126110153

Shades and tints

Shades of #56486B

#56486B
(86,72,107)
#4F4262
(79,66,98)
#483C59
(72,60,89)
#413650
(65,54,80)
#3A3047
(58,48,71)
#332A3E
(51,42,62)
#2C2435
(44,36,53)
#251E2C
(37,30,44)
#1E1823
(30,24,35)
#17121A
(23,18,26)
#100C11
(16,12,17)
#000000
(0,0,0)

Tints of #56486B

#56486B
(86,72,107)
#655878
(101,88,120)
#746885
(116,104,133)
#837892
(131,120,146)
#92889F
(146,136,159)
#A198AC
(161,152,172)
#B0A8B9
(176,168,185)
#BFB8C6
(191,184,198)
#CEC8D3
(206,200,211)
#DDD8E0
(221,216,224)
#ECE8ED
(236,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56486B color. Also use rgb(86,72,107) instead hex code.

Text Font Color

.myTextColor { color: #56486B; }

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

This text font color is #56486B.


Background Color

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

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

This div background color is #56486B.


Border color

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

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

This div border color is #56486B.


Opacity

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

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

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

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

This text has shadow with #56486B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56486B on black background.


Color preview on white background

This text has color #56486B on white background.



Black color preview on #56486B background

This text has black color on #56486B background.


White color preview on #56486B background

This text has white color on #56486B background.