COLOR #55588C

HEX: #55588C
RGB: (85,88,140)

Color info

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

RGB color model

#55588C color RGB value is (85,88,140).

  • red value is 85;
  • green value is 88;
  • blue value is 140.
RGB:
(85,88,140)
(33%,35%,55%)

RGB channels and saturation

R 85 of 255 = 33%
G 88 of 255 = 35%
B 140 of 255 = 55%

85
88
140

R + G + B ~ 41%. #55588C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 88 + 140 = 313 (100%)
R 85 of 313 ~ 27.16%
G 88 of 313 ~ 28.12%
B 140 of 313 ~ 44.73%

%27.16
%28.12
%44.73

CMYK color model

#55588C color CMYK value is (39,37,0,45).

  • cyan value is 39.29%
  • magenta value is 37.14%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(39,37,0,45)
C39M37Y0K45 
(39%,37%,0%,45%)
(0.39/0.37/0.00/0.45)	

CMYK percentages

%39.29
%37.14
%0
%45.1

Codes

Color #55588C in popluar color models

55588C
RGB8588140
HSL237°24.44%44.12%
HSB/HSV237°39.29%54.90%
CMYK39.29%37.14%0.00%
45.10%

Color #55588C in popluar number systems.

HEX55588C
Decimal8588140
Binary1010101101100010001100
Octal125130214

Shades and tints

Shades of #55588C

#55588C
(85,88,140)
#4E5080
(78,80,128)
#474874
(71,72,116)
#404068
(64,64,104)
#39385C
(57,56,92)
#323050
(50,48,80)
#2B2844
(43,40,68)
#242038
(36,32,56)
#1D182C
(29,24,44)
#161020
(22,16,32)
#0F0814
(15,8,20)
#000000
(0,0,0)

Tints of #55588C

#55588C
(85,88,140)
#646796
(100,103,150)
#7376A0
(115,118,160)
#8285AA
(130,133,170)
#9194B4
(145,148,180)
#A0A3BE
(160,163,190)
#AFB2C8
(175,178,200)
#BEC1D2
(190,193,210)
#CDD0DC
(205,208,220)
#DCDFE6
(220,223,230)
#EBEEF0
(235,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55588C color. Also use rgb(85,88,140) instead hex code.

Text Font Color

.myTextColor { color: #55588C; }

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

This text font color is #55588C.


Background Color

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

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

This div background color is #55588C.


Border color

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

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

This div border color is #55588C.


Opacity

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

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

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

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

This text has shadow with #55588C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55588C on black background.


Color preview on white background

This text has color #55588C on white background.



Black color preview on #55588C background

This text has black color on #55588C background.


White color preview on #55588C background

This text has white color on #55588C background.