Color: #558783

#558783 Color Information

#558783 is a dark color. The closest websafe version is #558783. A complement of this color would be #875459, perceived brightness is 0.47, and the grayscale version is #6E6E6E.

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

In a RGB color space, #558783 is composed of 33% red, 53% green and 51% blue. Whereas in a CMYK color space, it is composed of 37% cyan, 0% magenta, 3% yellow and 47% black.

In the Yxy color space, this color is represented as Y: 20.77, x: 0.2954, and y: 0.3709.

Color Code #558783

HEX
#558783
RGB
rgb(85, 135, 131)
HSL
hsl(175, 23%, 43%)
HSV
hsv(175, 37%, 53%)
CMYK
37%, 0%, 3%, 47%
XYZ
X: 16.54, Y: 20.77, Z: 18.69
Lab
L: 52.69, a: -18.28, b: -3.47
Name

Shades of Color #558783

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

Tints are created by lightening the original color #558783 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 #558783 Color Code

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

  • HEX: #558783
  • RGB: rgb(85, 135, 131)
  • HSL: hsl(175, 23%, 43%)
  • HSV: hsv(175, 37%, 53%)
  • CMYK: 37.00% cyan, 0.00% magenta, 3.00% yellow, 47.00% black
  • XYZ: 16.54, 20.77, 18.69
  • Yxy: 20.77, 0.2954, 0.3709
  • Hunter Lab: 52.69, -18.28, -3.47
  • CIE-Lab: 52.69, -18.28, -3.47

In the XYZ color space, this color is represented as X: 16.54, Y: 20.77, Z: 18.69. The Yxy representation further refines this as Y: 20.77, x: 0.2954, and y: 0.3709.

In the Hunter Lab color space, this color is represented as L: 52.69, a: -18.28, and b: -3.47. Similarly, in the CIE-Lab color space, it is represented as L: 52.69, a: -18.28, and b: -3.47.

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 #558783

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

Analogous Colors of #558783

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

Monochromatic Colors of #558783

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

Complementary Color of #558783

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

/* Using HEX */
body {
  background-color: #558783;
}
/* Using RGB */
body {
  background-color: rgb(85, 135, 131);
}
/* Using RGB with opacity */
body {
  background-color: rgba(85, 135, 131, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(175, 23%, 43%);
}
/* Text color */
p {
  color: #558783;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #558783;
}

HTML Examples of #558783

<!-- Using HEX -->
<div style="background-color: #558783; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(85, 135, 131); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(85, 135, 131, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(175, 23%, 43%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #558783;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #558783; width: 100px; height: 100px;"></div>

Related Colors of #558783

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