Color #54896F

HEX

#54896F

RGB

(84, 137, 111)

Quick Actions

Color Values

Color Space Values
RGB
R: 84, G: 137, B: 111 (33%, 54%, 44%)
CMYK C: 39%, M: 0%, Y: 19%, K: 46%
HSL H: 151°, S: 24%, L: 43%
HSV H: 151°, S: 39%, V: 54%
CIE-LAB L: 52.86, a: -23.82, b: 8.44
CIE-LCH L: 52.86, C: 25.27, H: 160.49
Hunter-Lab L: 45.74, a: -20.85, b: 4.07
Web Safe
#669966
Complementary
#89546e

#54896F is a color with RGB values of 84 red, 137 green, and 111 blue (33%, 54%, 44% respectively). In the CMYK color space, it consists of 39% cyan, 0% magenta, 19% yellow, and 46% black. The color has a hue angle of 151°, 24% saturation, and 43% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #669966. The complementary color is #89546e, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #54896F

Explore different variations of #54896F including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #54896F. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #54896F

Explore different color combinations and harmonies that work well with #54896F.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #54896F

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #54896F

Text with #54896F

This text has a font color of #54896F.

<span style="color:#54896F;">Text here</span>
.text { color: #54896F; }

#54896F background color

This paragraph has a background color of #54896F.

<p style="background-color:#54896F;">Content here</p>
.background { background-color: #54896F; }

#54896F border color

This element has a border color of #54896F.
<div style="border:1px solid #54896F;">Content here</div>
.border { border: 1px solid #54896F; }

#54896F box shadow

This element has a box shadow using #54896F.
<div style="box-shadow: 0 4px 6px -1px #54896F80">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #54896F80; }
Copied to clipboard!