Color: #05372C

#05372C Color Information

#05372C is a dark color. The closest websafe version is #05372C. A complement of this color would be #380510, perceived brightness is 0.15, and the grayscale version is #1E1E1E.

In the HSL color space, this color has a hue angle of 167°,a saturation of 83%, and a lightness of 12%.The HSV representation shows a hue of 167°, a saturation of 91%, and a value of 22%.

In a RGB color space, #05372C is composed of 2% red, 22% green and 17% blue. Whereas in a CMYK color space, it is composed of 91% cyan, 0% magenta, 20% yellow and 78% black.

In the Yxy color space, this color is represented as Y: 2.93, x: 0.2714, and y: 0.4186.

Color Code #05372C

#05372Crgb(5, 55, 44)
HEX
#05372C
RGB
rgb(5, 55, 44)
HSL
hsl(167, 83%, 12%)
HSV
hsv(167, 91%, 22%)
CMYK
91%, 0%, 20%, 78%
XYZ
X: 1.90, Y: 2.93, Z: 2.17
Lab
L: 19.74, a: -19.06, b: 2.13
Name

Shades of Color #05372C

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

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

#05372Crgb(5, 55, 44)

About #05372C Color Code

In the HSL color space, this color has a hue angle of 167°, a saturation of 83%, and a lightness of 12%. The HSV representation shows a hue of 167°, a saturation of 91%, and a value of 22%.

  • HEX: #05372C
  • RGB: rgb(5, 55, 44)
  • HSL: hsl(167, 83%, 12%)
  • HSV: hsv(167, 91%, 22%)
  • CMYK: 91.00% cyan, 0.00% magenta, 20.00% yellow, 78.00% black
  • XYZ: 1.90, 2.93, 2.17
  • Yxy: 2.93, 0.2714, 0.4186
  • Hunter Lab: 19.74, -19.06, 2.13
  • CIE-Lab: 19.74, -19.06, 2.13

In the XYZ color space, this color is represented as X: 1.90, Y: 2.93, Z: 2.17. The Yxy representation further refines this as Y: 2.93, x: 0.2714, and y: 0.4186.

In the Hunter Lab color space, this color is represented as L: 19.74, a: -19.06, and b: 2.13. Similarly, in the CIE-Lab color space, it is represented as L: 19.74, a: -19.06, and b: 2.13.

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

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

Analogous Colors of #05372C

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

Split Complementary Colors of #05372C

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

Tetradic Colors of #05372C

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

Monochromatic Colors of #05372C

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

Complementary Color of #05372C

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

/* Using HEX */
body {
  background-color: #05372c;
}
/* Using RGB */
body {
  background-color: rgb(5, 55, 44);
}
/* Using RGB with opacity */
body {
  background-color: rgba(5, 55, 44, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(167, 83%, 12%);
}
/* Text color */
p {
  color: #05372c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #05372c;
}
/* Border color */
.box {
  border: 4px solid #05372c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #05372c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #05372c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#05372C
On Black Background
#05372C
On White Background
#05372C

HTML Examples of #05372C

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

Related Colors of #05372C

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