crispedge.com

Color picker

Loading...

#52506f hex color - Blue - Cool color - Information

#52506f hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #52506f Color code in RGB color code model is created after adding 32.16% red color, 31.37% green color and 43.53% blue color. Hex #52506f Color code in CMYK color (process color) code model is generated after subtraction of 26% cyan, 28% magenta, 0% yellow and 56% black.

Hex #52506f color code is between #555577 web safe hex color code and #444466 web safe hex color code. #555577 is the nearest web safe color code. You can see here many more shades of #52506f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code52506f#52506f
RGB Decimal82, 80, 111rgb(82, 80, 111)
RGB Percent32%, 31%, 44%rgb(32%, 31%, 44%)
CSS RGBa82, 80, 111,1rgba(82,80,111,1)
CMYK Modelcmyk(26%,28%,0%,56%)
HSL Color Space244,16% ,37%hsl(244,16% ,37%)
HSV Color Space244°, 28%, 44%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010100100101000001101111
Octal122120157
Decimal8280111
Hex52506f

Different shades of #52506f color code.

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

Light Shade of #52506f
#68658d
Dark Shade of #52506f
#3c3b51
Saturated Shade of #52506f
#4a4679
Desaturated Shade of #52506f
#5a5a65
Grey scale Shade of #52506f
#5f5f5f
Brighten Shade
#6b6988
Most Readable Shade
#FFFFFF

Shades of #52506f color code

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

#52506f
#484762
#3f3e56
#36354a
#2d2c3d
#242331
#1b1a25
#121118
#09080c
#000000

Similar Color like #52506f color

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

#535170
#545271
#555372
#565473
#575574
#585675
#595776
#5a5877
#5b5978
#5c5a79
#5d5b7a
#5e5c7b
#5f5d7c
#605e7d
#514f6e
#504e6d
#4f4d6c
#4e4c6b
#4d4b6a
#4c4a69
#4b4968
#4a4867
#494766
#484665
#474564
#464463
#454362
#444261

Monochromatic Color with #52506f

#52506f
#716f99
#918dc4
#b0acee
#13131a
#333144

Tints of #52506f Color

#52506f
#65637f
#78768f
#8b8a9f
#9e9daf
#b2b1bf
#c5c4cf
#d8d8df
#ebebef
#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

#52506f
#6d6f50

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

Split Complementary

#52506f
#6f6250
#5e6f50

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

Analogous Color

#505a6f
#50546f
#52506f
#58506f
#5e506f

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

#52506f
#6f5250
#506f52

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

#52506f
#6f505d
#6d6f50
#506f61

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

#52506f
#6d6f50
#5e6f50
#62506f

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 #52506f 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.

#52506f Color Code Preview on Black Background Color

This is how #52506f Color will look on black background color. Color contrast ratio is 2.74

#52506f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #52506f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #52506f

#52506f color code is use for CSS Background Color

Background color for the above div is #52506f

HTML with inline CSS

<div style="background-color:#52506f;"></div>

#52506f color code is use for CSS Border Color

CSS Border color for the above div is #52506f

HTML with inline CSS

<div style="border:5px solid #52506f;"></div>

CSS Border Left color for the above div is #52506f

HTML with inline CSS

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

CSS Border Right color for the above div is #52506f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #52506f

HTML with inline CSS

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

CSS Border Top color for the above div is #52506f

HTML with inline CSS

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

#52506f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#52506f Color code Preview on White Background

This is how #52506f Color code will look on white background color. Color contrast ratio is 7.68

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

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(82,80,111,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(109,111,80,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(82,80,111,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.