COLOR #5558C1

HEX: #5558C1
RGB: (85,88,193)

Color info

#5558C1 contains mainly blue color. Web safe color of #5558C1 is #6666CC (or #66C).

RGB color model

#5558C1 color RGB value is (85,88,193).

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

RGB channels and saturation

R 85 of 255 = 33%
G 88 of 255 = 35%
B 193 of 255 = 76%

85
88
193

R + G + B ~ 48%. #5558C1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 88 + 193 = 366 (100%)
R 85 of 366 ~ 23.22%
G 88 of 366 ~ 24.04%
B 193 of 366 ~ 52.73%

%23.22
%24.04
%52.73

CMYK color model

#5558C1 color CMYK value is (56,54,0,24).

  • cyan value is 55.96%
  • magenta value is 54.40%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(56,54,0,24)
C56M54Y0K24 
(56%,54%,0%,24%)
(0.56/0.54/0.00/0.24)	

CMYK percentages

%55.96
%54.4
%0
%24.31

Codes

Color #5558C1 in popluar color models

5558C1
RGB8588193
HSL238°46.55%54.51%
HSB/HSV238°55.96%75.69%
CMYK55.96%54.40%0.00%
24.31%

Color #5558C1 in popluar number systems.

HEX5558C1
Decimal8588193
Binary1010101101100011000001
Octal125130301

Shades and tints

Shades of #5558C1

#5558C1
(85,88,193)
#4E50B0
(78,80,176)
#47489F
(71,72,159)
#40408E
(64,64,142)
#39387D
(57,56,125)
#32306C
(50,48,108)
#2B285B
(43,40,91)
#24204A
(36,32,74)
#1D1839
(29,24,57)
#161028
(22,16,40)
#0F0817
(15,8,23)
#000000
(0,0,0)

Tints of #5558C1

#5558C1
(85,88,193)
#6467C6
(100,103,198)
#7376CB
(115,118,203)
#8285D0
(130,133,208)
#9194D5
(145,148,213)
#A0A3DA
(160,163,218)
#AFB2DF
(175,178,223)
#BEC1E4
(190,193,228)
#CDD0E9
(205,208,233)
#DCDFEE
(220,223,238)
#EBEEF3
(235,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5558C1 color. Also use rgb(85,88,193) instead hex code.

Text Font Color

.myTextColor { color: #5558C1; }

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

This text font color is #5558C1.


Background Color

.myBgColor { background-color: #5558C1; }

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

This div background color is #5558C1.


Border color

.myBorderColor { border: 1px solid #5558C1; }

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

This div border color is #5558C1.


Opacity

.myOpacity80 { color: #5558C1; opacity: 0.8; }

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

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

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

This text has shadow with #5558C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5558C1 on black background.


Color preview on white background

This text has color #5558C1 on white background.



Black color preview on #5558C1 background

This text has black color on #5558C1 background.


White color preview on #5558C1 background

This text has white color on #5558C1 background.