Color: #656366

#656366 Color Information

#656366 is a dark color. The closest websafe version is #656366. A complement of this color would be #636462, perceived brightness is 0.39, and the grayscale version is #646464.

In the HSL color space, this color has a hue angle of 280°,a saturation of 1%, and a lightness of 39%.The HSV representation shows a hue of 280°, a saturation of 3%, and a value of 40%.

In a RGB color space, #656366 is composed of 40% red, 39% green and 40% blue. Whereas in a CMYK color space, it is composed of 1% cyan, 3% magenta, 0% yellow and 60% black.

In the Yxy color space, this color is represented as Y: 12.65, x: 0.3448, and y: 0.3523.

Color Code #656366

#656366rgb(101, 99, 102)
HEX
#656366
RGB
rgb(101, 99, 102)
HSL
hsl(280, 1%, 39%)
HSV
hsv(280, 3%, 40%)
CMYK
1%, 3%, 0%, 60%
XYZ
X: 12.38, Y: 12.65, Z: 10.88
Lab
L: 42.22, a: 1.28, b: -1.41
Name

Shades of Color #656366

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

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

#656366rgb(101, 99, 102)

About #656366 Color Code

In the HSL color space, this color has a hue angle of 280°, a saturation of 1%, and a lightness of 39%. The HSV representation shows a hue of 280°, a saturation of 3%, and a value of 40%.

  • HEX: #656366
  • RGB: rgb(101, 99, 102)
  • HSL: hsl(280, 1%, 39%)
  • HSV: hsv(280, 3%, 40%)
  • CMYK: 100.00% cyan, 3.00% magenta, 0.00% yellow, 60.00% black
  • XYZ: 12.38, 12.65, 10.88
  • Yxy: 12.65, 0.3448, 0.3523
  • Hunter Lab: 42.22, 1.28, -1.41
  • CIE-Lab: 42.22, 1.28, -1.41

In the XYZ color space, this color is represented as X: 12.38, Y: 12.65, Z: 10.88. The Yxy representation further refines this as Y: 12.65, x: 0.3448, and y: 0.3523.

In the Hunter Lab color space, this color is represented as L: 42.22, a: 1.28, and b: -1.41. Similarly, in the CIE-Lab color space, it is represented as L: 42.22, a: 1.28, and b: -1.41.

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

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

Analogous Colors of #656366

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

Split Complementary Colors of #656366

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

Tetradic Colors of #656366

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

Monochromatic Colors of #656366

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

Complementary Color of #656366

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

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

HTML Examples of #656366

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

Related Colors of #656366

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