crispedge.com

Color picker

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

#53456e hex color - Violet - Cool color - Information

#53456e hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #53456e Color code in RGB color code model is created after adding 32.55% red color, 27.06% green color and 43.14% blue color. Hex #53456e Color code in CMYK color (process color) code model is generated after subtraction of 25% cyan, 37% magenta, 0% yellow and 57% black.

Hex #53456e 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 #53456e color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code53456e#53456e
RGB Decimal83, 69, 110rgb(83, 69, 110)
RGB Percent33%, 27%, 43%rgb(33%, 27%, 43%)
CSS RGBa83, 69, 110,1rgba(83,69,110,1)
CMYK Modelcmyk(25%,37%,0%,57%)
HSL Color Space260,23% ,35%hsl(260,23% ,35%)
HSV Color Space260°, 37%, 43%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010100110100010101101110
Octal123105156
Decimal8369110
Hex53456e

Different shades of #53456e color code.

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

Light Shade of #53456e
#6b598d
Dark Shade of #53456e
#3b314f
Saturated Shade of #53456e
#503c77
Desaturated Shade of #53456e
#564e65
Grey scale Shade of #53456e
#595959
Brighten Shade
#6c5e87
Most Readable Shade
#FFFFFF

Shades of #53456e color code

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

#53456e
#493d61
#403555
#372e49
#2e263d
#241e30
#1b1724
#120f18
#09070c
#000000

Similar Color like #53456e color

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

#54466f
#554770
#564871
#574972
#584a73
#594b74
#5a4c75
#5b4d76
#5c4e77
#5d4f78
#5e5079
#5f517a
#60527b
#61537c
#52446d
#51436c
#50426b
#4f416a
#4e4069
#4d3f68
#4c3e67
#4b3d66
#4a3c65
#493b64
#483a63
#473962
#463861
#453760

Monochromatic Color with #53456e

#53456e
#736098
#937ac3
#b395ed
#131019
#332a43

Tints of #53456e Color

#53456e
#66597e
#796e8e
#8c839e
#9f97ae
#b2acbe
#c5c1ce
#d8d5de
#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

#53456e
#606e45

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

Split Complementary

#53456e
#6e6845
#4b6e45

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

Analogous Color

#45476e
#4b456e
#53456e
#5b456e
#63456e

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

#53456e
#6e5345
#456e53

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

#53456e
#6e454b
#606e45
#456e67

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

#53456e
#606e45
#4b6e45
#68456e

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 #53456e 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.

#53456e Color Code Preview on Black Background Color

This is how #53456e Color will look on black background color. Color contrast ratio is 2.44

#53456e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #53456e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #53456e

#53456e color code is use for CSS Background Color

Background color for the above div is #53456e

HTML with inline CSS

<div style="background-color:#53456e;"></div>

#53456e color code is use for CSS Border Color

CSS Border color for the above div is #53456e

HTML with inline CSS

<div style="border:5px solid #53456e;"></div>

CSS Border Left color for the above div is #53456e

HTML with inline CSS

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

CSS Border Right color for the above div is #53456e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #53456e

HTML with inline CSS

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

CSS Border Top color for the above div is #53456e

HTML with inline CSS

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

#53456e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#53456e Color code Preview on White Background

This is how #53456e Color code will look on white background color. Color contrast ratio is 8.59

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.