What is hex #534B4F color?

 
The hex code #534B4F is also know by an other name that is Dark Liver.
This color is composed of 83% red, 75% green and 79% blue. So we can say that the RGB value is (83,75,79)
You need to use it for a printer? The CMYK colors code equivalent of hex #534B4F is C:0 M:10 Y:5, K:67) .
In the HSV/HSB scale, #534B4F has a hue of 330°, 10% saturation and a brightness value of 33%.
If you want to know all about the hex #534B4F, 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 #534B4F (complementary, analogous, triadic, tetradic...).

Hex #534B4F Color Codes & Equivalents

Color Name [Dark Liver]
RGB Values (83,75,79)
CMYK Values (0%, 10%, 5%, 67%)
HSV/HSB Values (330°, 10%, 33%)
Closest Web Safe
#663366
Inverse Color
#acb4b0
Closest Pantone®
418 C
Closest RAL
RAL 7043 [Traffic grey B]
Complementary Color
#4b534f

#534B4F Converted to Grayscale Codes

Average
#4f4f4f
Lightness (Desaturation)
#4f4f4f
Weighted (BT601)
#4e4e4e
Luma (BT709)
#4d4d4d

Hex #534B4F Color Palettes – Complementary, Analogous, Triadic...

Complementary Palette

The complementary color of #534B4F is #4b534f. 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 #534B4F you will find #4b534f. 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.

#534B4F #4b534f

Analogous Palette

The analogous color scheme of #534B4F is composed with colors #534B53 and #534B4B. 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 #534B4F 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.

#534B53 #534B4F #534B4B

Split-Complementary Palette

The split-complementary color scheme of #534B4F is composed with colors #4B5353 and #4B534B. 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.

#534B4F #4B5353 #4B534B

Triadic Palette

The triadic color scheme of #534B4F is composed with colors #4B4F53 and #4F534B. They are located to the right and left of your main color #534B4F 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.

#534B4F #4B4F53 #4F534B

Tetradic Palette

The tetradic color scheme of #534B4F is composed with colors #4F534B, #4B534F and #4F4B53 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.

#534B4F #4F534B #4B534F #4F4B53

Square Palette

The square color scheme of #534B4F is composed with colors #53534B, #4B534F and #4B4B53 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.

#534B4F #53534B #4B534F #4B4B53

Tints, Tones & Shades of Hex #534B4F

Tints

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

#534B4F #5D5459 #685E63 #73686D #7D7177 #887B82 #92868C #9B9196

Tones

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

#534B4F #4F4F4F #4F4F4F #4F4F4F #4F4F4F #4F4F4F #4F4F4F #4F4F4F

Shades

Shades result from adding black, creating darker variations.

#534B4F #484144 #3D373A #322D30 #282426 #1D1A1C #121011 #070707

Hex #534B4F 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 #534B4F
Java new Color(83,75,79);
Python Color(#534B4F)
.NET Color.FromArgb(255, 83,75,79);
Swift / iOS UIColor(red: 0.33, green: 0.29, blue: 0.31, alpha: 1)
Kotlin / Android Color.rgb(83, 75, 79)