COLOR #550B4C

HEX: #550B4C
RGB: (85,11,76)

Color info

#550B4C contains mainly red and blue colors. Web safe color of #550B4C is #660033 (or #603).

RGB color model

#550B4C color RGB value is (85,11,76).

  • red value is 85;
  • green value is 11;
  • blue value is 76.
RGB:
(85,11,76)
(33%,4%,30%)

RGB channels and saturation

R 85 of 255 = 33%
G 11 of 255 = 4%
B 76 of 255 = 30%

85
11
76

R + G + B ~ 22%. #550B4C is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 11 + 76 = 172 (100%)
R 85 of 172 ~ 49.42%
G 11 of 172 ~ 6.4%
B 76 of 172 ~ 44.19%

%49.42
%44.19

CMYK color model

#550B4C color CMYK value is (0,87,11,67).

  • cyan value is 0.00%
  • magenta value is 87.06%
  • yellow value is 10.59%
  • key color value is 66.67%
CMYK:
(0,87,11,67)
C0M87Y11K67 
(0%,87%,11%,67%)
(0.00/0.87/0.11/0.67)	

CMYK percentages

%0
%87.06
%10.59
%66.67

Codes

Color #550B4C in popluar color models

550B4C
RGB851176
HSL307°77.08%18.82%
HSB/HSV307°87.06%33.33%
CMYK0.00%87.06%10.59%
66.67%

Color #550B4C in popluar number systems.

HEX550B4C
Decimal851176
Binary101010110111001100
Octal12513114

Shades and tints

Shades of #550B4C

#550B4C
(85,11,76)
#4E0A46
(78,10,70)
#470940
(71,9,64)
#40083A
(64,8,58)
#390734
(57,7,52)
#32062E
(50,6,46)
#2B0528
(43,5,40)
#240422
(36,4,34)
#1D031C
(29,3,28)
#160216
(22,2,22)
#0F0110
(15,1,16)
#000000
(0,0,0)

Tints of #550B4C

#550B4C
(85,11,76)
#64215C
(100,33,92)
#73376C
(115,55,108)
#824D7C
(130,77,124)
#91638C
(145,99,140)
#A0799C
(160,121,156)
#AF8FAC
(175,143,172)
#BEA5BC
(190,165,188)
#CDBBCC
(205,187,204)
#DCD1DC
(220,209,220)
#EBE7EC
(235,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #550B4C color. Also use rgb(85,11,76) instead hex code.

Text Font Color

.myTextColor { color: #550B4C; }

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

This text font color is #550B4C.


Background Color

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

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

This div background color is #550B4C.


Border color

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

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

This div border color is #550B4C.


Opacity

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

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

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

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

This text has shadow with #550B4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #550B4C on black background.


Color preview on white background

This text has color #550B4C on white background.



Black color preview on #550B4C background

This text has black color on #550B4C background.


White color preview on #550B4C background

This text has white color on #550B4C background.