COLOR #55485C

HEX: #55485C
RGB: (85,72,92)

Color info

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

RGB color model

#55485C color RGB value is (85,72,92).

  • red value is 85;
  • green value is 72;
  • blue value is 92.
RGB:
(85,72,92)
(33%,28%,36%)

RGB channels and saturation

R 85 of 255 = 33%
G 72 of 255 = 28%
B 92 of 255 = 36%

85
72
92

R + G + B ~ 32%. #55485C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 72 + 92 = 249 (100%)
R 85 of 249 ~ 34.14%
G 72 of 249 ~ 28.92%
B 92 of 249 ~ 36.95%

%34.14
%28.92
%36.95

CMYK color model

#55485C color CMYK value is (8,22,0,64).

  • cyan value is 7.61%
  • magenta value is 21.74%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(8,22,0,64)
C8M22Y0K64 
(8%,22%,0%,64%)
(0.08/0.22/0.00/0.64)	

CMYK percentages

%7.61
%21.74
%0
%63.92

Codes

Color #55485C in popluar color models

55485C
RGB857292
HSL279°12.20%32.16%
HSB/HSV279°21.74%36.08%
CMYK7.61%21.74%0.00%
63.92%

Color #55485C in popluar number systems.

HEX55485C
Decimal857292
Binary101010110010001011100
Octal125110134

Shades and tints

Shades of #55485C

#55485C
(85,72,92)
#4E4254
(78,66,84)
#473C4C
(71,60,76)
#403644
(64,54,68)
#39303C
(57,48,60)
#322A34
(50,42,52)
#2B242C
(43,36,44)
#241E24
(36,30,36)
#1D181C
(29,24,28)
#161214
(22,18,20)
#0F0C0C
(15,12,12)
#000000
(0,0,0)

Tints of #55485C

#55485C
(85,72,92)
#64586A
(100,88,106)
#736878
(115,104,120)
#827886
(130,120,134)
#918894
(145,136,148)
#A098A2
(160,152,162)
#AFA8B0
(175,168,176)
#BEB8BE
(190,184,190)
#CDC8CC
(205,200,204)
#DCD8DA
(220,216,218)
#EBE8E8
(235,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55485C color. Also use rgb(85,72,92) instead hex code.

Text Font Color

.myTextColor { color: #55485C; }

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

This text font color is #55485C.


Background Color

.myBgColor { background-color: #55485C; }

<div style="background-color:#55485C">Inner text</div>

This div background color is #55485C.


Border color

.myBorderColor { border: 1px solid #55485C; }

<div style="border:3px solid #55485C">Div</div>

This div border color is #55485C.


Opacity

.myOpacity80 { color: #55485C; opacity: 0.8; }

<p style="color:#55485C;opacity:0.8;">80%</p>

Text with #55485C 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 #55485C;}

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

This text has shadow with #55485C color.

.textShadow {text-shadow: 3px 3px 1px #55485C, 3px 3px 1px red;}

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

This text has shadow with #55485C primary color and red secondary color.


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

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

This text has shadow with #55485C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55485C on black background.


Color preview on white background

This text has color #55485C on white background.



Black color preview on #55485C background

This text has black color on #55485C background.


White color preview on #55485C background

This text has white color on #55485C background.