Color: #5E305B

#5E305B Color Information

#5E305B is a dark color. The closest websafe version is #5E305B. A complement of this color would be #315E34, perceived brightness is 0.26, and the grayscale version is #474747.

In the HSL color space, this color has a hue angle of 304°,a saturation of 32%, and a lightness of 28%.The HSV representation shows a hue of 304°, a saturation of 49%, and a value of 37%.

In a RGB color space, #5E305B is composed of 37% red, 19% green and 36% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 49% magenta, 3% yellow and 63% black.

In the Yxy color space, this color is represented as Y: 5.24, x: 0.3638, and y: 0.2535.

Color Code #5E305B

#5E305Brgb(94, 48, 91)
HEX
#5E305B
RGB
rgb(94, 48, 91)
HSL
hsl(304, 32%, 28%)
HSV
hsv(304, 49%, 37%)
CMYK
0%, 49%, 3%, 63%
XYZ
X: 7.52, Y: 5.24, Z: 7.91
Lab
L: 27.42, a: 26.44, b: -16.69
Name

Shades of Color #5E305B

Shades are created by darkening the original color #5E305B 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 #5E305B

Tints are created by lightening the original color #5E305B 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.

#5E305Brgb(94, 48, 91)

About #5E305B Color Code

In the HSL color space, this color has a hue angle of 304°, a saturation of 32%, and a lightness of 28%. The HSV representation shows a hue of 304°, a saturation of 49%, and a value of 37%.

  • HEX: #5E305B
  • RGB: rgb(94, 48, 91)
  • HSL: hsl(304, 32%, 28%)
  • HSV: hsv(304, 49%, 37%)
  • CMYK: 0.00% cyan, 49.00% magenta, 3.00% yellow, 63.00% black
  • XYZ: 7.52, 5.24, 7.91
  • Yxy: 5.24, 0.3638, 0.2535
  • Hunter Lab: 27.42, 26.44, -16.69
  • CIE-Lab: 27.42, 26.44, -16.69

In the XYZ color space, this color is represented as X: 7.52, Y: 5.24, Z: 7.91. The Yxy representation further refines this as Y: 5.24, x: 0.3638, and y: 0.2535.

In the Hunter Lab color space, this color is represented as L: 27.42, a: 26.44, and b: -16.69. Similarly, in the CIE-Lab color space, it is represented as L: 27.42, a: 26.44, and b: -16.69.

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 #5E305B

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

Analogous Colors of #5E305B

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

Split Complementary Colors of #5E305B

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

Tetradic Colors of #5E305B

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

Monochromatic Colors of #5E305B

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

Complementary Color of #5E305B

The complementary color of #5E305B 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 #5E305B

/* Using HEX */
body {
  background-color: #5e305b;
}
/* Using RGB */
body {
  background-color: rgb(94, 48, 91);
}
/* Using RGB with opacity */
body {
  background-color: rgba(94, 48, 91, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(304, 32%, 28%);
}
/* Text color */
p {
  color: #5e305b;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #5e305b;
}
/* Border color */
.box {
  border: 4px solid #5e305b;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #5e305b;
}
Text Shadow Preview
/* Background with text */
div {
  background: #5e305b;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#5E305B
On Black Background
#5E305B
On White Background
#5E305B

HTML Examples of #5E305B

<!-- Using HEX -->
<div style="background-color: #5e305b; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(94, 48, 91); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(94, 48, 91, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(304, 32%, 28%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #5e305b;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #5e305b; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #5e305b; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #5e305b;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #5e305b; color: #fff; padding: 16px; border-radius: 8px;">
  #5E305B
</div>
#5E305B
On Black Background
#5E305B
On White Background
#5E305B

Related Colors of #5E305B

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