COLOR #551D6B

HEX: #551D6B
RGB: (85,29,107)

Color info

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

RGB color model

#551D6B color RGB value is (85,29,107).

  • red value is 85;
  • green value is 29;
  • blue value is 107.
RGB:
(85,29,107)
(33%,11%,42%)

RGB channels and saturation

R 85 of 255 = 33%
G 29 of 255 = 11%
B 107 of 255 = 42%

85
29
107

R + G + B ~ 29%. #551D6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 29 + 107 = 221 (100%)
R 85 of 221 ~ 38.46%
G 29 of 221 ~ 13.12%
B 107 of 221 ~ 48.42%

%38.46
%13.12
%48.42

CMYK color model

#551D6B color CMYK value is (21,73,0,58).

  • cyan value is 20.56%
  • magenta value is 72.90%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(21,73,0,58)
C21M73Y0K58 
(21%,73%,0%,58%)
(0.21/0.73/0.00/0.58)	

CMYK percentages

%20.56
%72.9
%0
%58.04

Codes

Color #551D6B in popluar color models

551D6B
RGB8529107
HSL283°57.35%26.67%
HSB/HSV283°72.90%41.96%
CMYK20.56%72.90%0.00%
58.04%

Color #551D6B in popluar number systems.

HEX551D6B
Decimal8529107
Binary1010101111011101011
Octal12535153

Shades and tints

Shades of #551D6B

#551D6B
(85,29,107)
#4E1B62
(78,27,98)
#471959
(71,25,89)
#401750
(64,23,80)
#391547
(57,21,71)
#32133E
(50,19,62)
#2B1135
(43,17,53)
#240F2C
(36,15,44)
#1D0D23
(29,13,35)
#160B1A
(22,11,26)
#0F0911
(15,9,17)
#000000
(0,0,0)

Tints of #551D6B

#551D6B
(85,29,107)
#643178
(100,49,120)
#734585
(115,69,133)
#825992
(130,89,146)
#916D9F
(145,109,159)
#A081AC
(160,129,172)
#AF95B9
(175,149,185)
#BEA9C6
(190,169,198)
#CDBDD3
(205,189,211)
#DCD1E0
(220,209,224)
#EBE5ED
(235,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #551D6B color. Also use rgb(85,29,107) instead hex code.

Text Font Color

.myTextColor { color: #551D6B; }

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

This text font color is #551D6B.


Background Color

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

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

This div background color is #551D6B.


Border color

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

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

This div border color is #551D6B.


Opacity

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

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

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

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

This text has shadow with #551D6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #551D6B on black background.


Color preview on white background

This text has color #551D6B on white background.



Black color preview on #551D6B background

This text has black color on #551D6B background.


White color preview on #551D6B background

This text has white color on #551D6B background.