COLOR #55199B

HEX: #55199B RGB: (85,25,155)

Color info

#55199B contains mainly blue color. Web safe color of #55199B is #660099 (or #609).

RGB color model

#55199B color RGB value is (85,25,155).

RGB: (85,25,155) (33%, 10%, 61%)

RGB channels and saturation

R 85 of 255 = 33%
G 25 of 255 = 10%
B 155 of 255 = 61%

85
25
155

R + G + B ~ 35%. #55199B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 25 + 155 = 265 (100%)
R 85 of 265 ~ 32.08%
G 25 of 265 ~ 9.43%
B 155 of 265 ~ 58.49'%

%32.08
%58.49

CMYK color model

#55199B color CMYK value is (45,84,0,39).

  • cyan value is 45.16%
  • magenta value is 83.87%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (45,84,0,39)
C45M84Y0K39 (45%, 84%, 0%, 39%)
(0.45 / 0.84 / 0.00 / 0.39)

CMYK percentages

%45.16
%83.87
%0
%39.22

Codes

Color #55199B in popluar color models

55 19 9B
RGB 85 25 155
HSL 268° 72.22% 35.29%
HSB/HSV 268° 83.87% 60.78%
CMYK 45.16% 83.87% 0.00%
39.22%

Color #55199B in popluar number systems.

HEX 55 19 9B
Decimal 85 25 155
Binary 1010101 11001 10011011
Octal 125 31 233

Shades and tints

Shades of #55199B

#55199B
(85,25,155)
#4E178D
(78,23,141)
#47157F
(71,21,127)
#401371
(64,19,113)
#391163
(57,17,99)
#320F55
(50,15,85)
#2B0D47
(43,13,71)
#240B39
(36,11,57)
#1D092B
(29,9,43)
#16071D
(22,7,29)
#0F050F
(15,5,15)
#000000
(0,0,0)

Tints of #55199B

#55199B
(85,25,155)
#642DA4
(100,45,164)
#7341AD
(115,65,173)
#8255B6
(130,85,182)
#9169BF
(145,105,191)
#A07DC8
(160,125,200)
#AF91D1
(175,145,209)
#BEA5DA
(190,165,218)
#CDB9E3
(205,185,227)
#DCCDEC
(220,205,236)
#EBE1F5
(235,225,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55199B color. Also use rgb(85,25,155) instead hex code.

Text Font Color

.myTextColor { color: #55199B; }

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

This text font color is #55199B.

Background Color

.myBgColor { background-color: #55199B; }

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

This div background color is #55199B.

Border color

.myBorderColor { border: 1px solid #55199B; }

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

This div border color is #55199B.

Opacity

.myOpacity80 { color: #55199B; opacity: 0.8; }

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

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

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

This text has shadow with #55199B color.


.textShadow {text-shadow: 3px 3px 1px #55199B', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #55199B; -webkit-box-shadow: 1px 1px 3px 2px #55199B; box-shadow:1px 1px 3px 2px #55199B;">
Div content here
</div>

This div box has shadow with color #55199B.

Preview

Color preview on black background

This text has color #55199B on black background.


Color preview on white background

This text has color #55199B on white background.


Black color preview on #55199B background

This text has black color on #55199B background.


White color preview on #55199B background

This text has white color on #55199B background.


Related colors

Complementary color

Complementary color for #hex is #AAE664.


I love getcolorcode.com

Triadic colors

1 #9B5519 and #199B55 with #55199B are triadic colors.

2 #9B1955 and #19559B with #55199B are triadic colors.