Color: #58658C

#58658C Color Information

#58658C is a dark color. The closest websafe version is #58658C. A complement of this color would be #8D8058, perceived brightness is 0.40, and the grayscale version is #727272.

In the HSL color space, this color has a hue angle of 225°,a saturation of 23%, and a lightness of 45%.The HSV representation shows a hue of 225°, a saturation of 37%, and a value of 55%.

In a RGB color space, #58658C is composed of 35% red, 40% green and 55% blue. Whereas in a CMYK color space, it is composed of 37% cyan, 28% magenta, 0% yellow and 45% black.

In the Yxy color space, this color is represented as Y: 13.09, x: 0.2816, and y: 0.2831.

Color Code #58658C

#58658Crgb(88, 101, 140)
HEX
#58658C
RGB
rgb(88, 101, 140)
HSL
hsl(225, 23%, 45%)
HSV
hsv(225, 37%, 55%)
CMYK
37%, 28%, 0%, 45%
XYZ
X: 13.02, Y: 13.09, Z: 20.13
Lab
L: 42.90, a: 2.63, b: -23.41
Name

Shades of Color #58658C

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

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

#58658Crgb(88, 101, 140)

About #58658C Color Code

In the HSL color space, this color has a hue angle of 225°, a saturation of 23%, and a lightness of 45%. The HSV representation shows a hue of 225°, a saturation of 37%, and a value of 55%.

  • HEX: #58658C
  • RGB: rgb(88, 101, 140)
  • HSL: hsl(225, 23%, 45%)
  • HSV: hsv(225, 37%, 55%)
  • CMYK: 37.00% cyan, 28.00% magenta, 0.00% yellow, 45.00% black
  • XYZ: 13.02, 13.09, 20.13
  • Yxy: 13.09, 0.2816, 0.2831
  • Hunter Lab: 42.90, 2.63, -23.41
  • CIE-Lab: 42.90, 2.63, -23.41

In the XYZ color space, this color is represented as X: 13.02, Y: 13.09, Z: 20.13. The Yxy representation further refines this as Y: 13.09, x: 0.2816, and y: 0.2831.

In the Hunter Lab color space, this color is represented as L: 42.90, a: 2.63, and b: -23.41. Similarly, in the CIE-Lab color space, it is represented as L: 42.90, a: 2.63, and b: -23.41.

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 #58658C

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

Analogous Colors of #58658C

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

Split Complementary Colors of #58658C

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

Tetradic Colors of #58658C

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

Monochromatic Colors of #58658C

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

Complementary Color of #58658C

The complementary color of #58658C 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 #58658C

/* Using HEX */
body {
  background-color: #58658c;
}
/* Using RGB */
body {
  background-color: rgb(88, 101, 140);
}
/* Using RGB with opacity */
body {
  background-color: rgba(88, 101, 140, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(225, 23%, 45%);
}
/* Text color */
p {
  color: #58658c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #58658c;
}
/* Border color */
.box {
  border: 4px solid #58658c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #58658c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #58658c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#58658C
On Black Background
#58658C
On White Background
#58658C

HTML Examples of #58658C

<!-- Using HEX -->
<div style="background-color: #58658c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(88, 101, 140); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(88, 101, 140, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(225, 23%, 45%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #58658c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #58658c; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #58658c; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #58658c;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #58658c; color: #fff; padding: 16px; border-radius: 8px;">
  #58658C
</div>
#58658C
On Black Background
#58658C
On White Background
#58658C

Related Colors of #58658C

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