COLOR #551C51

HEX: #551C51
RGB: (85,28,81)

Color info

#551C51 contains red, green and blue colors in about the same proportion. Web safe color of #551C51 is #663366 (or #636).

RGB color model

#551C51 color RGB value is (85,28,81).

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

RGB channels and saturation

R 85 of 255 = 33%
G 28 of 255 = 11%
B 81 of 255 = 32%

85
28
81

R + G + B ~ 25%. #551C51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 28 + 81 = 194 (100%)
R 85 of 194 ~ 43.81%
G 28 of 194 ~ 14.43%
B 81 of 194 ~ 41.75%

%43.81
%14.43
%41.75

CMYK color model

#551C51 color CMYK value is (0,67,5,67).

  • cyan value is 0.00%
  • magenta value is 67.06%
  • yellow value is 4.71%
  • key color value is 66.67%
CMYK: (0,67,5,67) C0M67Y5K67 (0%,67%,5%,67%) (0.00/0.67/0.05/0.67)

CMYK percentages

%0
%67.06
%4.71
%66.67

Codes

Color #551C51 in popluar color models

551C51
RGB852881
HSL304°50.44%22.16%
HSB/HSV304°67.06%33.33%
CMYK0.00%67.06%4.71%
66.67%

Color #551C51 in popluar number systems.

HEX551C51
Decimal852881
Binary1010101111001010001
Octal12534121

Shades and tints

Shades of #551C51

#551C51
(85,28,81)
#4E1A4A
(78,26,74)
#471843
(71,24,67)
#40163C
(64,22,60)
#391435
(57,20,53)
#32122E
(50,18,46)
#2B1027
(43,16,39)
#240E20
(36,14,32)
#1D0C19
(29,12,25)
#160A12
(22,10,18)
#0F080B
(15,8,11)
#000000
(0,0,0)

Tints of #551C51

#551C51
(85,28,81)
#643060
(100,48,96)
#73446F
(115,68,111)
#82587E
(130,88,126)
#916C8D
(145,108,141)
#A0809C
(160,128,156)
#AF94AB
(175,148,171)
#BEA8BA
(190,168,186)
#CDBCC9
(205,188,201)
#DCD0D8
(220,208,216)
#EBE4E7
(235,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #551C51; }

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

This text font color is #551C51.


Background Color

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

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

This div background color is #551C51.


Border color

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

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

This div border color is #551C51.


Opacity

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

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

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

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

This text has shadow with #551C51 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #551C51 on black background.


Color preview on white background

This text has color #551C51 on white background.



Black color preview on #551C51 background

This text has black color on #551C51 background.


White color preview on #551C51 background

This text has white color on #551C51 background.