Color: #54276E

#54276E Color Information

#54276E is a dark color. The closest websafe version is #54276E. A complement of this color would be #406D26, perceived brightness is 0.24, and the grayscale version is #4B4B4B.

In the HSL color space, this color has a hue angle of 278°,a saturation of 48%, and a lightness of 29%.The HSV representation shows a hue of 278°, a saturation of 65%, and a value of 43%.

In a RGB color space, #54276E is composed of 33% red, 15% green and 43% blue. Whereas in a CMYK color space, it is composed of 24% cyan, 65% magenta, 0% yellow and 57% black.

In the Yxy color space, this color is represented as Y: 4.37, x: 0.3030, and y: 0.1924.

Color Code #54276E

#54276Ergb(84, 39, 110)
HEX
#54276E
RGB
rgb(84, 39, 110)
HSL
hsl(278, 48%, 29%)
HSV
hsv(278, 65%, 43%)
CMYK
24%, 65%, 0%, 57%
XYZ
X: 6.88, Y: 4.37, Z: 11.46
Lab
L: 24.87, a: 31.22, b: -33.10
Name

Shades of Color #54276E

Shades are created by darkening the original color #54276E in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #54276E

Tints are created by lightening the original color #54276E in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#54276Ergb(84, 39, 110)

About #54276E Color Code

In the HSL color space, this color has a hue angle of 278°, a saturation of 48%, and a lightness of 29%. The HSV representation shows a hue of 278°, a saturation of 65%, and a value of 43%.

  • HEX: #54276E
  • RGB: rgb(84, 39, 110)
  • HSL: hsl(278, 48%, 29%)
  • HSV: hsv(278, 65%, 43%)
  • CMYK: 24.00% cyan, 65.00% magenta, 0.00% yellow, 57.00% black
  • XYZ: 6.88, 4.37, 11.46
  • Yxy: 4.37, 0.3030, 0.1924
  • Hunter Lab: 24.87, 31.22, -33.10
  • CIE-Lab: 24.87, 31.22, -33.10

In the XYZ color space, this color is represented as X: 6.88, Y: 4.37, Z: 11.46. The Yxy representation further refines this as Y: 4.37, x: 0.3030, and y: 0.1924.

In the Hunter Lab color space, this color is represented as L: 24.87, a: 31.22, and b: -33.10. Similarly, in the CIE-Lab color space, it is represented as L: 24.87, a: 31.22, and b: -33.10.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #54276E

Triadic colors are three colors evenly spaced around the color wheel, including #54276E. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #54276E

Analogous colors are adjacent to #54276E on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #54276E

Split complementary colors are two colors adjacent to the complementary color of #54276E. They create a balanced and visually appealing color scheme.

Tetradic Colors of #54276E

Tetradic colors form a rectangle on the color wheel, including #54276E. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #54276E

Monochromatic colors are variations of #54276E, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #54276E

The complementary color of #54276E is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #54276E

/* Using HEX */
body {
  background-color: #54276e;
}
/* Using RGB */
body {
  background-color: rgb(84, 39, 110);
}
/* Using RGB with opacity */
body {
  background-color: rgba(84, 39, 110, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(278, 48%, 29%);
}
/* Text color */
p {
  color: #54276e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #54276e;
}
/* Border color */
.box {
  border: 4px solid #54276e;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #54276e;
}
Text Shadow Preview
/* Background with text */
div {
  background: #54276e;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#54276E
On Black Background
#54276E
On White Background
#54276E

HTML Examples of #54276E

<!-- Using HEX -->
<div style="background-color: #54276e; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(84, 39, 110); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(84, 39, 110, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(278, 48%, 29%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #54276e;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #54276e; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #54276e; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #54276e;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #54276e; color: #fff; padding: 16px; border-radius: 8px;">
  #54276E
</div>
#54276E
On Black Background
#54276E
On White Background
#54276E

Related Colors of #54276E

These colors are similar to #54276E, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.