COLOR #555EC8

HEX: #555EC8
RGB: (85,94,200)

Color info

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

RGB color model

#555EC8 color RGB value is (85,94,200).

  • red value is 85;
  • green value is 94;
  • blue value is 200.
RGB:
(85,94,200)
(33%,37%,78%)

RGB channels and saturation

R 85 of 255 = 33%
G 94 of 255 = 37%
B 200 of 255 = 78%

85
94
200

R + G + B ~ 49%. #555EC8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 94 + 200 = 379 (100%)
R 85 of 379 ~ 22.43%
G 94 of 379 ~ 24.8%
B 200 of 379 ~ 52.77%

%22.43
%24.8
%52.77

CMYK color model

#555EC8 color CMYK value is (58,53,0,22).

  • cyan value is 57.50%
  • magenta value is 53.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(58,53,0,22)
C58M53Y0K22 
(58%,53%,0%,22%)
(0.58/0.53/0.00/0.22)	

CMYK percentages

%57.5
%53
%0
%21.57

Codes

Color #555EC8 in popluar color models

555EC8
RGB8594200
HSL235°51.11%55.88%
HSB/HSV235°57.50%78.43%
CMYK57.50%53.00%0.00%
21.57%

Color #555EC8 in popluar number systems.

HEX555EC8
Decimal8594200
Binary1010101101111011001000
Octal125136310

Shades and tints

Shades of #555EC8

#555EC8
(85,94,200)
#4E56B6
(78,86,182)
#474EA4
(71,78,164)
#404692
(64,70,146)
#393E80
(57,62,128)
#32366E
(50,54,110)
#2B2E5C
(43,46,92)
#24264A
(36,38,74)
#1D1E38
(29,30,56)
#161626
(22,22,38)
#0F0E14
(15,14,20)
#000000
(0,0,0)

Tints of #555EC8

#555EC8
(85,94,200)
#646CCD
(100,108,205)
#737AD2
(115,122,210)
#8288D7
(130,136,215)
#9196DC
(145,150,220)
#A0A4E1
(160,164,225)
#AFB2E6
(175,178,230)
#BEC0EB
(190,192,235)
#CDCEF0
(205,206,240)
#DCDCF5
(220,220,245)
#EBEAFA
(235,234,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555EC8 color. Also use rgb(85,94,200) instead hex code.

Text Font Color

.myTextColor { color: #555EC8; }

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

This text font color is #555EC8.


Background Color

.myBgColor { background-color: #555EC8; }

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

This div background color is #555EC8.


Border color

.myBorderColor { border: 1px solid #555EC8; }

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

This div border color is #555EC8.


Opacity

.myOpacity80 { color: #555EC8; opacity: 0.8; }

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

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

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

This text has shadow with #555EC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555EC8 on black background.


Color preview on white background

This text has color #555EC8 on white background.



Black color preview on #555EC8 background

This text has black color on #555EC8 background.


White color preview on #555EC8 background

This text has white color on #555EC8 background.