Skip to main content Skip to docs navigation

#554f73 hex color | Download Dark Violet BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Benikakehana Purple and its hex is #5A4F74 Nearest Color Name

Color Hue/Base color: Violet

Hex #554f73 Color code in RGB color code model is created after adding 33.33% red color, 30.98% green color and 45.1% blue color. Hex #554f73 Color code in CMYK color (process color) code model is generated after subtraction of 26% cyan, 31% magenta, 0% yellow and 54.9% black.

Hex #554f73 color code is between #445577 web safe hex color code and #664466 web safe hex color code. #445577 is the nearest web safe color code. You can see here many more shades of #554f73 color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 554f73 #554f73
RGB Decimal 85, 79, 115 85, 79, 115
RGB Percent 33%, 31%, 45% rgb(33%, 31%, 45%)
CSS RGBa 85, 79, 115,1 rgba(85,79,115,1)
CMYK Model cmyk(26%,31%,0%,54.9%)
HSL Color Space 250,19% ,38% hsl(250,19% ,38%)
HSV Color Space 250°, 31%, 45%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01010101 01001111 01110011
Octal 125 117 163
Decimal 85 79 115
Hex 55 4f 73

Different shades of #554f73 color code.

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

Darkest of #554f73
#121118
Darker of #554f73
#282537
Dark of #554f73
#3f3a55
Base of #554f73
#554f73
Light of #554f73
#6b6491
Lighter
#8780a8
Lightest
#a39ebd

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

#554f73
#6d734f

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

Split Complementary

#554f73
#73674f
#5b734f

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

Analogous Color

#4f5e73
#4f5873
#554f73
#614f73
#704f73

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

#554f73
#4f7355
#73554f

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

#554f73
#73554f
#6d734f
#4f6d73

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#554f73
#734f5b
#6d734f
#4f7367

Square 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).

Monochromatic Color with #554f73

#000000
#121118
#282537
#3f3a55
#554f73
#6b6491
#8780a8
#a39ebd
#c0bdd1

Tints of #554f73 Color

#554f73
#676282
#7a7692
#8d89a1
#a09db1
#b3b0c0
#c6c4d0
#d9d7df
#ecebef
#ffffff

Shades of #554f73 color code

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

#554f73
#4b4666
#423d59
#38344c
#2f2b3f
#252333
#1c1a26
#121119
#09080c
#000000

Tones

#554f73
#616161
#616161
#616161
#616161

Tones

Similar Color like #554f73 color

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

#565074
#575175
#585276
#595377
#5a5478
#5b5579
#5c567a
#5d577b
#5e587c
#5f597d
#605a7e
#615b7f
#625c80
#635d81
#544e72
#534d71
#524c70
#514b6f
#504a6e
#4f496d
#4e486c
#4d476b
#4c466a
#4b4569
#4a4468
#494367
#484266
#474165

Download this Dark Violet

Hex #554f73 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.

#554f73 Color Code Preview on Black Background Color

This is how #554f73 Color will look on black background color. Color contrast ratio is 2.75

#554f73 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #554f73

HTML with inline CSS

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

Your Example Paragraph content text in with font color #554f73

#554f73 color code is use for CSS Background Color

Background color for the above div is #554f73

HTML with inline CSS

<div style="background-color:#554f73;"></div>

#554f73 color code is use for CSS Border Color

CSS Border color for the above div is #554f73

HTML with inline CSS

<div style="border:5px solid #554f73;"></div>

CSS Border Left color for the above div is #554f73

HTML with inline CSS

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

CSS Border Right color for the above div is #554f73

HTML with inline CSS

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

CSS Border Bottom color for the above div is #554f73

HTML with inline CSS

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

CSS Border Top color for the above div is #554f73

HTML with inline CSS

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

#554f73 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#554f73 Color code Preview on White Background

This is how #554f73 Color code will look on white background color. Color contrast ratio is 7.63

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(85,79,115,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(109,115,79,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(85,79,115,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }