crispedge.com

Color picker

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

#5585bd hex color - Blue - Cool color - Information

#5585bd hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #5585bd Color code in RGB color code model is created after adding 33.33% red color, 52.16% green color and 74.12% blue color. Hex #5585bd Color code in CMYK color (process color) code model is generated after subtraction of 55% cyan, 30% magenta, 0% yellow and 26% black.

Hex #5585bd color code is between #4488bb web safe hex color code and #6677cc web safe hex color code. #4488bb is the nearest web safe color code. You can see here many more shades of #5585bd color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Code5585bd#5585bd
RGB Decimal85, 133, 189rgb(85, 133, 189)
RGB Percent33%, 52%, 74%rgb(33%, 52%, 74%)
CSS RGBa85, 133, 189,1rgba(85,133,189,1)
CMYK Modelcmyk(55%,30%,0%,26%)
HSL Color Space212,44% ,54%hsl(212,44% ,54%)
HSV Color Space212°, 55%, 74%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010101011000010110111101
Octal125205275
Decimal85133189
Hex5585bd

Different shades of #5585bd color code.

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

Light Shade of #5585bd
#7a9fcb
Dark Shade of #5585bd
#3e6ca1
Saturated Shade of #5585bd
#4984c9
Desaturated Shade of #5585bd
#6186b1
Grey scale Shade of #5585bd
#898989
Brighten Shade
#6e9ed6
Most Readable Shade
#FFFFFF

Shades of #5585bd color code

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

#5585bd
#4b76a8
#426793
#38587e
#2f4969
#253b54
#1c2c3f
#121d2a
#090e15
#000000

Similar Color like #5585bd color

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

#5686be
#5787bf
#5888c0
#5989c1
#5a8ac2
#5b8bc3
#5c8cc4
#5d8dc5
#5e8ec6
#5f8fc7
#6090c8
#6191c9
#6292ca
#6393cb
#5484bc
#5383bb
#5282ba
#5181b9
#5080b8
#4f7fb7
#4e7eb6
#4d7db5
#4c7cb4
#4b7bb3
#4a7ab2
#4979b1
#4878b0
#4777af

Monochromatic Color with #5585bd

#5585bd
#68a3e7
#090d13
#1c2b3d
#2f4968
#426792

Tints of #5585bd Color

#5585bd
#6792c4
#7aa0cb
#8dadd3
#a0bbda
#b3c8e1
#c6d6e9
#d9e3f0
#ecf1f7
#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

#5585bd
#bd8d55

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

Split Complementary

#5585bd
#bd5955
#b9bd55

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

Analogous Color

#55afbd
#559abd
#5585bd
#5570bd
#555bbd

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

#5585bd
#bd5585
#85bd55

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

#5585bd
#bd55b9
#bd8d55
#55bd59

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

#5585bd
#bd8d55
#b9bd55
#5955bd

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 #5585bd 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.

#5585bd Color Code Preview on Black Background Color

This is how #5585bd Color will look on black background color. Color contrast ratio is 5.48

#5585bd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5585bd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5585bd

#5585bd color code is use for CSS Background Color

Background color for the above div is #5585bd

HTML with inline CSS

<div style="background-color:#5585bd;"></div>

#5585bd color code is use for CSS Border Color

CSS Border color for the above div is #5585bd

HTML with inline CSS

<div style="border:5px solid #5585bd;"></div>

CSS Border Left color for the above div is #5585bd

HTML with inline CSS

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

CSS Border Right color for the above div is #5585bd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #5585bd

HTML with inline CSS

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

CSS Border Top color for the above div is #5585bd

HTML with inline CSS

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

#5585bd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5585bd Color code Preview on White Background

This is how #5585bd Color code will look on white background color. Color contrast ratio is 3.83

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.