Color: #504470
#504470 Color Information
#504470 is a dark color. The closest websafe version is #504470. A complement of this color would be #636F44, perceived brightness is 0.30, and the grayscale version is #5A5A5A.
In the HSL color space, this color has a hue angle of 256°,a saturation of 24%, and a lightness of 35%.The HSV representation shows a hue of 256°, a saturation of 39%, and a value of 44%.
In a RGB color space, #504470 is composed of 31% red, 27% green and 44% blue. Whereas in a CMYK color space, it is composed of 29% cyan, 39% magenta, 0% yellow and 56% black.
In the Yxy color space, this color is represented as Y: 6.91, x: 0.2957, and y: 0.2541.
Color Code #504470
Shades of Color #504470
Shades are created by darkening the original color #504470 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 #504470
Tints are created by lightening the original color #504470 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 #504470 Color Code
In the HSL color space, this color has a hue angle of 256°, a saturation of 24%, and a lightness of 35%. The HSV representation shows a hue of 256°, a saturation of 39%, and a value of 44%.
- HEX: #504470
- RGB: rgb(80, 68, 112)
- HSL: hsl(256, 24%, 35%)
- HSV: hsv(256, 39%, 44%)
- CMYK: 29.00% cyan, 39.00% magenta, 0.00% yellow, 56.00% black
- XYZ: 8.04, 6.91, 12.24
- Yxy: 6.91, 0.2957, 0.2541
- Hunter Lab: 31.60, 13.27, -23.81
- CIE-Lab: 31.60, 13.27, -23.81
In the XYZ color space, this color is represented as X: 8.04, Y: 6.91, Z: 12.24. The Yxy representation further refines this as Y: 6.91, x: 0.2957, and y: 0.2541.
In the Hunter Lab color space, this color is represented as L: 31.60, a: 13.27, and b: -23.81. Similarly, in the CIE-Lab color space, it is represented as L: 31.60, a: 13.27, and b: -23.81.
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 #504470
Triadic colors are three colors evenly spaced around the color wheel, including #504470. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #504470
Split complementary colors are two colors adjacent to the complementary color of #504470. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #504470
Monochromatic colors are variations of #504470, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #504470
The complementary color of #504470 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 #504470
/* Using HEX */ body { background-color: #504470; }
/* Using RGB */ body { background-color: rgb(80, 68, 112); }
/* Using RGB with opacity */ body { background-color: rgba(80, 68, 112, 0.5); }
/* Using HSL */ body { background-color: hsl(256, 24%, 35%); }
/* Text color */ p { color: #504470; }
/* Box shadow */ div { box-shadow: 4px 4px #504470; }
/* Border color */ .box { border: 4px solid #504470; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #504470; }
/* Background with text */ div { background: #504470; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #504470
<!-- Using HEX --> <div style="background-color: #504470; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(80, 68, 112); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(80, 68, 112, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(256, 24%, 35%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #504470;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #504470; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #504470; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #504470;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #504470; color: #fff; padding: 16px; border-radius: 8px;"> #504470 </div>
Related Colors of #504470
These colors are similar to #504470, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.