crispedge.com

Color picker

Loading...

#505fac hex color - Blue - Cool color - Information

#505fac hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #505fac Color code in RGB color code model is created after adding 31.37% red color, 37.25% green color and 67.45% blue color. Hex #505fac Color code in CMYK color (process color) code model is generated after subtraction of 53% cyan, 45% magenta, 0% yellow and 33% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code505fac#505fac
RGB Decimal80, 95, 172rgb(80, 95, 172)
RGB Percent31%, 37%, 67%rgb(31%, 37%, 67%)
CSS RGBa80, 95, 172,1rgba(80,95,172,1)
CMYK Modelcmyk(53%,45%,0%,33%)
HSL Color Space230,37% ,49%hsl(230,37% ,49%)
HSV Color Space230°, 53%, 67%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010100000101111110101100
Octal120137254
Decimal8095172
Hex505fac

Different shades of #505fac color code.

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

Light Shade of #505fac
#727ebd
Dark Shade of #505fac
#404c89
Saturated Shade of #505fac
#4357b9
Desaturated Shade of #505fac
#5d679f
Grey scale Shade of #505fac
#7e7e7e
Brighten Shade
#6978c5
Most Readable Shade
#FFFFFF

Shades of #505fac color code

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

#505fac
#475498
#3e4985
#353f72
#2c345f
#232a4c
#1a1f39
#111526
#080a13
#000000

Similar Color like #505fac color

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

#5160ad
#5261ae
#5362af
#5463b0
#5564b1
#5665b2
#5766b3
#5867b4
#5968b5
#5a69b6
#5b6ab7
#5c6bb8
#5d6cb9
#5e6dba
#4f5eab
#4e5daa
#4d5ca9
#4c5ba8
#4b5aa7
#4a59a6
#4958a5
#4857a4
#4756a3
#4655a2
#4554a1
#4453a0
#43529f
#42519e

Monochromatic Color with #505fac

#505fac
#6476d6
#010102
#15192c
#283057
#3c4881

Tints of #505fac Color

#505fac
#6370b5
#7682be
#8a94c7
#9da6d0
#b1b7da
#c4c9e3
#d8dbec
#ebedf5
#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

#505fac
#ac9d50

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

Split Complementary

#505fac
#ac6f50
#8dac50

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

Analogous Color

#5084ac
#5071ac
#505fac
#5350ac
#6650ac

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

#505fac
#ac505f
#5fac50

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

#505fac
#ac508d
#ac9d50
#50ac6f

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

#505fac
#ac9d50
#8dac50
#6f50ac

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 #505fac 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.

#505fac Color Code Preview on Black Background Color

This is how #505fac Color will look on black background color. Color contrast ratio is 3.57

#505fac in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #505fac

HTML with inline CSS

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

Your Example Paragraph content text in with font color #505fac

#505fac color code is use for CSS Background Color

Background color for the above div is #505fac

HTML with inline CSS

<div style="background-color:#505fac;"></div>

#505fac color code is use for CSS Border Color

CSS Border color for the above div is #505fac

HTML with inline CSS

<div style="border:5px solid #505fac;"></div>

CSS Border Left color for the above div is #505fac

HTML with inline CSS

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

CSS Border Right color for the above div is #505fac

HTML with inline CSS

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

CSS Border Bottom color for the above div is #505fac

HTML with inline CSS

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

CSS Border Top color for the above div is #505fac

HTML with inline CSS

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

#505fac hex Color code used as CSS color Codes

Example CSS Class for usage

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

#505fac Color code Preview on White Background

This is how #505fac Color code will look on white background color. Color contrast ratio is 5.88

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

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