COLOR #550662

HEX: #550662
RGB: (85,6,98)

Color info

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

RGB color model

#550662 color RGB value is (85,6,98).

  • red value is 85;
  • green value is 6;
  • blue value is 98.
RGB:
(85,6,98)
(33%,2%,38%)

RGB channels and saturation

R 85 of 255 = 33%
G 6 of 255 = 2%
B 98 of 255 = 38%

85
6
98

R + G + B ~ 24%. #550662 is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 6 + 98 = 189 (100%)
R 85 of 189 ~ 44.97%
G 6 of 189 ~ 3.17%
B 98 of 189 ~ 51.85%

%44.97
%51.85

CMYK color model

#550662 color CMYK value is (13,94,0,62).

  • cyan value is 13.27%
  • magenta value is 93.88%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(13,94,0,62)
C13M94Y0K62 
(13%,94%,0%,62%)
(0.13/0.94/0.00/0.62)	

CMYK percentages

%13.27
%93.88
%0
%61.57

Codes

Color #550662 in popluar color models

550662
RGB85698
HSL292°88.46%20.39%
HSB/HSV292°93.88%38.43%
CMYK13.27%93.88%0.00%
61.57%

Color #550662 in popluar number systems.

HEX550662
Decimal85698
Binary10101011101100010
Octal1256142

Shades and tints

Shades of #550662

#550662
(85,6,98)
#4E065A
(78,6,90)
#470652
(71,6,82)
#40064A
(64,6,74)
#390642
(57,6,66)
#32063A
(50,6,58)
#2B0632
(43,6,50)
#24062A
(36,6,42)
#1D0622
(29,6,34)
#16061A
(22,6,26)
#0F0612
(15,6,18)
#000000
(0,0,0)

Tints of #550662

#550662
(85,6,98)
#641C70
(100,28,112)
#73327E
(115,50,126)
#82488C
(130,72,140)
#915E9A
(145,94,154)
#A074A8
(160,116,168)
#AF8AB6
(175,138,182)
#BEA0C4
(190,160,196)
#CDB6D2
(205,182,210)
#DCCCE0
(220,204,224)
#EBE2EE
(235,226,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #550662 color. Also use rgb(85,6,98) instead hex code.

Text Font Color

.myTextColor { color: #550662; }

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

This text font color is #550662.


Background Color

.myBgColor { background-color: #550662; }

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

This div background color is #550662.


Border color

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

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

This div border color is #550662.


Opacity

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

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

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

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

This text has shadow with #550662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #550662 on black background.


Color preview on white background

This text has color #550662 on white background.



Black color preview on #550662 background

This text has black color on #550662 background.


White color preview on #550662 background

This text has white color on #550662 background.