crispedge.com

Color picker

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

#055eb7 hex color - Blue - Cool color - Information

#055eb7 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #055eb7 Color code in RGB color code model is created after adding 1.96% red color, 36.86% green color and 71.76% blue color. Hex #055eb7 Color code in CMYK color (process color) code model is generated after subtraction of 97% cyan, 49% magenta, 0% yellow and 28% black.

Hex #055eb7 color code is between #0066bb web safe hex color code and #0055aa web safe hex color code. #0066bb is the nearest web safe color code. You can see here many more shades of #055eb7 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code055eb7#055eb7
RGB Decimal5, 94, 183rgb(5, 94, 183)
RGB Percent2%, 37%, 72%rgb(2%, 37%, 72%)
CSS RGBa5, 94, 183,1rgba(5,94,183,1)
CMYK Modelcmyk(97%,49%,0%,28%)
HSL Color Space210,95% ,37%hsl(210,95% ,37%)
HSV Color Space210°, 97%, 72%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000001010101111010110111
Octal5136267
Decimal594183
Hex055eb7

Different shades of #055eb7 color code.

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

Light Shade of #055eb7
#0677e9
Dark Shade of #055eb7
#044485
Saturated Shade of #055eb7
#005ebc
Desaturated Shade of #055eb7
#0e5eae
Grey scale Shade of #055eb7
#5e5e5e
Brighten Shade
#1e77d0
Most Readable Shade
#FFFFFF

Shades of #055eb7 color code

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

#055eb7
#0453a2
#03498e
#033e7a
#023465
#022951
#011f3d
#011428
#000a14
#000000

Similar Color like #055eb7 color

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

#065fb8
#0760b9
#0861ba
#0962bb
#0a63bc
#0b64bd
#0c65be
#0d66bf
#0e67c0
#0f68c1
#1069c2
#116ac3
#126bc4
#136cc5
#045db6
#035cb5
#025bb4
#015ab3
#0059b2
#0058b1
#0057b0
#0056af
#0055ae
#0054ad
#0053ac
#0052ab
#0051aa
#0050a9

Monochromatic Color with #055eb7

#055eb7
#0674e1
#00070d
#021d37
#033262
#04488c

Tints of #055eb7 Color

#055eb7
#206fbf
#3c81c7
#5893cf
#74a5d7
#8fb7df
#abc9e7
#c7dbef
#e3edf7
#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

#055eb7
#b75e05

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

Split Complementary

#055eb7
#b70505
#b7b705

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

Analogous Color

#05a5b7
#0582b7
#055eb7
#053ab7
#0517b7

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

#055eb7
#b7055e
#5eb705

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

#055eb7
#b705b7
#b75e05
#05b705

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

#055eb7
#b75e05
#b7b705
#0505b7

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 #055eb7 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.

#055eb7 Color Code Preview on Black Background Color

This is how #055eb7 Color will look on black background color. Color contrast ratio is 3.29

#055eb7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #055eb7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #055eb7

#055eb7 color code is use for CSS Background Color

Background color for the above div is #055eb7

HTML with inline CSS

<div style="background-color:#055eb7;"></div>

#055eb7 color code is use for CSS Border Color

CSS Border color for the above div is #055eb7

HTML with inline CSS

<div style="border:5px solid #055eb7;"></div>

CSS Border Left color for the above div is #055eb7

HTML with inline CSS

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

CSS Border Right color for the above div is #055eb7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #055eb7

HTML with inline CSS

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

CSS Border Top color for the above div is #055eb7

HTML with inline CSS

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

#055eb7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#055eb7 Color code Preview on White Background

This is how #055eb7 Color code will look on white background color. Color contrast ratio is 6.38

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

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.