crispedge.com

Color picker

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

#453b53 hex color - Violet - Cool color - Information

#453b53 hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #453b53 Color code in RGB color code model is created after adding 27.06% red color, 23.14% green color and 32.55% blue color. Hex #453b53 Color code in CMYK color (process color) code model is generated after subtraction of 17% cyan, 29% magenta, 0% yellow and 67% black.

Hex #453b53 color code is between #443355 web safe hex color code and #554444 web safe hex color code. #443355 is the nearest web safe color code. You can see here many more shades of #453b53 color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Code453b53#453b53
RGB Decimal69, 59, 83rgb(69, 59, 83)
RGB Percent27%, 23%, 33%rgb(27%, 23%, 33%)
CSS RGBa69, 59, 83,1rgba(69,59,83,1)
CMYK Modelcmyk(17%,29%,0%,67%)
HSL Color Space265,17% ,28%hsl(265,17% ,28%)
HSV Color Space265°, 29%, 33%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010001010011101101010011
Octal10573123
Decimal695983
Hex453b53

Different shades of #453b53 color code.

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

Light Shade of #453b53
#5e5071
Dark Shade of #453b53
#2c2635
Saturated Shade of #453b53
#44345a
Desaturated Shade of #453b53
#46424c
Grey scale Shade of #453b53
#474747
Brighten Shade
#5e546c
Most Readable Shade
#FFFFFF

Shades of #453b53 color code

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

#453b53
#3d3449
#352d40
#2e2737
#26202e
#1e1a24
#17131b
#0f0d12
#070609
#000000

Similar Color like #453b53 color

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

#463c54
#473d55
#483e56
#493f57
#4a4058
#4b4159
#4c425a
#4d435b
#4e445c
#4f455d
#50465e
#51475f
#524860
#534961
#443a52
#433951
#423850
#41374f
#40364e
#3f354d
#3e344c
#3d334b
#3c324a
#3b3149
#3a3048
#392f47
#382e46
#372d45

Monochromatic Color with #453b53

#453b53
#68597d
#8c77a8
#af96d2
#d2b4fd
#221d28

Tints of #453b53 Color

#453b53
#595066
#6e6679
#837c8c
#97929f
#aca7b2
#c1bdc5
#d5d3d8
#eae9eb
#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

#453b53
#49533b

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

Split Complementary

#453b53
#53513b
#3d533b

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

Analogous Color

#3b3b53
#403b53
#453b53
#4a3b53
#4f3b53

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

#453b53
#53453b
#3b5345

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

#453b53
#533b3d
#49533b
#3b5351

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

#453b53
#49533b
#3d533b
#513b53

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 #453b53 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.

#453b53 Color Code Preview on Black Background Color

This is how #453b53 Color will look on black background color. Color contrast ratio is 2.00

#453b53 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #453b53

HTML with inline CSS

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

Your Example Paragraph content text in with font color #453b53

#453b53 color code is use for CSS Background Color

Background color for the above div is #453b53

HTML with inline CSS

<div style="background-color:#453b53;"></div>

#453b53 color code is use for CSS Border Color

CSS Border color for the above div is #453b53

HTML with inline CSS

<div style="border:5px solid #453b53;"></div>

CSS Border Left color for the above div is #453b53

HTML with inline CSS

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

CSS Border Right color for the above div is #453b53

HTML with inline CSS

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

CSS Border Bottom color for the above div is #453b53

HTML with inline CSS

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

CSS Border Top color for the above div is #453b53

HTML with inline CSS

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

#453b53 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#453b53 Color code Preview on White Background

This is how #453b53 Color code will look on white background color. Color contrast ratio is 10.48

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

Related Gradients

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.