COLOR #550C5C

HEX: #550C5C
RGB: (85,12,92)

Color info

#550C5C contains mainly red and blue colors. Web safe color of #550C5C is #660066 (or #606).

RGB color model

#550C5C color RGB value is (85,12,92).

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

RGB channels and saturation

R 85 of 255 = 33%
G 12 of 255 = 5%
B 92 of 255 = 36%

85
12
92

R + G + B ~ 25%. #550C5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 12 + 92 = 189 (100%)
R 85 of 189 ~ 44.97%
G 12 of 189 ~ 6.35%
B 92 of 189 ~ 48.68%

%44.97
%48.68

CMYK color model

#550C5C color CMYK value is (8,87,0,64).

  • cyan value is 7.61%
  • magenta value is 86.96%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(8,87,0,64)
C8M87Y0K64 
(8%,87%,0%,64%)
(0.08/0.87/0.00/0.64)	

CMYK percentages

%7.61
%86.96
%0
%63.92

Codes

Color #550C5C in popluar color models

550C5C
RGB851292
HSL295°76.92%20.39%
HSB/HSV295°86.96%36.08%
CMYK7.61%86.96%0.00%
63.92%

Color #550C5C in popluar number systems.

HEX550C5C
Decimal851292
Binary101010111001011100
Octal12514134

Shades and tints

Shades of #550C5C

#550C5C
(85,12,92)
#4E0B54
(78,11,84)
#470A4C
(71,10,76)
#400944
(64,9,68)
#39083C
(57,8,60)
#320734
(50,7,52)
#2B062C
(43,6,44)
#240524
(36,5,36)
#1D041C
(29,4,28)
#160314
(22,3,20)
#0F020C
(15,2,12)
#000000
(0,0,0)

Tints of #550C5C

#550C5C
(85,12,92)
#64226A
(100,34,106)
#733878
(115,56,120)
#824E86
(130,78,134)
#916494
(145,100,148)
#A07AA2
(160,122,162)
#AF90B0
(175,144,176)
#BEA6BE
(190,166,190)
#CDBCCC
(205,188,204)
#DCD2DA
(220,210,218)
#EBE8E8
(235,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #550C5C; }

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

This text font color is #550C5C.


Background Color

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

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

This div background color is #550C5C.


Border color

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

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

This div border color is #550C5C.


Opacity

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

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

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

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

This text has shadow with #550C5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #550C5C on black background.


Color preview on white background

This text has color #550C5C on white background.



Black color preview on #550C5C background

This text has black color on #550C5C background.


White color preview on #550C5C background

This text has white color on #550C5C background.