COLOR #550F84

HEX: #550F84
RGB: (85,15,132)

Color info

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

RGB color model

#550F84 color RGB value is (85,15,132).

  • red value is 85;
  • green value is 15;
  • blue value is 132.
RGB:
(85,15,132)
(33%,6%,52%)

RGB channels and saturation

R 85 of 255 = 33%
G 15 of 255 = 6%
B 132 of 255 = 52%

85
15
132

R + G + B ~ 30%. #550F84 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 15 + 132 = 232 (100%)
R 85 of 232 ~ 36.64%
G 15 of 232 ~ 6.47%
B 132 of 232 ~ 56.9%

%36.64
%56.9

CMYK color model

#550F84 color CMYK value is (36,89,0,48).

  • cyan value is 35.61%
  • magenta value is 88.64%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(36,89,0,48)
C36M89Y0K48 
(36%,89%,0%,48%)
(0.36/0.89/0.00/0.48)	

CMYK percentages

%35.61
%88.64
%0
%48.24

Codes

Color #550F84 in popluar color models

550F84
RGB8515132
HSL276°79.59%28.82%
HSB/HSV276°88.64%51.76%
CMYK35.61%88.64%0.00%
48.24%

Color #550F84 in popluar number systems.

HEX550F84
Decimal8515132
Binary1010101111110000100
Octal12517204

Shades and tints

Shades of #550F84

#550F84
(85,15,132)
#4E0E78
(78,14,120)
#470D6C
(71,13,108)
#400C60
(64,12,96)
#390B54
(57,11,84)
#320A48
(50,10,72)
#2B093C
(43,9,60)
#240830
(36,8,48)
#1D0724
(29,7,36)
#160618
(22,6,24)
#0F050C
(15,5,12)
#000000
(0,0,0)

Tints of #550F84

#550F84
(85,15,132)
#64248F
(100,36,143)
#73399A
(115,57,154)
#824EA5
(130,78,165)
#9163B0
(145,99,176)
#A078BB
(160,120,187)
#AF8DC6
(175,141,198)
#BEA2D1
(190,162,209)
#CDB7DC
(205,183,220)
#DCCCE7
(220,204,231)
#EBE1F2
(235,225,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #550F84 color. Also use rgb(85,15,132) instead hex code.

Text Font Color

.myTextColor { color: #550F84; }

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

This text font color is #550F84.


Background Color

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

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

This div background color is #550F84.


Border color

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

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

This div border color is #550F84.


Opacity

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

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

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

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

This text has shadow with #550F84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #550F84 on black background.


Color preview on white background

This text has color #550F84 on white background.



Black color preview on #550F84 background

This text has black color on #550F84 background.


White color preview on #550F84 background

This text has white color on #550F84 background.