@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#525dad hex color - Blue - Cool color - Information

#525dad hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #525dad Color code in RGB color code model is created after adding 32.16% red color, 36.47% green color and 67.84% blue color. Hex #525dad Color code in CMYK color (process color) code model is generated after subtraction of 53% cyan, 46% magenta, 0% yellow and 32.16% black.

Hex #525dad color code is between #5555aa web safe hex color code and #4466bb web safe hex color code. #5555aa is the nearest web safe color code. You can see here many more shades of #525dad color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code 525dad #525dad
RGB Decimal 82, 93, 173 rgb(82, 93, 173)
RGB Percent 32%, 36%, 68% rgb(32%, 36%, 68%)
CSS RGBa 82, 93, 173,1 rgba(82,93,173,1)
CMYK Model cmyk(53%,46%,0%,32.16%)
HSL Color Space 233,36% ,50% hsl(233,36% ,50%)
HSV Color Space 233°, 53%, 68%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01010010 01011101 10101101
Octal 122 135 255
Decimal 82 93 173
Hex 52 5d ad

Different shades of #525dad color code.

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

Light Shade of #525dad
#757dbd
Dark Shade of #525dad
#424a8a
Saturated Shade of #525dad
#4553ba
Desaturated Shade of #525dad
#5f67a0
Grey scale Shade of #525dad
#808080
Brighten Shade
#6b76c6
Most Readable Shade
#FFFFFF

Shades of #525dad color code

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

#525dad
#485299
#3f4886
#363e73
#2d3360
#24294c
#1b1f39
#121426
#090a13
#000000

Similar Color like #525dad color

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

#535eae
#545faf
#5560b0
#5661b1
#5762b2
#5863b3
#5964b4
#5a65b5
#5b66b6
#5c67b7
#5d68b8
#5e69b9
#5f6aba
#606bbb
#515cac
#505bab
#4f5aaa
#4e59a9
#4d58a8
#4c57a7
#4b56a6
#4a55a5
#4954a4
#4853a3
#4752a2
#4651a1
#4550a0
#444f9f

Monochromatic Color with #525dad

#525dad
#6674d7
#010203
#16182d
#2a2f58
#3e4682

Tints of #525dad Color

#525dad
#656fb6
#7881bf
#8b93c8
#9ea5d1
#b2b7da
#c5c9e3
#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

#525dad
#ada252

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

Split Complementary

#525dad
#ad7552
#8aad52

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

Analogous Color

#5281ad
#526fad
#525dad
#5952ad
#6b52ad

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

#525dad
#ad525d
#5dad52

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

#525dad
#ad528a
#ada252
#52ad75

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

#525dad
#ada252
#8aad52
#7552ad

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 #525dad 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.

#525dad Color Code Preview on Black Background Color

This is how #525dad Color will look on black background color. Color contrast ratio is 3.53

#525dad in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #525dad

HTML with inline CSS

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

Your Example Paragraph content text in with font color #525dad

#525dad color code is use for CSS Background Color

Background color for the above div is #525dad

HTML with inline CSS

<div style="background-color:#525dad;"></div>

#525dad color code is use for CSS Border Color

CSS Border color for the above div is #525dad

HTML with inline CSS

<div style="border:5px solid #525dad;"></div>

CSS Border Left color for the above div is #525dad

HTML with inline CSS

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

CSS Border Right color for the above div is #525dad

HTML with inline CSS

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

CSS Border Bottom color for the above div is #525dad

HTML with inline CSS

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

CSS Border Top color for the above div is #525dad

HTML with inline CSS

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

#525dad hex Color code used as CSS color Codes

Example CSS Class for usage

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

#525dad Color code Preview on White Background

This is how #525dad Color code will look on white background color. Color contrast ratio is 5.95

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

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,93,173,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(173,162,82,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(82,93,173,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.