COLOR #55466B

HEX: #55466B
RGB: (85,70,107)

Color info

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

RGB color model

#55466B color RGB value is (85,70,107).

  • red value is 85;
  • green value is 70;
  • blue value is 107.
RGB:
(85,70,107)
(33%,27%,42%)

RGB channels and saturation

R 85 of 255 = 33%
G 70 of 255 = 27%
B 107 of 255 = 42%

85
70
107

R + G + B ~ 34%. #55466B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 70 + 107 = 262 (100%)
R 85 of 262 ~ 32.44%
G 70 of 262 ~ 26.72%
B 107 of 262 ~ 40.84%

%32.44
%26.72
%40.84

CMYK color model

#55466B color CMYK value is (21,35,0,58).

  • cyan value is 20.56%
  • magenta value is 34.58%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(21,35,0,58)
C21M35Y0K58 
(21%,35%,0%,58%)
(0.21/0.35/0.00/0.58)	

CMYK percentages

%20.56
%34.58
%0
%58.04

Codes

Color #55466B in popluar color models

55466B
RGB8570107
HSL264°20.90%34.71%
HSB/HSV264°34.58%41.96%
CMYK20.56%34.58%0.00%
58.04%

Color #55466B in popluar number systems.

HEX55466B
Decimal8570107
Binary101010110001101101011
Octal125106153

Shades and tints

Shades of #55466B

#55466B
(85,70,107)
#4E4062
(78,64,98)
#473A59
(71,58,89)
#403450
(64,52,80)
#392E47
(57,46,71)
#32283E
(50,40,62)
#2B2235
(43,34,53)
#241C2C
(36,28,44)
#1D1623
(29,22,35)
#16101A
(22,16,26)
#0F0A11
(15,10,17)
#000000
(0,0,0)

Tints of #55466B

#55466B
(85,70,107)
#645678
(100,86,120)
#736685
(115,102,133)
#827692
(130,118,146)
#91869F
(145,134,159)
#A096AC
(160,150,172)
#AFA6B9
(175,166,185)
#BEB6C6
(190,182,198)
#CDC6D3
(205,198,211)
#DCD6E0
(220,214,224)
#EBE6ED
(235,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55466B color. Also use rgb(85,70,107) instead hex code.

Text Font Color

.myTextColor { color: #55466B; }

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

This text font color is #55466B.


Background Color

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

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

This div background color is #55466B.


Border color

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

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

This div border color is #55466B.


Opacity

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

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

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

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

This text has shadow with #55466B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55466B on black background.


Color preview on white background

This text has color #55466B on white background.



Black color preview on #55466B background

This text has black color on #55466B background.


White color preview on #55466B background

This text has white color on #55466B background.