COLOR #551C58

HEX: #551C58
RGB: (85,28,88)

Color info

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

RGB color model

#551C58 color RGB value is (85,28,88).

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

RGB channels and saturation

R 85 of 255 = 33%
G 28 of 255 = 11%
B 88 of 255 = 35%

85
28
88

R + G + B ~ 26%. #551C58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 28 + 88 = 201 (100%)
R 85 of 201 ~ 42.29%
G 28 of 201 ~ 13.93%
B 88 of 201 ~ 43.78%

%42.29
%13.93
%43.78

CMYK color model

#551C58 color CMYK value is (3,68,0,65).

  • cyan value is 3.41%
  • magenta value is 68.18%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(3,68,0,65)
C3M68Y0K65 
(3%,68%,0%,65%)
(0.03/0.68/0.00/0.65)	

CMYK percentages

%3.41
%68.18
%0
%65.49

Codes

Color #551C58 in popluar color models

551C58
RGB852888
HSL297°51.72%22.75%
HSB/HSV297°68.18%34.51%
CMYK3.41%68.18%0.00%
65.49%

Color #551C58 in popluar number systems.

HEX551C58
Decimal852888
Binary1010101111001011000
Octal12534130

Shades and tints

Shades of #551C58

#551C58
(85,28,88)
#4E1A50
(78,26,80)
#471848
(71,24,72)
#401640
(64,22,64)
#391438
(57,20,56)
#321230
(50,18,48)
#2B1028
(43,16,40)
#240E20
(36,14,32)
#1D0C18
(29,12,24)
#160A10
(22,10,16)
#0F0808
(15,8,8)
#000000
(0,0,0)

Tints of #551C58

#551C58
(85,28,88)
#643067
(100,48,103)
#734476
(115,68,118)
#825885
(130,88,133)
#916C94
(145,108,148)
#A080A3
(160,128,163)
#AF94B2
(175,148,178)
#BEA8C1
(190,168,193)
#CDBCD0
(205,188,208)
#DCD0DF
(220,208,223)
#EBE4EE
(235,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #551C58; }

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

This text font color is #551C58.


Background Color

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

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

This div background color is #551C58.


Border color

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

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

This div border color is #551C58.


Opacity

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

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

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

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

This text has shadow with #551C58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #551C58 on black background.


Color preview on white background

This text has color #551C58 on white background.



Black color preview on #551C58 background

This text has black color on #551C58 background.


White color preview on #551C58 background

This text has white color on #551C58 background.