COLOR #550E65

HEX: #550E65
RGB: (85,14,101)

Color info

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

RGB color model

#550E65 color RGB value is (85,14,101).

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

RGB channels and saturation

R 85 of 255 = 33%
G 14 of 255 = 5%
B 101 of 255 = 40%

85
14
101

R + G + B ~ 26%. #550E65 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 14 + 101 = 200 (100%)
R 85 of 200 ~ 42.5%
G 14 of 200 ~ 7%
B 101 of 200 ~ 50.5%

%42.5
%50.5

CMYK color model

#550E65 color CMYK value is (16,86,0,60).

  • cyan value is 15.84%
  • magenta value is 86.14%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(16,86,0,60)
C16M86Y0K60 
(16%,86%,0%,60%)
(0.16/0.86/0.00/0.60)	

CMYK percentages

%15.84
%86.14
%0
%60.39

Codes

Color #550E65 in popluar color models

550E65
RGB8514101
HSL289°75.65%22.55%
HSB/HSV289°86.14%39.61%
CMYK15.84%86.14%0.00%
60.39%

Color #550E65 in popluar number systems.

HEX550E65
Decimal8514101
Binary101010111101100101
Octal12516145

Shades and tints

Shades of #550E65

#550E65
(85,14,101)
#4E0D5C
(78,13,92)
#470C53
(71,12,83)
#400B4A
(64,11,74)
#390A41
(57,10,65)
#320938
(50,9,56)
#2B082F
(43,8,47)
#240726
(36,7,38)
#1D061D
(29,6,29)
#160514
(22,5,20)
#0F040B
(15,4,11)
#000000
(0,0,0)

Tints of #550E65

#550E65
(85,14,101)
#642373
(100,35,115)
#733881
(115,56,129)
#824D8F
(130,77,143)
#91629D
(145,98,157)
#A077AB
(160,119,171)
#AF8CB9
(175,140,185)
#BEA1C7
(190,161,199)
#CDB6D5
(205,182,213)
#DCCBE3
(220,203,227)
#EBE0F1
(235,224,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #550E65; }

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

This text font color is #550E65.


Background Color

.myBgColor { background-color: #550E65; }

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

This div background color is #550E65.


Border color

.myBorderColor { border: 1px solid #550E65; }

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

This div border color is #550E65.


Opacity

.myOpacity80 { color: #550E65; opacity: 0.8; }

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

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

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

This text has shadow with #550E65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #550E65 on black background.


Color preview on white background

This text has color #550E65 on white background.



Black color preview on #550E65 background

This text has black color on #550E65 background.


White color preview on #550E65 background

This text has white color on #550E65 background.