What is hex #555D50 color?

 
The hex code #555D50 is also know by an other name that is Ebony.
This color is composed of 85% red, 93% green and 80% blue. So we can say that the RGB value is (85,93,80)
You need to use it for a printer? The CMYK colors code equivalent of hex #555D50 is C:9 M:0 Y:14, K:64) .
In the HSV/HSB scale, #555D50 has a hue of 97°, 14% saturation and a brightness value of 36%.
If you want to know all about the hex #555D50, 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 #555D50 (complementary, analogous, triadic, tetradic...).

Hex #555D50 Color Codes & Equivalents

Color Name [Ebony]
RGB Values (85,93,80)
CMYK Values (9%, 0%, 14%, 64%)
HSV/HSB Values (97°, 14%, 36%)
Closest Web Safe
#666666
Inverse Color
#aaa2af
Closest Pantone®
425 C
Closest RAL
RAL 7010 [Tarpaulin grey]
Complementary Color
#58505d

#555D50 Converted to Grayscale Codes

Average
#565656
Lightness (Desaturation)
#575757
Weighted (BT601)
#595959
Luma (BT709)
#5a5a5a

Hex #555D50 Color Palettes – Complementary, Analogous, Triadic...

Complementary Palette

The complementary color of #555D50 is #58505d. 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 #555D50 you will find #58505d. 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.

#555D50 #58505d

Analogous Palette

The analogous color scheme of #555D50 is composed with colors #5B5D50 and #505D51. 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 #555D50 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.

#5B5D50 #555D50 #505D51

Split-Complementary Palette

The split-complementary color scheme of #555D50 is composed with colors #5D505B and #51505D. 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.

#555D50 #5D505B #51505D

Triadic Palette

The triadic color scheme of #555D50 is composed with colors #5D5055 and #50555D. They are located to the right and left of your main color #555D50 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.

#555D50 #5D5055 #50555D

Tetradic Palette

The tetradic color scheme of #555D50 is composed with colors #50555D, #58505D and #5D5850 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.

#555D50 #50555D #58505D #5D5850

Square Palette

The square color scheme of #555D50 is composed with colors #505B5D, #58505D and #5D5150 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.

#555D50 #505B5D #58505D #5D5150

Tints, Tones & Shades of Hex #555D50

Tints

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

#555D50 #5F6759 #697262 #737D6C #7D8875 #879280 #919B8B #9CA596

Tones

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

#555D50 #565656 #565656 #565656 #565656 #565656 #565656 #565656

Shades

Shades result from adding black, creating darker variations.

#555D50 #4A5246 #40473D #363C33 #2C312A #222620 #181B17 #0E100D

Hex #555D50 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 #555D50
Java new Color(85,93,80);
Python Color(#555D50)
.NET Color.FromArgb(255, 85,93,80);
Swift / iOS UIColor(red: 0.33, green: 0.36, blue: 0.31, alpha: 1)
Kotlin / Android Color.rgb(85, 93, 80)