crispedge.com

Color picker

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

#5511bb hex color - Blue - Cool color - Information

#5511bb hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #5511bb Color code in RGB color code model is created after adding 33.33% red color, 6.67% green color and 73.33% blue color. Hex #5511bb Color code in CMYK color (process color) code model is generated after subtraction of 55% cyan, 91% magenta, 0% yellow and 27% black.

Hex #5511bb color code is a web safe color. Next web safe color code is #4400aa and previous web safe color code is #6600cc. You can see here many more shades of #5511bb color code.

0 Likes 0 Comments | 6 Views

Color Table

Hex Color Code5511bb#5511bb
RGB Decimal85, 17, 187rgb(85, 17, 187)
RGB Percent33%, 7%, 73%rgb(33%, 7%, 73%)
CSS RGBa85, 17, 187,1rgba(85,17,187,1)
CMYK Modelcmyk(55%,91%,0%,27%)
HSL Color Space264,83% ,40%hsl(264,83% ,40%)
HSV Color Space264°, 91%, 73%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010101010001000110111011
Octal12521273
Decimal8517187
Hex5511bb

Different shades of #5511bb color code.

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

Light Shade of #5511bb
#6a15ea
Dark Shade of #5511bb
#400d8c
Saturated Shade of #5511bb
#5307c5
Desaturated Shade of #5511bb
#571bb1
Grey scale Shade of #5511bb
#666666
Brighten Shade
#6e2ad4
Most Readable Shade
#FFFFFF

Shades of #5511bb color code

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

#5511bb
#4b0fa6
#420d91
#380b7c
#2f0967
#250753
#1c053e
#120329
#090114
#000000

Similar Color like #5511bb color

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

#5612bc
#5713bd
#5814be
#5915bf
#5a16c0
#5b17c1
#5c18c2
#5d19c3
#5e1ac4
#5f1bc5
#601cc6
#611dc7
#621ec8
#631fc9
#5410ba
#530fb9
#520eb8
#510db7
#500cb6
#4f0bb5
#4e0ab4
#4d09b3
#4c08b2
#4b07b1
#4a06b0
#4905af
#4804ae
#4703ad

Monochromatic Color with #5511bb

#5511bb
#6815e5
#080211
#1b053b
#2e0966
#420d90

Tints of #5511bb Color

#5511bb
#672bc2
#7a45ca
#8d60d1
#a07ad9
#b395e0
#c6afe8
#d9caef
#ece4f7
#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

#5511bb
#77bb11

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

Split Complementary

#5511bb
#bbaa11
#22bb11

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

Analogous Color

#1111bb
#3311bb
#5511bb
#7711bb
#9911bb

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

#5511bb
#bb5511
#11bb55

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

#5511bb
#bb1122
#77bb11
#11bbaa

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

#5511bb
#77bb11
#22bb11
#aa11bb

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 #5511bb 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.

#5511bb Color Code Preview on Black Background Color

This is how #5511bb Color will look on black background color. Color contrast ratio is 2.18

#5511bb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5511bb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5511bb

#5511bb color code is use for CSS Background Color

Background color for the above div is #5511bb

HTML with inline CSS

<div style="background-color:#5511bb;"></div>

#5511bb color code is use for CSS Border Color

CSS Border color for the above div is #5511bb

HTML with inline CSS

<div style="border:5px solid #5511bb;"></div>

CSS Border Left color for the above div is #5511bb

HTML with inline CSS

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

CSS Border Right color for the above div is #5511bb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #5511bb

HTML with inline CSS

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

CSS Border Top color for the above div is #5511bb

HTML with inline CSS

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

#5511bb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5511bb Color code Preview on White Background

This is how #5511bb Color code will look on white background color. Color contrast ratio is 9.62

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

Related Gradients

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

0 Likes 0 Comments | 6 Views

Post your comment:-

By submitting comment you agree to our privacy policy.