crispedge.com

Color picker

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

#55626e hex color - Blue - Cool color - Information

#55626e hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #55626e Color code in RGB color code model is created after adding 33.33% red color, 38.43% green color and 43.14% blue color. Hex #55626e Color code in CMYK color (process color) code model is generated after subtraction of 23% cyan, 11% magenta, 0% yellow and 57% black.

Hex #55626e color code is between #446666 web safe hex color code and #665577 web safe hex color code. #446666 is the nearest web safe color code. You can see here many more shades of #55626e color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Code55626e#55626e
RGB Decimal85, 98, 110rgb(85, 98, 110)
RGB Percent33%, 38%, 43%rgb(33%, 38%, 43%)
CSS RGBa85, 98, 110,1rgba(85,98,110,1)
CMYK Modelcmyk(23%,11%,0%,57%)
HSL Color Space209,13% ,38%hsl(209,13% ,38%)
HSV Color Space209°, 23%, 43%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010101010110001001101110
Octal125142156
Decimal8598110
Hex55626e

Different shades of #55626e color code.

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

Light Shade of #55626e
#6b7c8b
Dark Shade of #55626e
#3f4851
Saturated Shade of #55626e
#4b6278
Desaturated Shade of #55626e
#5f6264
Grey scale Shade of #55626e
#616161
Brighten Shade
#6e7b87
Most Readable Shade
#FFFFFF

Shades of #55626e color code

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

#55626e
#4b5761
#424c55
#384149
#2f363d
#252b30
#1c2024
#121518
#090a0c
#000000

Similar Color like #55626e color

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

#56636f
#576470
#586571
#596672
#5a6773
#5b6874
#5c6975
#5d6a76
#5e6b77
#5f6c78
#606d79
#616e7a
#626f7b
#63707c
#54616d
#53606c
#525f6b
#515e6a
#505d69
#4f5c68
#4e5b67
#4d5a66
#4c5965
#4b5864
#4a5763
#495662
#485561
#475460

Monochromatic Color with #55626e

#55626e
#768898
#97aec3
#b8d4ed
#131619
#343c43

Tints of #55626e Color

#55626e
#67737e
#7a848e
#8d969e
#a0a7ae
#b3b9be
#c6cace
#d9dcde
#ecedee
#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

#55626e
#6e6155

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

Split Complementary

#55626e
#6e5556
#6e6e55

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

Analogous Color

#556c6e
#55676e
#55626e
#555d6e
#55586e

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

#55626e
#6e5562
#626e55

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

#55626e
#6d556e
#6e6155
#556e55

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

#55626e
#6e6155
#6e6e55
#55566e

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 #55626e 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.

#55626e Color Code Preview on Black Background Color

This is how #55626e Color will look on black background color. Color contrast ratio is 3.36

#55626e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #55626e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #55626e

#55626e color code is use for CSS Background Color

Background color for the above div is #55626e

HTML with inline CSS

<div style="background-color:#55626e;"></div>

#55626e color code is use for CSS Border Color

CSS Border color for the above div is #55626e

HTML with inline CSS

<div style="border:5px solid #55626e;"></div>

CSS Border Left color for the above div is #55626e

HTML with inline CSS

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

CSS Border Right color for the above div is #55626e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #55626e

HTML with inline CSS

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

CSS Border Top color for the above div is #55626e

HTML with inline CSS

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

#55626e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#55626e Color code Preview on White Background

This is how #55626e Color code will look on white background color. Color contrast ratio is 6.25

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

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.