What is hex #553592 color?

 
The hex code #553592 is also know by an other name that is Blue Magenta Violet.
This color is composed of 85% red, 53% green and 146% blue. So we can say that the RGB value is (85,53,146)
You need to use it for a printer? The CMYK colors code equivalent of hex #553592 is C:42 M:64 Y:0, K:43) .
In the HSV/HSB scale, #553592 has a hue of 261°, 64% saturation and a brightness value of 57%.
If you want to know all about the hex #553592, you can find below others details like Web safe equivalent, closest Pantone color, closest RAL color but also others informations like grayscale equivalent according to some algorithms.
You can also find all about color palettes of hex #553592 (complementary, analogous, triadic, tetradic...).

Hex #553592 Color Codes & Equivalents

Color Name [Blue Magenta Violet]
RGB Values (85,53,146)
CMYK Values (42%, 64%, 0%, 43%)
HSV/HSB Values (261°, 64%, 57%)
Closest Web Safe
#663399 [Rebecca Purple]
Inverse Color
#aaca6d
Closest Pantone®
7679 C
Closest RAL
RAL 5023 [Distant blue]
Complementary Color
#729235

#553592 Converted to Grayscale Codes

Average
#5f5f5f
Lightness (Desaturation)
#646464
Weighted (BT601)
#494949
Luma (BT709)
#434343

Hex #553592 Color Palettes – Complementary, Analogous, Triadic...

Complementary Palette

The complementary color of #553592 is #729235. To get this value, we need to use the RGB metrics, and take this opposite color at the end of the color wheel, so for #553592 you will find #729235. When placed next to each other, they create the strongest contrast for those two colors. Complementary colors may also be called "opposite colors". So if you need to grab attention, you should use it.

#553592 #729235

Analogous Palette

The analogous color scheme of #553592 is composed with colors #354392 and #833592. Colors are called analogous colors when they are very similar to each other. They are located to the right and left of your main color #553592 with a 30° separation on the RGB color wheel. An analogous color palette is best used with either warm or cool colors, creating a look that has a certain temperature as well as proper color harmony.

#354392 #553592 #833592

Split-Complementary Palette

The split-complementary color scheme of #553592 is composed with colors #439235 and #928335. A split-complementary color palette is like an analogous palette but you will take the complementary color as base instead of your main color. This choice, however, also makes the split complementary color combinations less vibrant and eye-catching, but it's also a good choice for beginners as you can hardly go wrong.

#553592 #439235 #928335

Triadic Palette

The triadic color scheme of #553592 is composed with colors #359255 and #925535. They are located to the right and left of your main color #553592 with a 120° separation on the RGB color wheel. With it you have the maximum variation in hue and offering by the same occasion the best possible contrast when taken together.

#553592 #359255 #925535

Tetradic Palette

The tetradic color scheme of #553592 is composed with colors #925535, #729235 and #357292 A tetradic color scheme, an outstanding variant of the twin color scheme, with an equal distance between all colors. All four colors are divided evenly around the color wheel. Like this there being no clear dominance of one color overs others. Colorful palettes create a sense of diversity, optimism and openness which are positive for a consumer brand. You can find the tetradic color scheme on big tech company logo like Google, Slack, Zoho, Microsoft, eBay for example. Fort a better result, you can also adjust saturation and brightness.

#553592 #925535 #729235 #357292

Square Palette

The square color scheme of #553592 is composed with colors #923543, #729235 and #359283 To get this color, it's pretty the same method that analogous or triadic, but instead, you will take an angle of 90° on the RGB Wheel between each colors. The square palette looks a lot like the Tetradic palette but it is less dark which is nicer in my opinion.

#553592 #923543 #729235 #359283

Tints, Tones & Shades of Hex #553592

Tints

Tints are created by adding white, resulting in lighter shades of #553592.

#553592 #5D3AA0 #663FAF #6F47BC #7B56C1 #8765C7 #9274CC #9E83D2

Tones

Tones are made by mixing with gray, softening the original color.

#553592 #583E88 #5B487E #5E5274 #615C6A #636363 #636363 #636363

Shades

Shades result from adding black, creating darker variations.

#553592 #4C2F83 #432A74 #3A2465 #321F56 #291947 #201438 #180E29

Hex #553592 in programming languages

If you are a developer, you will find below the color codes to use according to your programming language (HTML, JAVA, Pyhton, .NET), enjoy!

HTML, CSS #553592
Java new Color(85,53,146);
Python Color(#553592)
.NET Color.FromArgb(255, 85,53,146);
Swift / iOS UIColor(red: 0.33, green: 0.21, blue: 0.57, alpha: 1)
Kotlin / Android Color.rgb(85, 53, 146)