Color #544265

HEX

#544265

RGB

(84, 66, 101)

Quick Actions

Color Values

Color Space Values
RGB
R: 84, G: 66, B: 101 (33%, 26%, 40%)
CMYK C: 17%, M: 35%, Y: 0%, K: 60%
HSL H: 271°, S: 21%, L: 33%
HSV H: 271°, S: 35%, V: 40%
CIE-LAB L: 31.16, a: 15.39, b: -17.65
CIE-LCH L: 31.16, C: 23.42, H: 311.09
Hunter-Lab L: 25.92, a: 8.3, b: -17.47
Web Safe
#663366
Complementary
#536542

#544265 is a color with RGB values of 84 red, 66 green, and 101 blue (33%, 26%, 40% respectively). In the CMYK color space, it consists of 17% cyan, 35% magenta, 0% yellow, and 60% black. The color has a hue angle of 271°, 21% saturation, and 33% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #663366. The complementary color is #536542, 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 #544265

Explore different variations of #544265 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 #544265. 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 #544265

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

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #544265

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 #544265

Text with #544265

This text has a font color of #544265.

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

#544265 background color

This paragraph has a background color of #544265.

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

#544265 border color

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

#544265 box shadow

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