COLOR #555DEB

HEX: #555DEB
RGB: (85,93,235)

Color info

#555DEB contains mainly blue color. Web safe color of #555DEB is #6666FF (or #66F).

RGB color model

#555DEB color RGB value is (85,93,235).

  • red value is 85;
  • green value is 93;
  • blue value is 235.
RGB:
(85,93,235)
(33%,36%,92%)

RGB channels and saturation

R 85 of 255 = 33%
G 93 of 255 = 36%
B 235 of 255 = 92%

85
93
235

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

Portions of RGB colors in percentages

R + G + B =
85 + 93 + 235 = 413 (100%)
R 85 of 413 ~ 20.58%
G 93 of 413 ~ 22.52%
B 235 of 413 ~ 56.9%

%20.58
%22.52
%56.9

CMYK color model

#555DEB color CMYK value is (64,60,0,8).

  • cyan value is 63.83%
  • magenta value is 60.43%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(64,60,0,8)
C64M60Y0K8 
(64%,60%,0%,8%)
(0.64/0.60/0.00/0.08)	

CMYK percentages

%63.83
%60.43
%0
%7.84

Codes

Color #555DEB in popluar color models

555DEB
RGB8593235
HSL237°78.95%62.75%
HSB/HSV237°63.83%92.16%
CMYK63.83%60.43%0.00%
7.84%

Color #555DEB in popluar number systems.

HEX555DEB
Decimal8593235
Binary1010101101110111101011
Octal125135353

Shades and tints

Shades of #555DEB

#555DEB
(85,93,235)
#4E55D6
(78,85,214)
#474DC1
(71,77,193)
#4045AC
(64,69,172)
#393D97
(57,61,151)
#323582
(50,53,130)
#2B2D6D
(43,45,109)
#242558
(36,37,88)
#1D1D43
(29,29,67)
#16152E
(22,21,46)
#0F0D19
(15,13,25)
#000000
(0,0,0)

Tints of #555DEB

#555DEB
(85,93,235)
#646BEC
(100,107,236)
#7379ED
(115,121,237)
#8287EE
(130,135,238)
#9195EF
(145,149,239)
#A0A3F0
(160,163,240)
#AFB1F1
(175,177,241)
#BEBFF2
(190,191,242)
#CDCDF3
(205,205,243)
#DCDBF4
(220,219,244)
#EBE9F5
(235,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555DEB color. Also use rgb(85,93,235) instead hex code.

Text Font Color

.myTextColor { color: #555DEB; }

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

This text font color is #555DEB.


Background Color

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

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

This div background color is #555DEB.


Border color

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

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

This div border color is #555DEB.


Opacity

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

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

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

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

This text has shadow with #555DEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555DEB on black background.


Color preview on white background

This text has color #555DEB on white background.



Black color preview on #555DEB background

This text has black color on #555DEB background.


White color preview on #555DEB background

This text has white color on #555DEB background.