COLOR #551A6E

HEX: #551A6E
RGB: (85,26,110)

Color info

#551A6E contains mainly red and blue colors. Web safe color of #551A6E is #660066 (or #606).

RGB color model

#551A6E color RGB value is (85,26,110).

  • red value is 85;
  • green value is 26;
  • blue value is 110.
RGB:
(85,26,110)
(33%,10%,43%)

RGB channels and saturation

R 85 of 255 = 33%
G 26 of 255 = 10%
B 110 of 255 = 43%

85
26
110

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

Portions of RGB colors in percentages

R + G + B =
85 + 26 + 110 = 221 (100%)
R 85 of 221 ~ 38.46%
G 26 of 221 ~ 11.76%
B 110 of 221 ~ 49.77%

%38.46
%11.76
%49.77

CMYK color model

#551A6E color CMYK value is (23,76,0,57).

  • cyan value is 22.73%
  • magenta value is 76.36%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(23,76,0,57)
C23M76Y0K57 
(23%,76%,0%,57%)
(0.23/0.76/0.00/0.57)	

CMYK percentages

%22.73
%76.36
%0
%56.86

Codes

Color #551A6E in popluar color models

551A6E
RGB8526110
HSL282°61.76%26.67%
HSB/HSV282°76.36%43.14%
CMYK22.73%76.36%0.00%
56.86%

Color #551A6E in popluar number systems.

HEX551A6E
Decimal8526110
Binary1010101110101101110
Octal12532156

Shades and tints

Shades of #551A6E

#551A6E
(85,26,110)
#4E1864
(78,24,100)
#47165A
(71,22,90)
#401450
(64,20,80)
#391246
(57,18,70)
#32103C
(50,16,60)
#2B0E32
(43,14,50)
#240C28
(36,12,40)
#1D0A1E
(29,10,30)
#160814
(22,8,20)
#0F060A
(15,6,10)
#000000
(0,0,0)

Tints of #551A6E

#551A6E
(85,26,110)
#642E7B
(100,46,123)
#734288
(115,66,136)
#825695
(130,86,149)
#916AA2
(145,106,162)
#A07EAF
(160,126,175)
#AF92BC
(175,146,188)
#BEA6C9
(190,166,201)
#CDBAD6
(205,186,214)
#DCCEE3
(220,206,227)
#EBE2F0
(235,226,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #551A6E color. Also use rgb(85,26,110) instead hex code.

Text Font Color

.myTextColor { color: #551A6E; }

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

This text font color is #551A6E.


Background Color

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

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

This div background color is #551A6E.


Border color

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

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

This div border color is #551A6E.


Opacity

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

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

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

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

This text has shadow with #551A6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #551A6E on black background.


Color preview on white background

This text has color #551A6E on white background.



Black color preview on #551A6E background

This text has black color on #551A6E background.


White color preview on #551A6E background

This text has white color on #551A6E background.