COLOR #551C5C

HEX: #551C5C
RGB: (85,28,92)

Color info

#551C5C contains mainly red and blue colors. Web safe color of #551C5C is #663366 (or #636).

RGB color model

#551C5C color RGB value is (85,28,92).

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

RGB channels and saturation

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

85
28
92

R + G + B ~ 27%. #551C5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 28 + 92 = 205 (100%)
R 85 of 205 ~ 41.46%
G 28 of 205 ~ 13.66%
B 92 of 205 ~ 44.88%

%41.46
%13.66
%44.88

CMYK color model

#551C5C color CMYK value is (8,70,0,64).

  • cyan value is 7.61%
  • magenta value is 69.57%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(8,70,0,64)
C8M70Y0K64 
(8%,70%,0%,64%)
(0.08/0.70/0.00/0.64)	

CMYK percentages

%7.61
%69.57
%0
%63.92

Codes

Color #551C5C in popluar color models

551C5C
RGB852892
HSL293°53.33%23.53%
HSB/HSV293°69.57%36.08%
CMYK7.61%69.57%0.00%
63.92%

Color #551C5C in popluar number systems.

HEX551C5C
Decimal852892
Binary1010101111001011100
Octal12534134

Shades and tints

Shades of #551C5C

#551C5C
(85,28,92)
#4E1A54
(78,26,84)
#47184C
(71,24,76)
#401644
(64,22,68)
#39143C
(57,20,60)
#321234
(50,18,52)
#2B102C
(43,16,44)
#240E24
(36,14,36)
#1D0C1C
(29,12,28)
#160A14
(22,10,20)
#0F080C
(15,8,12)
#000000
(0,0,0)

Tints of #551C5C

#551C5C
(85,28,92)
#64306A
(100,48,106)
#734478
(115,68,120)
#825886
(130,88,134)
#916C94
(145,108,148)
#A080A2
(160,128,162)
#AF94B0
(175,148,176)
#BEA8BE
(190,168,190)
#CDBCCC
(205,188,204)
#DCD0DA
(220,208,218)
#EBE4E8
(235,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #551C5C color. Also use rgb(85,28,92) instead hex code.

Text Font Color

.myTextColor { color: #551C5C; }

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

This text font color is #551C5C.


Background Color

.myBgColor { background-color: #551C5C; }

<div style="background-color:#551C5C">Inner text</div>

This div background color is #551C5C.


Border color

.myBorderColor { border: 1px solid #551C5C; }

<div style="border:3px solid #551C5C">Div</div>

This div border color is #551C5C.


Opacity

.myOpacity80 { color: #551C5C; opacity: 0.8; }

<p style="color:#551C5C;opacity:0.8;">80%</p>

Text with #551C5C 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 #551C5C;}

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

This text has shadow with #551C5C color.

.textShadow {text-shadow: 3px 3px 1px #551C5C, 3px 3px 1px red;}

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

This text has shadow with #551C5C primary color and red secondary color.


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

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

This text has shadow with #551C5C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #551C5C on black background.


Color preview on white background

This text has color #551C5C on white background.



Black color preview on #551C5C background

This text has black color on #551C5C background.


White color preview on #551C5C background

This text has white color on #551C5C background.