crispedge.com

Color picker

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

#89556e hex color - Merlin's Cloak - Red - Warm color - Information

#89556e hex color - Merlin's Cloak - Red - Warm color

Color Hue/Base color: Red

Hex #89556e Color Code is also known as Merlin's Cloak color.

Hex #89556e Color code in RGB color code model is created after adding 53.73% red color, 33.33% green color and 43.14% blue color. Hex #89556e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 38% magenta, 20% yellow and 46% black.

Hex #89556e color code is between #884466 web safe hex color code and #996677 web safe hex color code. #884466 is the nearest web safe color code. You can see here many more shades of #89556e color code.

0 Likes 0 Comments | 39 Views

Color Table

Hex Color Code89556e#89556e
RGB Decimal137, 85, 110rgb(137, 85, 110)
RGB Percent54%, 33%, 43%rgb(54%, 33%, 43%)
CSS RGBa137, 85, 110,1rgba(137,85,110,1)
CMYK Modelcmyk(0%,38%,20%,46%)
HSL Color Space331,23% ,44%hsl(331,23% ,44%)
HSV Color Space331°, 38%, 54%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100010010101010101101110
Octal211125156
Decimal13785110
Hex89556e

Different shades of #89556e color code.

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

Light Shade of #89556e
#a46d87
Dark Shade of #89556e
#694155
Saturated Shade of #89556e
#944a6e
Desaturated Shade of #89556e
#7e606e
Grey scale Shade of #89556e
#6f6f6f
Brighten Shade
#a26e87
Most Readable Shade
#FFFFFF

Shades of #89556e color code

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

#89556e
#794b61
#6a4255
#5b3849
#4c2f3d
#3c2530
#2d1c24
#1e1218
#0f090c
#000000

Similar Color like #89556e color

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

#8a566f
#8b5770
#8c5871
#8d5972
#8e5a73
#8f5b74
#905c75
#915d76
#925e77
#935f78
#946079
#95617a
#96627b
#97637c
#88546d
#87536c
#86526b
#85516a
#845069
#834f68
#824e67
#814d66
#804c65
#7f4b64
#7e4a63
#7d4962
#7c4861
#7b4760

Monochromatic Color with #89556e

#89556e
#b36f90
#de8ab2
#090608
#34202a
#5e3b4c

Tints of #89556e Color

#89556e
#96677e
#a37a8e
#b08d9e
#bda0ae
#cab3be
#d7c6ce
#e4d9de
#f1ecee
#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

#89556e
#558970

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

Split Complementary

#89556e
#558956
#558889

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

Analogous Color

#895583
#895578
#89556e
#895564
#895559

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

#89556e
#6e8955
#556e89

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

#89556e
#888955
#558970
#565589

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

#89556e
#558970
#558889
#895655

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

#89556e Color Code Preview on Black Background Color

This is how #89556e Color will look on black background color. Color contrast ratio is 3.59

#89556e in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#89556e color code is use for CSS Background Color

Background color for the above div is #89556e

HTML with inline CSS

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

#89556e color code is use for CSS Border Color

CSS Border color for the above div is #89556e

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#89556e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#89556e Color code Preview on White Background

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

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

Related Gradients

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

0 Likes 0 Comments | 39 Views

Post your comment:-

By submitting comment you agree to our privacy policy.