Color: #54835D

#54835D Color Information

#54835D is a dark color. The closest websafe version is #54835D. A complement of this color would be #83547A, perceived brightness is 0.44, and the grayscale version is #6B6B6B.

In the HSL color space, this color has a hue angle of 131°,a saturation of 22%, and a lightness of 42%.The HSV representation shows a hue of 131°, a saturation of 36%, and a value of 51%.

In a RGB color space, #54835D is composed of 33% red, 51% green and 36% blue. Whereas in a CMYK color space, it is composed of 36% cyan, 0% magenta, 29% yellow and 49% black.

In the Yxy color space, this color is represented as Y: 18.91, x: 0.3279, and y: 0.4375.

Color Code #54835D

#54835Drgb(84, 131, 93)
HEX
#54835D
RGB
rgb(84, 131, 93)
HSL
hsl(131, 22%, 42%)
HSV
hsv(131, 36%, 51%)
CMYK
36%, 0%, 29%, 49%
XYZ
X: 14.17, Y: 18.91, Z: 10.14
Lab
L: 50.58, a: -23.11, b: 15.34
Name

Shades of Color #54835D

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

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

#54835Drgb(84, 131, 93)

About #54835D Color Code

In the HSL color space, this color has a hue angle of 131°, a saturation of 22%, and a lightness of 42%. The HSV representation shows a hue of 131°, a saturation of 36%, and a value of 51%.

  • HEX: #54835D
  • RGB: rgb(84, 131, 93)
  • HSL: hsl(131, 22%, 42%)
  • HSV: hsv(131, 36%, 51%)
  • CMYK: 36.00% cyan, 0.00% magenta, 29.00% yellow, 49.00% black
  • XYZ: 14.17, 18.91, 10.14
  • Yxy: 18.91, 0.3279, 0.4375
  • Hunter Lab: 50.58, -23.11, 15.34
  • CIE-Lab: 50.58, -23.11, 15.34

In the XYZ color space, this color is represented as X: 14.17, Y: 18.91, Z: 10.14. The Yxy representation further refines this as Y: 18.91, x: 0.3279, and y: 0.4375.

In the Hunter Lab color space, this color is represented as L: 50.58, a: -23.11, and b: 15.34. Similarly, in the CIE-Lab color space, it is represented as L: 50.58, a: -23.11, and b: 15.34.

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 #54835D

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

Analogous Colors of #54835D

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

Split Complementary Colors of #54835D

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

Tetradic Colors of #54835D

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

Monochromatic Colors of #54835D

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

Complementary Color of #54835D

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

/* Using HEX */
body {
  background-color: #54835d;
}
/* Using RGB */
body {
  background-color: rgb(84, 131, 93);
}
/* Using RGB with opacity */
body {
  background-color: rgba(84, 131, 93, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(131, 22%, 42%);
}
/* Text color */
p {
  color: #54835d;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #54835d;
}
/* Border color */
.box {
  border: 4px solid #54835d;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #54835d;
}
Text Shadow Preview
/* Background with text */
div {
  background: #54835d;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#54835D
On Black Background
#54835D
On White Background
#54835D

HTML Examples of #54835D

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

Related Colors of #54835D

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