Color: #564047

#564047 Color Information

#564047 is a dark color. The closest websafe version is #564047. A complement of this color would be #3F554E, perceived brightness is 0.28, and the grayscale version is #4B4B4B.

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

In a RGB color space, #564047 is composed of 34% red, 25% green and 28% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 26% magenta, 17% yellow and 66% black.

In the Yxy color space, this color is represented as Y: 6.13, x: 0.3810, and y: 0.3370.

Color Code #564047

#564047rgb(86, 64, 71)
HEX
#564047
RGB
rgb(86, 64, 71)
HSL
hsl(341, 15%, 29%)
HSV
hsv(341, 26%, 34%)
CMYK
0%, 26%, 17%, 66%
XYZ
X: 6.93, Y: 6.13, Z: 5.13
Lab
L: 29.73, a: 10.80, b: -0.37
Name

Shades of Color #564047

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

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

#564047rgb(86, 64, 71)

About #564047 Color Code

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

  • HEX: #564047
  • RGB: rgb(86, 64, 71)
  • HSL: hsl(341, 15%, 29%)
  • HSV: hsv(341, 26%, 34%)
  • CMYK: 0.00% cyan, 26.00% magenta, 17.00% yellow, 66.00% black
  • XYZ: 6.93, 6.13, 5.13
  • Yxy: 6.13, 0.3810, 0.3370
  • Hunter Lab: 29.73, 10.80, -0.37
  • CIE-Lab: 29.73, 10.80, -0.37

In the XYZ color space, this color is represented as X: 6.93, Y: 6.13, Z: 5.13. The Yxy representation further refines this as Y: 6.13, x: 0.3810, and y: 0.3370.

In the Hunter Lab color space, this color is represented as L: 29.73, a: 10.80, and b: -0.37. Similarly, in the CIE-Lab color space, it is represented as L: 29.73, a: 10.80, and b: -0.37.

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

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

Analogous Colors of #564047

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

Split Complementary Colors of #564047

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

Tetradic Colors of #564047

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

Monochromatic Colors of #564047

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

Complementary Color of #564047

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

/* Using HEX */
body {
  background-color: #564047;
}
/* Using RGB */
body {
  background-color: rgb(86, 64, 71);
}
/* Using RGB with opacity */
body {
  background-color: rgba(86, 64, 71, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(341, 15%, 29%);
}
/* Text color */
p {
  color: #564047;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #564047;
}
/* Border color */
.box {
  border: 4px solid #564047;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #564047;
}
Text Shadow Preview
/* Background with text */
div {
  background: #564047;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#564047
On Black Background
#564047
On White Background
#564047

HTML Examples of #564047

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

Related Colors of #564047

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