Color: #52677B

#52677B Color Information

#52677B is a dark color. The closest websafe version is #52677B. A complement of this color would be #7A6552, perceived brightness is 0.39, and the grayscale version is #676767.

In the HSL color space, this color has a hue angle of 209°,a saturation of 20%, and a lightness of 40%.The HSV representation shows a hue of 209°, a saturation of 33%, and a value of 48%.

In a RGB color space, #52677B is composed of 32% red, 40% green and 48% blue. Whereas in a CMYK color space, it is composed of 33% cyan, 16% magenta, 0% yellow and 52% black.

In the Yxy color space, this color is represented as Y: 12.80, x: 0.2926, and y: 0.3190.

Color Code #52677B

#52677Brgb(82, 103, 123)
HEX
#52677B
RGB
rgb(82, 103, 123)
HSL
hsl(209, 20%, 40%)
HSV
hsv(209, 33%, 48%)
CMYK
33%, 16%, 0%, 52%
XYZ
X: 11.74, Y: 12.80, Z: 15.58
Lab
L: 42.46, a: -4.20, b: -13.94
Name

Shades of Color #52677B

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

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

#52677Brgb(82, 103, 123)

About #52677B Color Code

In the HSL color space, this color has a hue angle of 209°, a saturation of 20%, and a lightness of 40%. The HSV representation shows a hue of 209°, a saturation of 33%, and a value of 48%.

  • HEX: #52677B
  • RGB: rgb(82, 103, 123)
  • HSL: hsl(209, 20%, 40%)
  • HSV: hsv(209, 33%, 48%)
  • CMYK: 33.00% cyan, 16.00% magenta, 0.00% yellow, 52.00% black
  • XYZ: 11.74, 12.80, 15.58
  • Yxy: 12.80, 0.2926, 0.3190
  • Hunter Lab: 42.46, -4.20, -13.94
  • CIE-Lab: 42.46, -4.20, -13.94

In the XYZ color space, this color is represented as X: 11.74, Y: 12.80, Z: 15.58. The Yxy representation further refines this as Y: 12.80, x: 0.2926, and y: 0.3190.

In the Hunter Lab color space, this color is represented as L: 42.46, a: -4.20, and b: -13.94. Similarly, in the CIE-Lab color space, it is represented as L: 42.46, a: -4.20, and b: -13.94.

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 #52677B

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

Analogous Colors of #52677B

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

Split Complementary Colors of #52677B

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

Tetradic Colors of #52677B

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

Monochromatic Colors of #52677B

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

Complementary Color of #52677B

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

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

HTML Examples of #52677B

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

Related Colors of #52677B

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