crispedge.com

Color picker

Loading...

#5876a3 hex color - Blue - Cool color - Information

#5876a3 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #5876a3 Color code in RGB color code model is created after adding 34.51% red color, 46.27% green color and 63.92% blue color. Hex #5876a3 Color code in CMYK color (process color) code model is generated after subtraction of 46% cyan, 28% magenta, 0% yellow and 36% black.

Hex #5876a3 color code is between #5577aa web safe hex color code and #666699 web safe hex color code. #5577aa is the nearest web safe color code. You can see here many more shades of #5876a3 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code5876a3#5876a3
RGB Decimal88, 118, 163rgb(88, 118, 163)
RGB Percent35%, 46%, 64%rgb(35%, 46%, 64%)
CSS RGBa88, 118, 163,1rgba(88,118,163,1)
CMYK Modelcmyk(46%,28%,0%,36%)
HSL Color Space216,30% ,49%hsl(216,30% ,49%)
HSV Color Space216°, 46%, 64%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010110000111011010100011
Octal130166243
Decimal88118163
Hex5876a3

Different shades of #5876a3 color code.

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

Light Shade of #5876a3
#7891b6
Dark Shade of #5876a3
#465e82
Saturated Shade of #5876a3
#4b73b0
Desaturated Shade of #5876a3
#657896
Grey scale Shade of #5876a3
#7d7d7d
Brighten Shade
#718fbc
Most Readable Shade
#FFFFFF

Shades of #5876a3 color code

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

#5876a3
#4e6890
#445b7e
#3a4e6c
#30415a
#273448
#1d2736
#131a24
#090d12
#000000

Similar Color like #5876a3 color

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

#5977a4
#5a78a5
#5b79a6
#5c7aa7
#5d7ba8
#5e7ca9
#5f7daa
#607eab
#617fac
#6280ad
#6381ae
#6482af
#6583b0
#6684b1
#5775a2
#5674a1
#5573a0
#54729f
#53719e
#52709d
#516f9c
#506e9b
#4f6d9a
#4e6c99
#4d6b98
#4c6a97
#4b6996
#4a6895

Monochromatic Color with #5876a3

#5876a3
#6f95cd
#86b4f8
#131a23
#2a384e
#415778

Tints of #5876a3 Color

#5876a3
#6a85ad
#7d94b7
#8fa3c1
#a2b2cb
#b4c2d6
#c7d1e0
#d9e0ea
#eceff4
#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

#5876a3
#a38558

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

Split Complementary

#5876a3
#a35f58
#9ca358

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

Analogous Color

#5894a3
#5885a3
#5876a3
#5867a3
#5858a3

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

#5876a3
#a35876
#76a358

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

#5876a3
#a3589b
#a38558
#58a35f

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

#5876a3
#a38558
#9ca358
#5f58a3

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 #5876a3 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.

#5876a3 Color Code Preview on Black Background Color

This is how #5876a3 Color will look on black background color. Color contrast ratio is 4.54

#5876a3 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5876a3

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5876a3

#5876a3 color code is use for CSS Background Color

Background color for the above div is #5876a3

HTML with inline CSS

<div style="background-color:#5876a3;"></div>

#5876a3 color code is use for CSS Border Color

CSS Border color for the above div is #5876a3

HTML with inline CSS

<div style="border:5px solid #5876a3;"></div>

CSS Border Left color for the above div is #5876a3

HTML with inline CSS

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

CSS Border Right color for the above div is #5876a3

HTML with inline CSS

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

CSS Border Bottom color for the above div is #5876a3

HTML with inline CSS

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

CSS Border Top color for the above div is #5876a3

HTML with inline CSS

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

#5876a3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5876a3 Color code Preview on White Background

This is how #5876a3 Color code will look on white background color. Color contrast ratio is 4.63

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

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,118,163,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(163,133,88,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(88,118,163,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.