COLOR #550B4D

HEX: #550B4D RGB: (85,11,77)

Color info

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

RGB color model

#550B4D color RGB value is (85,11,77).

RGB: (85,11,77) (33%, 4%, 30%)

RGB channels and saturation

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

85
11
77

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

Portions of RGB colors in percentages

R + G + B = 85 + 11 + 77 = 173 (100%)
R 85 of 173 ~ 49.13%
G 11 of 173 ~ 6.36%
B 77 of 173 ~ 44.51'%

%49.13
%44.51

CMYK color model

#550B4D color CMYK value is (0,87,9,67).

  • cyan value is 0.00%
  • magenta value is 87.06%
  • yellow value is 9.41%
  • key color value is 66.67%

CMYK: (0,87,9,67)
C0M87Y9K67 (0%, 87%, 9%, 67%)
(0.00 / 0.87 / 0.09 / 0.67)

CMYK percentages

%0
%87.06
%9.41
%66.67

Codes

Color #550B4D in popluar color models

55 0B 4D
RGB 85 11 77
HSL 306° 77.08% 18.82%
HSB/HSV 306° 87.06% 33.33%
CMYK 0.00% 87.06% 9.41%
66.67%

Color #550B4D in popluar number systems.

HEX 55 0B 4D
Decimal 85 11 77
Binary 1010101 1011 1001101
Octal 125 13 115

Shades and tints

Shades of #550B4D

#550B4D
(85,11,77)
#4E0A46
(78,10,70)
#47093F
(71,9,63)
#400838
(64,8,56)
#390731
(57,7,49)
#32062A
(50,6,42)
#2B0523
(43,5,35)
#24041C
(36,4,28)
#1D0315
(29,3,21)
#16020E
(22,2,14)
#0F0107
(15,1,7)
#000000
(0,0,0)

Tints of #550B4D

#550B4D
(85,11,77)
#64215D
(100,33,93)
#73376D
(115,55,109)
#824D7D
(130,77,125)
#91638D
(145,99,141)
#A0799D
(160,121,157)
#AF8FAD
(175,143,173)
#BEA5BD
(190,165,189)
#CDBBCD
(205,187,205)
#DCD1DD
(220,209,221)
#EBE7ED
(235,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #550B4D; }

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

This text font color is #550B4D.

Background Color

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

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

This div background color is #550B4D.

Border color

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

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

This div border color is #550B4D.

Opacity

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

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

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

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

This text has shadow with #550B4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #550B4D.

Preview

Color preview on black background

This text has color #550B4D on black background.


Color preview on white background

This text has color #550B4D on white background.


Black color preview on #550B4D background

This text has black color on #550B4D background.


White color preview on #550B4D background

This text has white color on #550B4D background.


Related colors

Complementary color

Complementary color for #hex is #AAF4B2.


I love getcolorcode.com

Triadic colors

1 #4D550B and #0B4D55 with #550B4D are triadic colors.

2 #4D0B55 and #0B554D with #550B4D are triadic colors.