COLOR #551582

HEX: #551582
RGB: (85,21,130)

Color info

#551582 contains mainly red and blue colors. Web safe color of #551582 is #660099 (or #609).

RGB color model

#551582 color RGB value is (85,21,130).

  • red value is 85;
  • green value is 21;
  • blue value is 130.
RGB:
(85,21,130)
(33%,8%,51%)

RGB channels and saturation

R 85 of 255 = 33%
G 21 of 255 = 8%
B 130 of 255 = 51%

85
21
130

R + G + B ~ 31%. #551582 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 21 + 130 = 236 (100%)
R 85 of 236 ~ 36.02%
G 21 of 236 ~ 8.9%
B 130 of 236 ~ 55.08%

%36.02
%55.08

CMYK color model

#551582 color CMYK value is (35,84,0,49).

  • cyan value is 34.62%
  • magenta value is 83.85%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(35,84,0,49)
C35M84Y0K49 
(35%,84%,0%,49%)
(0.35/0.84/0.00/0.49)	

CMYK percentages

%34.62
%83.85
%0
%49.02

Codes

Color #551582 in popluar color models

551582
RGB8521130
HSL275°72.19%29.61%
HSB/HSV275°83.85%50.98%
CMYK34.62%83.85%0.00%
49.02%

Color #551582 in popluar number systems.

HEX551582
Decimal8521130
Binary10101011010110000010
Octal12525202

Shades and tints

Shades of #551582

#551582
(85,21,130)
#4E1477
(78,20,119)
#47136C
(71,19,108)
#401261
(64,18,97)
#391156
(57,17,86)
#32104B
(50,16,75)
#2B0F40
(43,15,64)
#240E35
(36,14,53)
#1D0D2A
(29,13,42)
#160C1F
(22,12,31)
#0F0B14
(15,11,20)
#000000
(0,0,0)

Tints of #551582

#551582
(85,21,130)
#642A8D
(100,42,141)
#733F98
(115,63,152)
#8254A3
(130,84,163)
#9169AE
(145,105,174)
#A07EB9
(160,126,185)
#AF93C4
(175,147,196)
#BEA8CF
(190,168,207)
#CDBDDA
(205,189,218)
#DCD2E5
(220,210,229)
#EBE7F0
(235,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #551582 color. Also use rgb(85,21,130) instead hex code.

Text Font Color

.myTextColor { color: #551582; }

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

This text font color is #551582.


Background Color

.myBgColor { background-color: #551582; }

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

This div background color is #551582.


Border color

.myBorderColor { border: 1px solid #551582; }

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

This div border color is #551582.


Opacity

.myOpacity80 { color: #551582; opacity: 0.8; }

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

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

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

This text has shadow with #551582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #551582 on black background.


Color preview on white background

This text has color #551582 on white background.



Black color preview on #551582 background

This text has black color on #551582 background.


White color preview on #551582 background

This text has white color on #551582 background.