crispedge.com

Color picker

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

#55425a hex color - Violet - Warm color - Information

#55425a hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #55425a Color code in RGB color code model is created after adding 33.33% red color, 25.88% green color and 35.29% blue color. Hex #55425a Color code in CMYK color (process color) code model is generated after subtraction of 6% cyan, 27% magenta, 0% yellow and 65% black.

Hex #55425a color code is between #444455 web safe hex color code and #663366 web safe hex color code. #444455 is the nearest web safe color code. You can see here many more shades of #55425a color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code55425a#55425a
RGB Decimal85, 66, 90rgb(85, 66, 90)
RGB Percent33%, 26%, 35%rgb(33%, 26%, 35%)
CSS RGBa85, 66, 90,1rgba(85,66,90,1)
CMYK Modelcmyk(6%,27%,0%,65%)
HSL Color Space288,15% ,31%hsl(288,15% ,31%)
HSV Color Space288°, 27%, 35%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary010101010100001001011010
Octal125102132
Decimal856690
Hex55425a

Different shades of #55425a color code.

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

Light Shade of #55425a
#715877
Dark Shade of #55425a
#392c3d
Saturated Shade of #55425a
#5a3a62
Desaturated Shade of #55425a
#504a52
Grey scale Shade of #55425a
#4e4e4e
Brighten Shade
#6e5b73
Most Readable Shade
#FFFFFF

Shades of #55425a color code

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

#55425a
#4b3a50
#423346
#382c3c
#2f2432
#251d28
#1c161e
#120e14
#09070a
#000000

Similar Color like #55425a color

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

#56435b
#57445c
#58455d
#59465e
#5a475f
#5b4860
#5c4961
#5d4a62
#5e4b63
#5f4c64
#604d65
#614e66
#624f67
#635068
#544159
#534058
#523f57
#513e56
#503d55
#4f3c54
#4e3b53
#4d3a52
#4c3951
#4b3850
#4a374f
#49364e
#48354d
#47344c

Monochromatic Color with #55425a

#55425a
#7d6184
#a580af
#cda0d9
#050405
#2d232f

Tints of #55425a Color

#55425a
#67576c
#7a6c7e
#8d8191
#a096a3
#b3abb5
#c6c0c8
#d9d5da
#eceaec
#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

#55425a
#475a42

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

Split Complementary

#55425a
#535a42
#425a49

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

Analogous Color

#4b425a
#50425a
#55425a
#5a425a
#5a4255

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

#55425a
#5a5542
#425a55

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

#55425a
#5a4942
#475a42
#42535a

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

#55425a
#475a42
#425a49
#5a4253

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 #55425a 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.

#55425a Color Code Preview on Black Background Color

This is how #55425a Color will look on black background color. Color contrast ratio is 2.31

#55425a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #55425a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #55425a

#55425a color code is use for CSS Background Color

Background color for the above div is #55425a

HTML with inline CSS

<div style="background-color:#55425a;"></div>

#55425a color code is use for CSS Border Color

CSS Border color for the above div is #55425a

HTML with inline CSS

<div style="border:5px solid #55425a;"></div>

CSS Border Left color for the above div is #55425a

HTML with inline CSS

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

CSS Border Right color for the above div is #55425a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #55425a

HTML with inline CSS

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

CSS Border Top color for the above div is #55425a

HTML with inline CSS

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

#55425a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#55425a Color code Preview on White Background

This is how #55425a Color code will look on white background color. Color contrast ratio is 9.08

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

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.