crispedge.com

Color picker

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

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

#53537a hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #53537a Color code in RGB color code model is created after adding 32.55% red color, 32.55% green color and 47.84% blue color. Hex #53537a Color code in CMYK color (process color) code model is generated after subtraction of 32% cyan, 32% magenta, 0% yellow and 52% black.

Hex #53537a color code is between #555577 web safe hex color code and #444488 web safe hex color code. #555577 is the nearest web safe color code. You can see here many more shades of #53537a color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code53537a#53537a
RGB Decimal83, 83, 122rgb(83, 83, 122)
RGB Percent33%, 33%, 48%rgb(33%, 33%, 48%)
CSS RGBa83, 83, 122,1rgba(83,83,122,1)
CMYK Modelcmyk(32%,32%,0%,52%)
HSL Color Space240,19% ,40%hsl(240,19% ,40%)
HSV Color Space240°, 32%, 48%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010100110101001101111010
Octal123123172
Decimal8383122
Hex53537a

Different shades of #53537a color code.

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

Light Shade of #53537a
#686898
Dark Shade of #53537a
#3e3e5c
Saturated Shade of #53537a
#494984
Desaturated Shade of #53537a
#5d5d70
Grey scale Shade of #53537a
#666666
Brighten Shade
#6c6c93
Most Readable Shade
#FFFFFF

Shades of #53537a color code

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

#53537a
#49496c
#40405e
#373751
#2e2e43
#242436
#1b1b28
#12121b
#09090d
#000000

Similar Color like #53537a color

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

#54547b
#55557c
#56567d
#57577e
#58587f
#595980
#5a5a81
#5b5b82
#5c5c83
#5d5d84
#5e5e85
#5f5f86
#606087
#616188
#525279
#515178
#505077
#4f4f76
#4e4e75
#4d4d74
#4c4c73
#4b4b72
#4a4a71
#494970
#48486f
#47476e
#46466d
#45456c

Monochromatic Color with #53537a

#53537a
#7070a4
#8d8dcf
#aaaaf9
#191925
#36364f

Tints of #53537a Color

#53537a
#666688
#797997
#8c8ca6
#9f9fb5
#b2b2c3
#c5c5d2
#d8d8e1
#ebebf0
#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

#53537a
#7a7a53

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

Split Complementary

#53537a
#7a6753
#677a53

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

Analogous Color

#53637a
#535b7a
#53537a
#5b537a
#63537a

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

#53537a
#7a5353
#537a53

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

#53537a
#7a5366
#7a7a53
#537a66

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

#53537a
#7a7a53
#677a53
#67537a

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

#53537a Color Code Preview on Black Background Color

This is how #53537a Color will look on black background color. Color contrast ratio is 2.89

#53537a in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#53537a color code is use for CSS Background Color

Background color for the above div is #53537a

HTML with inline CSS

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

#53537a color code is use for CSS Border Color

CSS Border color for the above div is #53537a

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#53537a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#53537a Color code Preview on White Background

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

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

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.