Color: #565576

#565576 Color Information

#565576 is a dark color. The closest websafe version is #565576. A complement of this color would be #757656, perceived brightness is 0.35, and the grayscale version is #656565.

In the HSL color space, this color has a hue angle of 242°,a saturation of 16%, and a lightness of 40%.The HSV representation shows a hue of 242°, a saturation of 28%, and a value of 46%.

In a RGB color space, #565576 is composed of 34% red, 33% green and 46% blue. Whereas in a CMYK color space, it is composed of 27% cyan, 28% magenta, 0% yellow and 54% black.

In the Yxy color space, this color is represented as Y: 9.68, x: 0.3005, and y: 0.2866.

Color Code #565576

#565576rgb(86, 85, 118)
HEX
#565576
RGB
rgb(86, 85, 118)
HSL
hsl(242, 16%, 40%)
HSV
hsv(242, 28%, 46%)
CMYK
27%, 28%, 0%, 54%
XYZ
X: 10.15, Y: 9.68, Z: 13.95
Lab
L: 37.26, a: 6.48, b: -18.75
Name

Shades of Color #565576

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

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

#565576rgb(86, 85, 118)

About #565576 Color Code

In the HSL color space, this color has a hue angle of 242°, a saturation of 16%, and a lightness of 40%. The HSV representation shows a hue of 242°, a saturation of 28%, and a value of 46%.

  • HEX: #565576
  • RGB: rgb(86, 85, 118)
  • HSL: hsl(242, 16%, 40%)
  • HSV: hsv(242, 28%, 46%)
  • CMYK: 27.00% cyan, 28.00% magenta, 0.00% yellow, 54.00% black
  • XYZ: 10.15, 9.68, 13.95
  • Yxy: 9.68, 0.3005, 0.2866
  • Hunter Lab: 37.26, 6.48, -18.75
  • CIE-Lab: 37.26, 6.48, -18.75

In the XYZ color space, this color is represented as X: 10.15, Y: 9.68, Z: 13.95. The Yxy representation further refines this as Y: 9.68, x: 0.3005, and y: 0.2866.

In the Hunter Lab color space, this color is represented as L: 37.26, a: 6.48, and b: -18.75. Similarly, in the CIE-Lab color space, it is represented as L: 37.26, a: 6.48, and b: -18.75.

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

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

Analogous Colors of #565576

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

Monochromatic Colors of #565576

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

Complementary Color of #565576

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

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

HTML Examples of #565576

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

Related Colors of #565576

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