Skip to main content Skip to docs navigation

#586ddd 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 Thick Blue and its hex is #5566DD Nearest Color Name

Color Hue/Base color: Blue

Hex #586ddd Color code in RGB color code model is created after adding 34.51% red color, 42.75% green color and 86.67% blue color. Hex #586ddd Color code in CMYK color (process color) code model is generated after subtraction of 60% cyan, 51% magenta, 0% yellow and 13.33% black.

Hex #586ddd color code is between #5566cc web safe hex color code and #6677ee web safe hex color code. #5566cc is the nearest web safe color code. You can see here many more shades of #586ddd color code.

RGB Chart

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

Color Table

Hex Color Code 586ddd #586ddd
RGB Decimal 88, 109, 221 88, 109, 221
RGB Percent 35%, 43%, 87% rgb(35%, 43%, 87%)
CSS RGBa 88, 109, 221,1 rgba(88,109,221,1)
CMYK Model cmyk(60%,51%,0%,13.33%)
HSL Color Space 231,66% ,61% hsl(231,66% ,61%)
HSV Color Space 231°, 60%, 87%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01011000 01101101 11011101
Octal 130 155 335
Decimal 88 109 221
Hex 58 6d dd

Different shades of #586ddd color code.

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

Darkest of #586ddd
#1a2b82
Darker of #586ddd
#2339ac
Dark of #586ddd
#2e48d4
Base of #586ddd
#586ddd
Light of #586ddd
#8292e6
Lighter
#adb7ee
Lightest
#d7dcf7

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

#586ddd
#ddc858

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

Split Complementary

#586ddd
#dd8658
#afdd58

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

Analogous Color

#58bbdd
#58a4dd
#586ddd
#6f58dd
#a758dd

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

#586ddd
#6ddd58
#dd586d

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

#586ddd
#dd586d
#ddc858
#58ddc8

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

#586ddd
#dd58af
#ddc858
#58dd86

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 #586ddd

#121d57
#1a2b82
#2339ac
#2e48d4
#586ddd
#8292e6
#adb7ee
#d7dcf7
#ffffff

Tints of #586ddd Color

#586ddd
#6a7de0
#7d8de4
#8f9de8
#a2adec
#b4beef
#c7cef3
#d9def7
#eceefb
#ffffff

Shades of #586ddd color code

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

#586ddd
#4e60c4
#4454ab
#3a4893
#303c7a
#273062
#1d2449
#131831
#090c18
#000000

Tones

#586ddd
#6c7bc9
#8089b5
#9496a1
#9b9b9b

Tones

Similar Color like #586ddd color

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

#596ede
#5a6fdf
#5b70e0
#5c71e1
#5d72e2
#5e73e3
#5f74e4
#6075e5
#6176e6
#6277e7
#6378e8
#6479e9
#657aea
#667beb
#576cdc
#566bdb
#556ada
#5469d9
#5368d8
#5267d7
#5166d6
#5065d5
#4f64d4
#4e63d3
#4d62d2
#4c61d1
#4b60d0
#4a5fcf

Download this Dark Blue

Hex #586ddd 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.

#586ddd Color Code Preview on Black Background Color

This is how #586ddd Color will look on black background color. Color contrast ratio is 4.65

#586ddd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #586ddd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #586ddd

#586ddd color code is use for CSS Background Color

Background color for the above div is #586ddd

HTML with inline CSS

<div style="background-color:#586ddd;"></div>

#586ddd color code is use for CSS Border Color

CSS Border color for the above div is #586ddd

HTML with inline CSS

<div style="border:5px solid #586ddd;"></div>

CSS Border Left color for the above div is #586ddd

HTML with inline CSS

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

CSS Border Right color for the above div is #586ddd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #586ddd

HTML with inline CSS

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

CSS Border Top color for the above div is #586ddd

HTML with inline CSS

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

#586ddd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#586ddd Color code Preview on White Background

This is how #586ddd Color code will look on white background color. Color contrast ratio is 4.52

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 #586ddd; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #586ddd; }

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(88,109,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(221,200,88,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(88,109,221,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }