crispedge.com

Color picker

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

#5533dd hex color - Violet - Cool color - Information

#5533dd hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #5533dd Color code in RGB color code model is created after adding 33.33% red color, 20% green color and 86.67% blue color. Hex #5533dd Color code in CMYK color (process color) code model is generated after subtraction of 62% cyan, 77% magenta, 0% yellow and 13% black.

Hex #5533dd color code is a web safe color. Next web safe color code is #4422cc and previous web safe color code is #6644ee. You can see here many more shades of #5533dd color code.

0 Likes 0 Comments | 18 Views

Color Table

Hex Color Code5533dd#5533dd
RGB Decimal85, 51, 221rgb(85, 51, 221)
RGB Percent33%, 20%, 87%rgb(33%, 20%, 87%)
CSS RGBa85, 51, 221,1rgba(85,51,221,1)
CMYK Modelcmyk(62%,77%,0%,13%)
HSL Color Space252,71% ,53%hsl(252,71% ,53%)
HSV Color Space252°, 77%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010101010011001111011101
Octal12563335
Decimal8551221
Hex5533dd

Different shades of #5533dd color code.

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

Light Shade of #5533dd
#795fe4
Dark Shade of #5533dd
#3f20bd
Saturated Shade of #5533dd
#4e27e9
Desaturated Shade of #5533dd
#5c3fd1
Grey scale Shade of #5533dd
#888888
Brighten Shade
#6e4cf6
Most Readable Shade
#FFFFFF

Shades of #5533dd color code

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

#5533dd
#4b2dc4
#4227ab
#382293
#2f1c7a
#251662
#1c1149
#120b31
#090518
#000000

Similar Color like #5533dd color

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

#5634de
#5735df
#5836e0
#5937e1
#5a38e2
#5b39e3
#5c3ae4
#5d3be5
#5e3ce6
#5f3de7
#603ee8
#613fe9
#6240ea
#6341eb
#5432dc
#5331db
#5230da
#512fd9
#502ed8
#4f2dd7
#4e2cd6
#4d2bd5
#4c2ad4
#4b29d3
#4a28d2
#4927d1
#4826d0
#4725cf

Monochromatic Color with #5533dd

#5533dd
#030208
#140c33
#24165d
#341f88
#4529b3

Tints of #5533dd Color

#5533dd
#6749e0
#7a60e4
#8d77e8
#a08dec
#b3a4ef
#c6bbf3
#d9d1f7
#ece8fb
#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

#5533dd
#bbdd33

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

Split Complementary

#5533dd
#ddaa33
#66dd33

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

Analogous Color

#3355dd
#3333dd
#5533dd
#7733dd
#9933dd

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

#5533dd
#dd5533
#33dd55

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

#5533dd
#dd3366
#bbdd33
#33ddaa

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

#5533dd
#bbdd33
#66dd33
#aa33dd

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 #5533dd 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.

#5533dd Color Code Preview on Black Background Color

This is how #5533dd Color will look on black background color. Color contrast ratio is 2.90

#5533dd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5533dd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5533dd

#5533dd color code is use for CSS Background Color

Background color for the above div is #5533dd

HTML with inline CSS

<div style="background-color:#5533dd;"></div>

#5533dd color code is use for CSS Border Color

CSS Border color for the above div is #5533dd

HTML with inline CSS

<div style="border:5px solid #5533dd;"></div>

CSS Border Left color for the above div is #5533dd

HTML with inline CSS

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

CSS Border Right color for the above div is #5533dd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #5533dd

HTML with inline CSS

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

CSS Border Top color for the above div is #5533dd

HTML with inline CSS

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

#5533dd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5533dd Color code Preview on White Background

This is how #5533dd Color code will look on white background color. Color contrast ratio is 7.23

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

Related Gradients

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

0 Likes 0 Comments | 18 Views

Post your comment:-

By submitting comment you agree to our privacy policy.