Skip to main content Skip to docs navigation

#555fcd hex color | Download Dark Blue BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Borage Blue and its hex is #5566CC Nearest Color Name

Color Hue/Base color: Blue

Hex #555fcd Color code in RGB color code model is created after adding 33.33% red color, 37.25% green color and 80.39% blue color. Hex #555fcd Color code in CMYK color (process color) code model is generated after subtraction of 59% cyan, 54% magenta, 0% yellow and 19.61% black.

Hex #555fcd color code is between #4466cc web safe hex color code and #6655dd web safe hex color code. #4466cc is the nearest web safe color code. You can see here many more shades of #555fcd color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 555fcd #555fcd
RGB Decimal 85, 95, 205 85, 95, 205
RGB Percent 33%, 37%, 80% rgb(33%, 37%, 80%)
CSS RGBa 85, 95, 205,1 rgba(85,95,205,1)
CMYK Model cmyk(59%,54%,0%,19.61%)
HSL Color Space 235,55% ,57% hsl(235,55% ,57%)
HSV Color Space 235°, 59%, 80%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01010101 01011111 11001101
Octal 125 137 315
Decimal 85 95 205
Hex 55 5f cd

Different shades of #555fcd color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #555fcd
#1f256a
Darker of #555fcd
#2b3391
Dark of #555fcd
#3641b9
Base of #555fcd
#555fcd
Light of #555fcd
#7c84d9
Lighter
#a4a9e4
Lightest
#cbcef0

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#555fcd
#cdc355

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#555fcd
#cd8755
#9bcd55

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#55a5cd
#5591cd
#555fcd
#7355cd
#a555cd

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#555fcd
#5fcd55
#cd555f

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#555fcd
#cd555f
#cdc355
#55cdc3

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#555fcd
#cd559b
#cdc355
#55cd87

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #555fcd

#141742
#1f256a
#2b3391
#3641b9
#555fcd
#7c84d9
#a4a9e4
#cbcef0
#f3f3fb

Tints of #555fcd Color

#555fcd
#6770d2
#7a82d8
#8d94dd
#a0a6e3
#b3b7e8
#c6c9ee
#d9dbf3
#ecedf9
#ffffff

Shades of #555fcd color code

Generate more color scales with scales (color stack) generator.

#555fcd
#4b54b6
#42499f
#383f88
#2f3471
#252a5b
#1c1f44
#12152d
#090a16
#000000

Tones

#555fcd
#6b71b7
#8184a1
#919191
#919191

Tones

Similar Color like #555fcd color

Find visually similar hex color codes nearing to #555fcd hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#5660ce
#5761cf
#5862d0
#5963d1
#5a64d2
#5b65d3
#5c66d4
#5d67d5
#5e68d6
#5f69d7
#606ad8
#616bd9
#626cda
#636ddb
#545ecc
#535dcb
#525cca
#515bc9
#505ac8
#4f59c7
#4e58c6
#4d57c5
#4c56c4
#4b55c3
#4a54c2
#4953c1
#4852c0
#4751bf

Download this Dark Blue

Hex #555fcd Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#555fcd Color Code Preview on Black Background Color

This is how #555fcd Color will look on black background color. Color contrast ratio is 3.90

#555fcd in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#555fcd">Your Example Paragraph content text in with font color #555fcd </p>

Your Example Paragraph content text in with font color #555fcd

HTML with inline CSS

<div style="color:#555fcd">Your Paragraph text in with font color #555fcd </div>

Your Example Paragraph content text in with font color #555fcd

#555fcd color code is use for CSS Background Color

Background color for the above div is #555fcd

HTML with inline CSS

<div style="background-color:#555fcd;"></div>

#555fcd color code is use for CSS Border Color

CSS Border color for the above div is #555fcd

HTML with inline CSS

<div style="border:5px solid #555fcd;"></div>

CSS Border Left color for the above div is #555fcd

HTML with inline CSS

<div style="border-left:5px solid #555fcd;"></div>

CSS Border Right color for the above div is #555fcd

HTML with inline CSS

<div style="border-right:5px solid #555fcd;"></div>

CSS Border Bottom color for the above div is #555fcd

HTML with inline CSS

<div style="border-bottom:5px solid #555fcd;"></div>

CSS Border Top color for the above div is #555fcd

HTML with inline CSS

<div style="border-top:5px solid #555fcd;"></div>

#555fcd hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#555fcd; } .examplecolorclass {color:#555fcd; } .examplebordercolor {border:3px solid #555fcd; }

#555fcd Color code Preview on White Background

This is how #555fcd Color code will look on white background color. Color contrast ratio is 5.38

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #555fcd; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #555fcd; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(85,95,205,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(205,195,85,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(85,95,205,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }