COLOR #55326C

HEX: #55326C
RGB: (85,50,108)

Color info

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

RGB color model

#55326C color RGB value is (85,50,108).

  • red value is 85;
  • green value is 50;
  • blue value is 108.
RGB:
(85,50,108)
(33%,20%,42%)

RGB channels and saturation

R 85 of 255 = 33%
G 50 of 255 = 20%
B 108 of 255 = 42%

85
50
108

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

Portions of RGB colors in percentages

R + G + B =
85 + 50 + 108 = 243 (100%)
R 85 of 243 ~ 34.98%
G 50 of 243 ~ 20.58%
B 108 of 243 ~ 44.44%

%34.98
%20.58
%44.44

CMYK color model

#55326C color CMYK value is (21,54,0,58).

  • cyan value is 21.30%
  • magenta value is 53.70%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(21,54,0,58)
C21M54Y0K58 
(21%,54%,0%,58%)
(0.21/0.54/0.00/0.58)	

CMYK percentages

%21.3
%53.7
%0
%57.65

Codes

Color #55326C in popluar color models

55326C
RGB8550108
HSL276°36.71%30.98%
HSB/HSV276°53.70%42.35%
CMYK21.30%53.70%0.00%
57.65%

Color #55326C in popluar number systems.

HEX55326C
Decimal8550108
Binary10101011100101101100
Octal12562154

Shades and tints

Shades of #55326C

#55326C
(85,50,108)
#4E2E63
(78,46,99)
#472A5A
(71,42,90)
#402651
(64,38,81)
#392248
(57,34,72)
#321E3F
(50,30,63)
#2B1A36
(43,26,54)
#24162D
(36,22,45)
#1D1224
(29,18,36)
#160E1B
(22,14,27)
#0F0A12
(15,10,18)
#000000
(0,0,0)

Tints of #55326C

#55326C
(85,50,108)
#644479
(100,68,121)
#735686
(115,86,134)
#826893
(130,104,147)
#917AA0
(145,122,160)
#A08CAD
(160,140,173)
#AF9EBA
(175,158,186)
#BEB0C7
(190,176,199)
#CDC2D4
(205,194,212)
#DCD4E1
(220,212,225)
#EBE6EE
(235,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55326C color. Also use rgb(85,50,108) instead hex code.

Text Font Color

.myTextColor { color: #55326C; }

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

This text font color is #55326C.


Background Color

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

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

This div background color is #55326C.


Border color

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

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

This div border color is #55326C.


Opacity

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

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

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

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

This text has shadow with #55326C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55326C on black background.


Color preview on white background

This text has color #55326C on white background.



Black color preview on #55326C background

This text has black color on #55326C background.


White color preview on #55326C background

This text has white color on #55326C background.