Color: #5087AE

#5087AE Color Information

#5087AE is a dark color. The closest websafe version is #5087AE. A complement of this color would be #AF7850, perceived brightness is 0.48, and the grayscale version is #7F7F7F.

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

In a RGB color space, #5087AE is composed of 31% red, 53% green and 68% blue. Whereas in a CMYK color space, it is composed of 54% cyan, 22% magenta, 0% yellow and 32% black.

In the Yxy color space, this color is represented as Y: 21.72, x: 0.2576, and y: 0.2964.

Color Code #5087AE

HEX
#5087AE
RGB
rgb(80, 135, 174)
HSL
hsl(205, 37%, 50%)
HSV
hsv(205, 54%, 68%)
CMYK
54%, 22%, 0%, 32%
XYZ
X: 18.88, Y: 21.72, Z: 32.69
Lab
L: 53.73, a: -10.19, b: -26.67
Name

Shades of Color #5087AE

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

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

In the HSL color space, this color has a hue angle of 205°, a saturation of 37%, and a lightness of 50%. The HSV representation shows a hue of 205°, a saturation of 54%, and a value of 68%.

  • HEX: #5087AE
  • RGB: rgb(80, 135, 174)
  • HSL: hsl(205, 37%, 50%)
  • HSV: hsv(205, 54%, 68%)
  • CMYK: 54.00% cyan, 22.00% magenta, 0.00% yellow, 32.00% black
  • XYZ: 18.88, 21.72, 32.69
  • Yxy: 21.72, 0.2576, 0.2964
  • Hunter Lab: 53.73, -10.19, -26.67
  • CIE-Lab: 53.73, -10.19, -26.67

In the XYZ color space, this color is represented as X: 18.88, Y: 21.72, Z: 32.69. The Yxy representation further refines this as Y: 21.72, x: 0.2576, and y: 0.2964.

In the Hunter Lab color space, this color is represented as L: 53.73, a: -10.19, and b: -26.67. Similarly, in the CIE-Lab color space, it is represented as L: 53.73, a: -10.19, and b: -26.67.

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 #5087AE

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

Analogous Colors of #5087AE

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

Monochromatic Colors of #5087AE

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

Complementary Color of #5087AE

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

/* Using HEX */
body {
  background-color: #5087ae;
}
/* Using RGB */
body {
  background-color: rgb(80, 135, 174);
}
/* Using RGB with opacity */
body {
  background-color: rgba(80, 135, 174, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(205, 37%, 50%);
}
/* Text color */
p {
  color: #5087ae;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #5087ae;
}

HTML Examples of #5087AE

<!-- Using HEX -->
<div style="background-color: #5087ae; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(80, 135, 174); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(80, 135, 174, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(205, 37%, 50%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #5087ae;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #5087ae; width: 100px; height: 100px;"></div>

Related Colors of #5087AE

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