COLOR #55196C

HEX: #55196C
RGB: (85,25,108)

Color info

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

RGB color model

#55196C color RGB value is (85,25,108).

  • red value is 85;
  • green value is 25;
  • blue value is 108.
RGB:
(85,25,108)
(33%,10%,42%)

RGB channels and saturation

R 85 of 255 = 33%
G 25 of 255 = 10%
B 108 of 255 = 42%

85
25
108

R + G + B ~ 28%. #55196C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 25 + 108 = 218 (100%)
R 85 of 218 ~ 38.99%
G 25 of 218 ~ 11.47%
B 108 of 218 ~ 49.54%

%38.99
%11.47
%49.54

CMYK color model

#55196C color CMYK value is (21,77,0,58).

  • cyan value is 21.30%
  • magenta value is 76.85%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(21,77,0,58)
C21M77Y0K58 
(21%,77%,0%,58%)
(0.21/0.77/0.00/0.58)	

CMYK percentages

%21.3
%76.85
%0
%57.65

Codes

Color #55196C in popluar color models

55196C
RGB8525108
HSL283°62.41%26.08%
HSB/HSV283°76.85%42.35%
CMYK21.30%76.85%0.00%
57.65%

Color #55196C in popluar number systems.

HEX55196C
Decimal8525108
Binary1010101110011101100
Octal12531154

Shades and tints

Shades of #55196C

#55196C
(85,25,108)
#4E1763
(78,23,99)
#47155A
(71,21,90)
#401351
(64,19,81)
#391148
(57,17,72)
#320F3F
(50,15,63)
#2B0D36
(43,13,54)
#240B2D
(36,11,45)
#1D0924
(29,9,36)
#16071B
(22,7,27)
#0F0512
(15,5,18)
#000000
(0,0,0)

Tints of #55196C

#55196C
(85,25,108)
#642D79
(100,45,121)
#734186
(115,65,134)
#825593
(130,85,147)
#9169A0
(145,105,160)
#A07DAD
(160,125,173)
#AF91BA
(175,145,186)
#BEA5C7
(190,165,199)
#CDB9D4
(205,185,212)
#DCCDE1
(220,205,225)
#EBE1EE
(235,225,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55196C color. Also use rgb(85,25,108) instead hex code.

Text Font Color

.myTextColor { color: #55196C; }

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

This text font color is #55196C.


Background Color

.myBgColor { background-color: #55196C; }

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

This div background color is #55196C.


Border color

.myBorderColor { border: 1px solid #55196C; }

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

This div border color is #55196C.


Opacity

.myOpacity80 { color: #55196C; opacity: 0.8; }

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

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

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

This text has shadow with #55196C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55196C on black background.


Color preview on white background

This text has color #55196C on white background.



Black color preview on #55196C background

This text has black color on #55196C background.


White color preview on #55196C background

This text has white color on #55196C background.