crispedge.com

Color picker

Loading...

#586acd hex color - Blue - Cool color - Information

#586acd hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #586acd Color code in RGB color code model is created after adding 34.51% red color, 41.57% green color and 80.39% blue color. Hex #586acd Color code in CMYK color (process color) code model is generated after subtraction of 57% cyan, 48% magenta, 0% yellow and 20% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code586acd#586acd
RGB Decimal88, 106, 205rgb(88, 106, 205)
RGB Percent35%, 42%, 80%rgb(35%, 42%, 80%)
CSS RGBa88, 106, 205,1rgba(88,106,205,1)
CMYK Modelcmyk(57%,48%,0%,20%)
HSL Color Space231,54% ,57%hsl(231,54% ,57%)
HSV Color Space231°, 57%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010110000110101011001101
Octal130152315
Decimal88106205
Hex586acd

Different shades of #586acd color code.

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

Light Shade of #586acd
#7f8dd9
Dark Shade of #586acd
#384cba
Saturated Shade of #586acd
#4d62d8
Desaturated Shade of #586acd
#6372c2
Grey scale Shade of #586acd
#929292
Brighten Shade
#7183e6
Most Readable Shade
#FFFFFF

Shades of #586acd color code

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

#586acd
#4e5eb6
#44529f
#3a4688
#303a71
#272f5b
#1d2344
#13172d
#090b16
#000000

Similar Color like #586acd color

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

#596bce
#5a6ccf
#5b6dd0
#5c6ed1
#5d6fd2
#5e70d3
#5f71d4
#6072d5
#6173d6
#6274d7
#6375d8
#6476d9
#6577da
#6678db
#5769cc
#5668cb
#5567ca
#5466c9
#5365c8
#5264c7
#5163c6
#5062c5
#4f61c4
#4e60c3
#4d5fc2
#4c5ec1
#4b5dc0
#4a5cbf

Monochromatic Color with #586acd

#586acd
#6a80f7
#0f1223
#21284d
#343e78
#4654a2

Tints of #586acd Color

#586acd
#6a7ad2
#7d8bd8
#8f9bdd
#a2ace3
#b4bce8
#c7cdee
#d9ddf3
#eceef9
#ffffff

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

#586acd
#cdbb58

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

Split Complementary

#586acd
#cd8158
#a4cd58

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

Analogous Color

#5899cd
#5881cd
#586acd
#5d58cd
#7558cd

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

#586acd
#cd586a
#6acd58

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

#586acd
#cd58a4
#cdbb58
#58cd80

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

Double Complementary Color

#586acd
#cdbb58
#a4cd58
#8158cd

Double Complementary 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).

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

#586acd Color Code Preview on Black Background Color

This is how #586acd Color will look on black background color. Color contrast ratio is 4.36

#586acd in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#586acd color code is use for CSS Background Color

Background color for the above div is #586acd

HTML with inline CSS

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

#586acd color code is use for CSS Border Color

CSS Border color for the above div is #586acd

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#586acd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#586acd Color code Preview on White Background

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

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.