COLOR #56485B

HEX: #56485B
RGB: (86,72,91)

Color info

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

RGB color model

#56485B color RGB value is (86,72,91).

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

RGB channels and saturation

R 86 of 255 = 34%
G 72 of 255 = 28%
B 91 of 255 = 36%

86
72
91

R + G + B ~ 33%. #56485B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 72 + 91 = 249 (100%)
R 86 of 249 ~ 34.54%
G 72 of 249 ~ 28.92%
B 91 of 249 ~ 36.55%

%34.54
%28.92
%36.55

CMYK color model

#56485B color CMYK value is (5,21,0,64).

  • cyan value is 5.49%
  • magenta value is 20.88%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(5,21,0,64)
C5M21Y0K64 
(5%,21%,0%,64%)
(0.05/0.21/0.00/0.64)	

CMYK percentages

%5.49
%20.88
%0
%64.31

Codes

Color #56485B in popluar color models

56485B
RGB867291
HSL284°11.66%31.96%
HSB/HSV284°20.88%35.69%
CMYK5.49%20.88%0.00%
64.31%

Color #56485B in popluar number systems.

HEX56485B
Decimal867291
Binary101011010010001011011
Octal126110133

Shades and tints

Shades of #56485B

#56485B
(86,72,91)
#4F4253
(79,66,83)
#483C4B
(72,60,75)
#413643
(65,54,67)
#3A303B
(58,48,59)
#332A33
(51,42,51)
#2C242B
(44,36,43)
#251E23
(37,30,35)
#1E181B
(30,24,27)
#171213
(23,18,19)
#100C0B
(16,12,11)
#000000
(0,0,0)

Tints of #56485B

#56485B
(86,72,91)
#655869
(101,88,105)
#746877
(116,104,119)
#837885
(131,120,133)
#928893
(146,136,147)
#A198A1
(161,152,161)
#B0A8AF
(176,168,175)
#BFB8BD
(191,184,189)
#CEC8CB
(206,200,203)
#DDD8D9
(221,216,217)
#ECE8E7
(236,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56485B; }

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

This text font color is #56485B.


Background Color

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

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

This div background color is #56485B.


Border color

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

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

This div border color is #56485B.


Opacity

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

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

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

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

This text has shadow with #56485B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56485B on black background.


Color preview on white background

This text has color #56485B on white background.



Black color preview on #56485B background

This text has black color on #56485B background.


White color preview on #56485B background

This text has white color on #56485B background.