Color: #5191AA

#5191AA Color Information

#5191AA is a light color. The closest websafe version is #5191AA. A complement of this color would be #A96A51, perceived brightness is 0.50, and the grayscale version is #7D7D7D.

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

In a RGB color space, #5191AA is composed of 32% red, 57% green and 67% blue. Whereas in a CMYK color space, it is composed of 52% cyan, 15% magenta, 0% yellow and 33% black.

In the Yxy color space, this color is represented as Y: 24.57, x: 0.2650, and y: 0.3217.

Color Code #5191AA

HEX
#5191AA
RGB
rgb(81, 145, 170)
HSL
hsl(197, 35%, 49%)
HSV
hsv(197, 52%, 67%)
CMYK
52%, 15%, 0%, 33%
XYZ
X: 20.24, Y: 24.57, Z: 31.57
Lab
L: 56.65, a: -15.98, b: -19.93
Name

Shades of Color #5191AA

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

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

In the HSL color space, this color has a hue angle of 197°, a saturation of 35%, and a lightness of 49%. The HSV representation shows a hue of 197°, a saturation of 52%, and a value of 67%.

  • HEX: #5191AA
  • RGB: rgb(81, 145, 170)
  • HSL: hsl(197, 35%, 49%)
  • HSV: hsv(197, 52%, 67%)
  • CMYK: 52.00% cyan, 15.00% magenta, 0.00% yellow, 33.00% black
  • XYZ: 20.24, 24.57, 31.57
  • Yxy: 24.57, 0.2650, 0.3217
  • Hunter Lab: 56.65, -15.98, -19.93
  • CIE-Lab: 56.65, -15.98, -19.93

In the XYZ color space, this color is represented as X: 20.24, Y: 24.57, Z: 31.57. The Yxy representation further refines this as Y: 24.57, x: 0.2650, and y: 0.3217.

In the Hunter Lab color space, this color is represented as L: 56.65, a: -15.98, and b: -19.93. Similarly, in the CIE-Lab color space, it is represented as L: 56.65, a: -15.98, and b: -19.93.

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 #5191AA

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

Analogous Colors of #5191AA

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

Monochromatic Colors of #5191AA

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

Complementary Color of #5191AA

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

/* Using HEX */
body {
  background-color: #5191aa;
}
/* Using RGB */
body {
  background-color: rgb(81, 145, 170);
}
/* Using RGB with opacity */
body {
  background-color: rgba(81, 145, 170, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(197, 35%, 49%);
}
/* Text color */
p {
  color: #5191aa;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #5191aa;
}

HTML Examples of #5191AA

<!-- Using HEX -->
<div style="background-color: #5191aa; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(81, 145, 170); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(81, 145, 170, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(197, 35%, 49%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #5191aa;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #5191aa; width: 100px; height: 100px;"></div>

Related Colors of #5191AA

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