COLOR #551365

HEX: #551365
RGB: (85,19,101)

Color info

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

RGB color model

#551365 color RGB value is (85,19,101).

  • red value is 85;
  • green value is 19;
  • blue value is 101.
RGB:
(85,19,101)
(33%,7%,40%)

RGB channels and saturation

R 85 of 255 = 33%
G 19 of 255 = 7%
B 101 of 255 = 40%

85
19
101

R + G + B ~ 27%. #551365 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 19 + 101 = 205 (100%)
R 85 of 205 ~ 41.46%
G 19 of 205 ~ 9.27%
B 101 of 205 ~ 49.27%

%41.46
%49.27

CMYK color model

#551365 color CMYK value is (16,81,0,60).

  • cyan value is 15.84%
  • magenta value is 81.19%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(16,81,0,60)
C16M81Y0K60 
(16%,81%,0%,60%)
(0.16/0.81/0.00/0.60)	

CMYK percentages

%15.84
%81.19
%0
%60.39

Codes

Color #551365 in popluar color models

551365
RGB8519101
HSL288°68.33%23.53%
HSB/HSV288°81.19%39.61%
CMYK15.84%81.19%0.00%
60.39%

Color #551365 in popluar number systems.

HEX551365
Decimal8519101
Binary1010101100111100101
Octal12523145

Shades and tints

Shades of #551365

#551365
(85,19,101)
#4E125C
(78,18,92)
#471153
(71,17,83)
#40104A
(64,16,74)
#390F41
(57,15,65)
#320E38
(50,14,56)
#2B0D2F
(43,13,47)
#240C26
(36,12,38)
#1D0B1D
(29,11,29)
#160A14
(22,10,20)
#0F090B
(15,9,11)
#000000
(0,0,0)

Tints of #551365

#551365
(85,19,101)
#642873
(100,40,115)
#733D81
(115,61,129)
#82528F
(130,82,143)
#91679D
(145,103,157)
#A07CAB
(160,124,171)
#AF91B9
(175,145,185)
#BEA6C7
(190,166,199)
#CDBBD5
(205,187,213)
#DCD0E3
(220,208,227)
#EBE5F1
(235,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #551365 color. Also use rgb(85,19,101) instead hex code.

Text Font Color

.myTextColor { color: #551365; }

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

This text font color is #551365.


Background Color

.myBgColor { background-color: #551365; }

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

This div background color is #551365.


Border color

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

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

This div border color is #551365.


Opacity

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

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

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

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

This text has shadow with #551365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #551365 on black background.


Color preview on white background

This text has color #551365 on white background.



Black color preview on #551365 background

This text has black color on #551365 background.


White color preview on #551365 background

This text has white color on #551365 background.