COLOR #554DDF

HEX: #554DDF
RGB: (85,77,223)

Color info

#554DDF contains mainly blue color. Web safe color of #554DDF is #6633CC (or #63C).

RGB color model

#554DDF color RGB value is (85,77,223).

  • red value is 85;
  • green value is 77;
  • blue value is 223.
RGB:
(85,77,223)
(33%,30%,87%)

RGB channels and saturation

R 85 of 255 = 33%
G 77 of 255 = 30%
B 223 of 255 = 87%

85
77
223

R + G + B ~ 50%. #554DDF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 77 + 223 = 385 (100%)
R 85 of 385 ~ 22.08%
G 77 of 385 ~ 20%
B 223 of 385 ~ 57.92%

%22.08
%20
%57.92

CMYK color model

#554DDF color CMYK value is (62,65,0,13).

  • cyan value is 61.88%
  • magenta value is 65.47%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(62,65,0,13)
C62M65Y0K13 
(62%,65%,0%,13%)
(0.62/0.65/0.00/0.13)	

CMYK percentages

%61.88
%65.47
%0
%12.55

Codes

Color #554DDF in popluar color models

554DDF
RGB8577223
HSL243°69.52%58.82%
HSB/HSV243°65.47%87.45%
CMYK61.88%65.47%0.00%
12.55%

Color #554DDF in popluar number systems.

HEX554DDF
Decimal8577223
Binary1010101100110111011111
Octal125115337

Shades and tints

Shades of #554DDF

#554DDF
(85,77,223)
#4E46CB
(78,70,203)
#473FB7
(71,63,183)
#4038A3
(64,56,163)
#39318F
(57,49,143)
#322A7B
(50,42,123)
#2B2367
(43,35,103)
#241C53
(36,28,83)
#1D153F
(29,21,63)
#160E2B
(22,14,43)
#0F0717
(15,7,23)
#000000
(0,0,0)

Tints of #554DDF

#554DDF
(85,77,223)
#645DE1
(100,93,225)
#736DE3
(115,109,227)
#827DE5
(130,125,229)
#918DE7
(145,141,231)
#A09DE9
(160,157,233)
#AFADEB
(175,173,235)
#BEBDED
(190,189,237)
#CDCDEF
(205,205,239)
#DCDDF1
(220,221,241)
#EBEDF3
(235,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #554DDF color. Also use rgb(85,77,223) instead hex code.

Text Font Color

.myTextColor { color: #554DDF; }

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

This text font color is #554DDF.


Background Color

.myBgColor { background-color: #554DDF; }

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

This div background color is #554DDF.


Border color

.myBorderColor { border: 1px solid #554DDF; }

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

This div border color is #554DDF.


Opacity

.myOpacity80 { color: #554DDF; opacity: 0.8; }

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

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

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

This text has shadow with #554DDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #554DDF on black background.


Color preview on white background

This text has color #554DDF on white background.



Black color preview on #554DDF background

This text has black color on #554DDF background.


White color preview on #554DDF background

This text has white color on #554DDF background.