Color: #54A87B

#54A87B Color Information

#54A87B is a light color. The closest websafe version is #54A87B. A complement of this color would be #A65480, perceived brightness is 0.54, and the grayscale version is #7E7E7E.

In the HSL color space, this color has a hue angle of 148°,a saturation of 33%, and a lightness of 49%.The HSV representation shows a hue of 148°, a saturation of 100%, and a value of 100%.

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

In the Yxy color space, this color is represented as Y: 31.24, x: 0.3064, and y: 0.4394.

Color Code #54A87B

HEX
#54A87B
RGB
rgb(84, 168, 123)
HSL
hsl(148, 33%, 49%)
HSV
hsv(148, 50%, 66%)
CMYK
50%, 0%, 27%, 34%
XYZ
X: 21.78, Y: 31.24, Z: 18.07
Lab
L: 62.71, a: -34.78, b: 15.16
Name

Shades of Color #54A87B

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

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

About #54A87B Color Code

In the HSL color space, this color has a hue angle of 148°, a saturation of 33%, and a lightness of 49%. The HSV representation shows a hue of 148°, a saturation of 50%, and a value of 66%.

  • HEX: #54A87B
  • RGB: rgb(84, 168, 123)
  • HSL: hsl(148, 33%, 49%)
  • HSV: hsv(148, 50%, 66%)
  • CMYK: 50.00% cyan, 0.00% magenta, 27.00% yellow, 34.00% black
  • XYZ: 21.78, 31.24, 18.07
  • Yxy: 31.24, 0.3064, 0.4394
  • Hunter Lab: 62.71, -34.78, 15.16
  • CIE-Lab: 62.71, -34.78, 15.16

In the XYZ color space, this color is represented as X: 21.78, Y: 31.24, Z: 18.07. The Yxy representation further refines this as Y: 31.24, x: 0.3064, and y: 0.4394.

In the Hunter Lab color space, this color is represented as L: 62.71, a: -34.78, and b: 15.16. Similarly, in the CIE-Lab color space, it is represented as L: 62.71, a: -34.78, and b: 15.16.

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 #54A87B

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

Analogous Colors of #54A87B

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

Monochromatic Colors of #54A87B

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

Complementary Color of #54A87B

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

/* Using HEX */
body {
  background-color: #54a87b;
}
/* Using RGB */
body {
  background-color: rgb(84, 168, 123);
}
/* Using RGB with opacity */
body {
  background-color: rgba(84, 168, 123, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(148, 33%, 49%);
}
/* Text color */
p {
  color: #54a87b;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #54a87b;
}

HTML Examples of #54A87B

<!-- Using HEX -->
<div style="background-color: #54a87b; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(84, 168, 123); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(84, 168, 123, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(148, 33%, 49%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #54a87b;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #54a87b; width: 100px; height: 100px;"></div>

Related Colors of #54A87B

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