crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#52486a hex color - Blue - Cool color - Information

#52486a hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #52486a Color code in RGB color code model is created after adding 32.16% red color, 28.24% green color and 41.57% blue color. Hex #52486a Color code in CMYK color (process color) code model is generated after subtraction of 23% cyan, 32% magenta, 0% yellow and 58% black.

Hex #52486a color code is between #554466 web safe hex color code and #445577 web safe hex color code. #554466 is the nearest web safe color code. You can see here many more shades of #52486a color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Code52486a#52486a
RGB Decimal82, 72, 106rgb(82, 72, 106)
RGB Percent32%, 28%, 42%rgb(32%, 28%, 42%)
CSS RGBa82, 72, 106,1rgba(82,72,106,1)
CMYK Modelcmyk(23%,32%,0%,58%)
HSL Color Space258,19% ,35%hsl(258,19% ,35%)
HSV Color Space258°, 32%, 42%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010100100100100001101010
Octal122110152
Decimal8272106
Hex52486a

Different shades of #52486a color code.

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

Light Shade of #52486a
#695d88
Dark Shade of #52486a
#3b334c
Saturated Shade of #52486a
#4e3f73
Desaturated Shade of #52486a
#565161
Grey scale Shade of #52486a
#595959
Brighten Shade
#6b6183
Most Readable Shade
#FFFFFF

Shades of #52486a color code

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

#52486a
#48405e
#3f3852
#363046
#2d283a
#24202f
#1b1823
#121017
#09080b
#000000

Similar Color like #52486a color

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

#53496b
#544a6c
#554b6d
#564c6e
#574d6f
#584e70
#594f71
#5a5072
#5b5173
#5c5274
#5d5375
#5e5476
#5f5577
#605678
#514769
#504668
#4f4567
#4e4466
#4d4365
#4c4264
#4b4163
#4a4062
#493f61
#483e60
#473d5f
#463c5e
#453b5d
#443a5c

Monochromatic Color with #52486a

#52486a
#736594
#9482bf
#b59fe9
#100e15
#312b3f

Tints of #52486a Color

#52486a
#655c7a
#78708b
#8b859b
#9e99ac
#b2adbc
#c5c2cd
#d8d6dd
#ebeaee
#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

#52486a
#606a48

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

Split Complementary

#52486a
#6a6348
#4f6a48

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

Analogous Color

#484c6a
#4b486a
#52486a
#59486a
#60486a

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

#52486a
#6a5248
#486a52

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

#52486a
#6a484f
#606a48
#486a63

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

#52486a
#606a48
#4f6a48
#63486a

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 #52486a 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.

#52486a Color Code Preview on Black Background Color

This is how #52486a Color will look on black background color. Color contrast ratio is 2.49

#52486a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #52486a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #52486a

#52486a color code is use for CSS Background Color

Background color for the above div is #52486a

HTML with inline CSS

<div style="background-color:#52486a;"></div>

#52486a color code is use for CSS Border Color

CSS Border color for the above div is #52486a

HTML with inline CSS

<div style="border:5px solid #52486a;"></div>

CSS Border Left color for the above div is #52486a

HTML with inline CSS

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

CSS Border Right color for the above div is #52486a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #52486a

HTML with inline CSS

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

CSS Border Top color for the above div is #52486a

HTML with inline CSS

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

#52486a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#52486a Color code Preview on White Background

This is how #52486a Color code will look on white background color. Color contrast ratio is 8.42

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.