Color: #5B49AB

#5B49AB Color Information

#5B49AB is a dark color. The closest websafe version is #5B49AB. A complement of this color would be #99AB49, perceived brightness is 0.35, and the grayscale version is #7A7A7A.

In the HSL color space, this color has a hue angle of 251°,a saturation of 40%, and a lightness of 48%.The HSV representation shows a hue of 251°, a saturation of 100%, and a value of 100%.

In a RGB color space, #5B49AB is composed of 36% red, 29% green and 67% blue. Whereas in a CMYK color space, it is composed of 47% cyan, 57% magenta, 0% yellow and 33% black.

In the Yxy color space, this color is represented as Y: 9.57, x: 0.2471, and y: 0.1826.

Color Code #5B49AB

HEX
#5B49AB
RGB
rgb(91, 73, 171)
HSL
hsl(251, 40%, 48%)
HSV
hsv(251, 57%, 67%)
CMYK
47%, 57%, 0%, 33%
XYZ
X: 12.95, Y: 9.57, Z: 29.88
Lab
L: 37.06, a: 27.36, b: -51.06
Name

Shades of Color #5B49AB

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

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

About #5B49AB Color Code

In the HSL color space, this color has a hue angle of 251°, a saturation of 40%, and a lightness of 48%. The HSV representation shows a hue of 251°, a saturation of 57%, and a value of 67%.

  • HEX: #5B49AB
  • RGB: rgb(91, 73, 171)
  • HSL: hsl(251, 40%, 48%)
  • HSV: hsv(251, 57%, 67%)
  • CMYK: 47.00% cyan, 57.00% magenta, 0.00% yellow, 33.00% black
  • XYZ: 12.95, 9.57, 29.88
  • Yxy: 9.57, 0.2471, 0.1826
  • Hunter Lab: 37.06, 27.36, -51.06
  • CIE-Lab: 37.06, 27.36, -51.06

In the XYZ color space, this color is represented as X: 12.95, Y: 9.57, Z: 29.88. The Yxy representation further refines this as Y: 9.57, x: 0.2471, and y: 0.1826.

In the Hunter Lab color space, this color is represented as L: 37.06, a: 27.36, and b: -51.06. Similarly, in the CIE-Lab color space, it is represented as L: 37.06, a: 27.36, and b: -51.06.

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

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

Analogous Colors of #5B49AB

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

Monochromatic Colors of #5B49AB

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

Complementary Color of #5B49AB

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

/* Using HEX */
body {
  background-color: #5b49ab;
}
/* Using RGB */
body {
  background-color: rgb(91, 73, 171);
}
/* Using RGB with opacity */
body {
  background-color: rgba(91, 73, 171, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(251, 40%, 48%);
}
/* Text color */
p {
  color: #5b49ab;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #5b49ab;
}

HTML Examples of #5B49AB

<!-- Using HEX -->
<div style="background-color: #5b49ab; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(91, 73, 171); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(91, 73, 171, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(251, 40%, 48%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #5b49ab;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #5b49ab; width: 100px; height: 100px;"></div>

Related Colors of #5B49AB

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