Color: #594CEC

#594CEC Color Information

#594CEC is a dark color. The closest websafe version is #594CEC. A complement of this color would be #DFEC4B, perceived brightness is 0.38, and the grayscale version is #9C9C9C.

In the HSL color space, this color has a hue angle of 245°,a saturation of 81%, and a lightness of 61%.The HSV representation shows a hue of 245°, a saturation of 68%, and a value of 93%.

In a RGB color space, #594CEC is composed of 35% red, 30% green and 93% blue. Whereas in a CMYK color space, it is composed of 62% cyan, 68% magenta, 0% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 12.49, x: 0.2072, and y: 0.1352.

Color Code #594CEC

#594CECrgb(89, 76, 236)
HEX
#594CEC
RGB
rgb(89, 76, 236)
HSL
hsl(245, 81%, 61%)
HSV
hsv(245, 68%, 93%)
CMYK
62%, 68%, 0%, 7%
XYZ
X: 19.14, Y: 12.49, Z: 60.75
Lab
L: 41.98, a: 41.75, b: -80.62
Name

Shades of Color #594CEC

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

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

#594CECrgb(89, 76, 236)

About #594CEC Color Code

In the HSL color space, this color has a hue angle of 245°, a saturation of 81%, and a lightness of 61%. The HSV representation shows a hue of 245°, a saturation of 68%, and a value of 93%.

  • HEX: #594CEC
  • RGB: rgb(89, 76, 236)
  • HSL: hsl(245, 81%, 61%)
  • HSV: hsv(245, 68%, 93%)
  • CMYK: 62.00% cyan, 68.00% magenta, 0.00% yellow, 7.00% black
  • XYZ: 19.14, 12.49, 60.75
  • Yxy: 12.49, 0.2072, 0.1352
  • Hunter Lab: 41.98, 41.75, -80.62
  • CIE-Lab: 41.98, 41.75, -80.62

In the XYZ color space, this color is represented as X: 19.14, Y: 12.49, Z: 60.75. The Yxy representation further refines this as Y: 12.49, x: 0.2072, and y: 0.1352.

In the Hunter Lab color space, this color is represented as L: 41.98, a: 41.75, and b: -80.62. Similarly, in the CIE-Lab color space, it is represented as L: 41.98, a: 41.75, and b: -80.62.

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 #594CEC

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

Analogous Colors of #594CEC

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

Monochromatic Colors of #594CEC

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

Complementary Color of #594CEC

The complementary color of #594CEC 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 #594CEC

/* Using HEX */
body {
  background-color: #594cec;
}
/* Using RGB */
body {
  background-color: rgb(89, 76, 236);
}
/* Using RGB with opacity */
body {
  background-color: rgba(89, 76, 236, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(245, 81%, 61%);
}
/* Text color */
p {
  color: #594cec;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #594cec;
}
/* Border color */
.box {
  border: 4px solid #594cec;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #594cec;
}
Text Shadow Preview
/* Background with text */
div {
  background: #594cec;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#594CEC
On Black Background
#594CEC
On White Background
#594CEC

HTML Examples of #594CEC

<!-- Using HEX -->
<div style="background-color: #594cec; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(89, 76, 236); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(89, 76, 236, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(245, 81%, 61%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #594cec;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #594cec; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #594cec; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #594cec;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #594cec; color: #fff; padding: 16px; border-radius: 8px;">
  #594CEC
</div>
#594CEC
On Black Background
#594CEC
On White Background
#594CEC

Related Colors of #594CEC

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