Color: #50696C

#50696C Color Information

#50696C is a dark color. The closest websafe version is #50696C. A complement of this color would be #6D5350, perceived brightness is 0.38, and the grayscale version is #5E5E5E.

In the HSL color space, this color has a hue angle of 186°,a saturation of 15%, and a lightness of 37%.The HSV representation shows a hue of 186°, a saturation of 26%, and a value of 42%.

In a RGB color space, #50696C is composed of 31% red, 41% green and 42% blue. Whereas in a CMYK color space, it is composed of 26% cyan, 3% magenta, 0% yellow and 58% black.

In the Yxy color space, this color is represented as Y: 12.82, x: 0.3070, and y: 0.3552.

Color Code #50696C

#50696Crgb(80, 105, 108)
HEX
#50696C
RGB
rgb(80, 105, 108)
HSL
hsl(186, 15%, 37%)
HSV
hsv(186, 26%, 42%)
CMYK
26%, 3%, 0%, 58%
XYZ
X: 11.08, Y: 12.82, Z: 12.19
Lab
L: 42.49, a: -9.01, b: -4.89
Name

Shades of Color #50696C

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

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

#50696Crgb(80, 105, 108)

About #50696C Color Code

In the HSL color space, this color has a hue angle of 186°, a saturation of 15%, and a lightness of 37%. The HSV representation shows a hue of 186°, a saturation of 26%, and a value of 42%.

  • HEX: #50696C
  • RGB: rgb(80, 105, 108)
  • HSL: hsl(186, 15%, 37%)
  • HSV: hsv(186, 26%, 42%)
  • CMYK: 26.00% cyan, 3.00% magenta, 0.00% yellow, 58.00% black
  • XYZ: 11.08, 12.82, 12.19
  • Yxy: 12.82, 0.3070, 0.3552
  • Hunter Lab: 42.49, -9.01, -4.89
  • CIE-Lab: 42.49, -9.01, -4.89

In the XYZ color space, this color is represented as X: 11.08, Y: 12.82, Z: 12.19. The Yxy representation further refines this as Y: 12.82, x: 0.3070, and y: 0.3552.

In the Hunter Lab color space, this color is represented as L: 42.49, a: -9.01, and b: -4.89. Similarly, in the CIE-Lab color space, it is represented as L: 42.49, a: -9.01, and b: -4.89.

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

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

Analogous Colors of #50696C

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

Split Complementary Colors of #50696C

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

Tetradic Colors of #50696C

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

Monochromatic Colors of #50696C

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

Complementary Color of #50696C

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

/* Using HEX */
body {
  background-color: #50696c;
}
/* Using RGB */
body {
  background-color: rgb(80, 105, 108);
}
/* Using RGB with opacity */
body {
  background-color: rgba(80, 105, 108, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(186, 15%, 37%);
}
/* Text color */
p {
  color: #50696c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #50696c;
}
/* Border color */
.box {
  border: 4px solid #50696c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #50696c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #50696c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#50696C
On Black Background
#50696C
On White Background
#50696C

HTML Examples of #50696C

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

Related Colors of #50696C

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