COLOR #55467B

HEX: #55467B
RGB: (85,70,123)

Color info

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

RGB color model

#55467B color RGB value is (85,70,123).

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

RGB channels and saturation

R 85 of 255 = 33%
G 70 of 255 = 27%
B 123 of 255 = 48%

85
70
123

R + G + B ~ 36%. #55467B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 70 + 123 = 278 (100%)
R 85 of 278 ~ 30.58%
G 70 of 278 ~ 25.18%
B 123 of 278 ~ 44.24%

%30.58
%25.18
%44.24

CMYK color model

#55467B color CMYK value is (31,43,0,52).

  • cyan value is 30.89%
  • magenta value is 43.09%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(31,43,0,52)
C31M43Y0K52 
(31%,43%,0%,52%)
(0.31/0.43/0.00/0.52)	

CMYK percentages

%30.89
%43.09
%0
%51.76

Codes

Color #55467B in popluar color models

55467B
RGB8570123
HSL257°27.46%37.84%
HSB/HSV257°43.09%48.24%
CMYK30.89%43.09%0.00%
51.76%

Color #55467B in popluar number systems.

HEX55467B
Decimal8570123
Binary101010110001101111011
Octal125106173

Shades and tints

Shades of #55467B

#55467B
(85,70,123)
#4E4070
(78,64,112)
#473A65
(71,58,101)
#40345A
(64,52,90)
#392E4F
(57,46,79)
#322844
(50,40,68)
#2B2239
(43,34,57)
#241C2E
(36,28,46)
#1D1623
(29,22,35)
#161018
(22,16,24)
#0F0A0D
(15,10,13)
#000000
(0,0,0)

Tints of #55467B

#55467B
(85,70,123)
#645687
(100,86,135)
#736693
(115,102,147)
#82769F
(130,118,159)
#9186AB
(145,134,171)
#A096B7
(160,150,183)
#AFA6C3
(175,166,195)
#BEB6CF
(190,182,207)
#CDC6DB
(205,198,219)
#DCD6E7
(220,214,231)
#EBE6F3
(235,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55467B; }

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

This text font color is #55467B.


Background Color

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

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

This div background color is #55467B.


Border color

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

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

This div border color is #55467B.


Opacity

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

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

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

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

This text has shadow with #55467B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55467B on black background.


Color preview on white background

This text has color #55467B on white background.



Black color preview on #55467B background

This text has black color on #55467B background.


White color preview on #55467B background

This text has white color on #55467B background.