crispedge.com

Color picker

Loading...

#5061bd hex color - Blue - Cool color - Information

#5061bd hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #5061bd Color code in RGB color code model is created after adding 31.37% red color, 38.04% green color and 74.12% blue color. Hex #5061bd Color code in CMYK color (process color) code model is generated after subtraction of 58% cyan, 49% magenta, 0% yellow and 26% black.

Hex #5061bd color code is between #5566bb web safe hex color code and #4455cc web safe hex color code. #5566bb is the nearest web safe color code. You can see here many more shades of #5061bd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code5061bd#5061bd
RGB Decimal80, 97, 189rgb(80, 97, 189)
RGB Percent31%, 38%, 74%rgb(31%, 38%, 74%)
CSS RGBa80, 97, 189,1rgba(80,97,189,1)
CMYK Modelcmyk(58%,49%,0%,26%)
HSL Color Space231,45% ,53%hsl(231,45% ,53%)
HSV Color Space231°, 58%, 74%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010100000110000110111101
Octal120141275
Decimal8097189
Hex5061bd

Different shades of #5061bd color code.

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

Light Shade of #5061bd
#7582cb
Dark Shade of #5061bd
#3c4b9e
Saturated Shade of #5061bd
#4459c9
Desaturated Shade of #5061bd
#5c69b1
Grey scale Shade of #5061bd
#868686
Brighten Shade
#697ad6
Most Readable Shade
#FFFFFF

Shades of #5061bd color code

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

#5061bd
#4756a8
#3e4b93
#35407e
#2c3569
#232b54
#1a203f
#11152a
#080a15
#000000

Similar Color like #5061bd color

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

#5162be
#5263bf
#5364c0
#5465c1
#5566c2
#5667c3
#5768c4
#5869c5
#596ac6
#5a6bc7
#5b6cc8
#5c6dc9
#5d6eca
#5e6fcb
#4f60bc
#4e5fbb
#4d5eba
#4c5db9
#4b5cb8
#4a5bb7
#495ab6
#4859b5
#4758b4
#4657b3
#4556b2
#4455b1
#4354b0
#4253af

Monochromatic Color with #5061bd

#5061bd
#6277e7
#080a13
#1a203d
#2c3568
#3e4b92

Tints of #5061bd Color

#5061bd
#6372c4
#7684cb
#8a95d3
#9da7da
#b1b8e1
#c4cae9
#d8dbf0
#ebedf7
#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

#5061bd
#bdac50

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

Split Complementary

#5061bd
#bd7550
#98bd50

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

Analogous Color

#508dbd
#5077bd
#5061bd
#5550bd
#6b50bd

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

#5061bd
#bd5061
#61bd50

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

#5061bd
#bd5097
#bdac50
#50bd75

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

#5061bd
#bdac50
#98bd50
#7550bd

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 #5061bd 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.

#5061bd Color Code Preview on Black Background Color

This is how #5061bd Color will look on black background color. Color contrast ratio is 3.79

#5061bd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5061bd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5061bd

#5061bd color code is use for CSS Background Color

Background color for the above div is #5061bd

HTML with inline CSS

<div style="background-color:#5061bd;"></div>

#5061bd color code is use for CSS Border Color

CSS Border color for the above div is #5061bd

HTML with inline CSS

<div style="border:5px solid #5061bd;"></div>

CSS Border Left color for the above div is #5061bd

HTML with inline CSS

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

CSS Border Right color for the above div is #5061bd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #5061bd

HTML with inline CSS

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

CSS Border Top color for the above div is #5061bd

HTML with inline CSS

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

#5061bd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5061bd Color code Preview on White Background

This is how #5061bd Color code will look on white background color. Color contrast ratio is 5.55

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

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(80,97,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(189,172,80,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(80,97,189,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.