COLOR #555388

HEX: #555388
RGB: (85,83,136)

Color info

#555388 contains red, green and blue colors in about the same proportion. Web safe color of #555388 is #666699 (or #669).

RGB color model

#555388 color RGB value is (85,83,136).

  • red value is 85;
  • green value is 83;
  • blue value is 136.
RGB:
(85,83,136)
(33%,33%,53%)

RGB channels and saturation

R 85 of 255 = 33%
G 83 of 255 = 33%
B 136 of 255 = 53%

85
83
136

R + G + B ~ 40%. #555388 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 83 + 136 = 304 (100%)
R 85 of 304 ~ 27.96%
G 83 of 304 ~ 27.3%
B 136 of 304 ~ 44.74%

%27.96
%27.3
%44.74

CMYK color model

#555388 color CMYK value is (38,39,0,47).

  • cyan value is 37.50%
  • magenta value is 38.97%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(38,39,0,47)
C38M39Y0K47 
(38%,39%,0%,47%)
(0.38/0.39/0.00/0.47)	

CMYK percentages

%37.5
%38.97
%0
%46.67

Codes

Color #555388 in popluar color models

555388
RGB8583136
HSL242°24.20%42.94%
HSB/HSV242°38.97%53.33%
CMYK37.50%38.97%0.00%
46.67%

Color #555388 in popluar number systems.

HEX555388
Decimal8583136
Binary1010101101001110001000
Octal125123210

Shades and tints

Shades of #555388

#555388
(85,83,136)
#4E4C7C
(78,76,124)
#474570
(71,69,112)
#403E64
(64,62,100)
#393758
(57,55,88)
#32304C
(50,48,76)
#2B2940
(43,41,64)
#242234
(36,34,52)
#1D1B28
(29,27,40)
#16141C
(22,20,28)
#0F0D10
(15,13,16)
#000000
(0,0,0)

Tints of #555388

#555388
(85,83,136)
#646292
(100,98,146)
#73719C
(115,113,156)
#8280A6
(130,128,166)
#918FB0
(145,143,176)
#A09EBA
(160,158,186)
#AFADC4
(175,173,196)
#BEBCCE
(190,188,206)
#CDCBD8
(205,203,216)
#DCDAE2
(220,218,226)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555388 color. Also use rgb(85,83,136) instead hex code.

Text Font Color

.myTextColor { color: #555388; }

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

This text font color is #555388.


Background Color

.myBgColor { background-color: #555388; }

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

This div background color is #555388.


Border color

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

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

This div border color is #555388.


Opacity

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

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

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

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

This text has shadow with #555388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555388 on black background.


Color preview on white background

This text has color #555388 on white background.



Black color preview on #555388 background

This text has black color on #555388 background.


White color preview on #555388 background

This text has white color on #555388 background.