Color: #556DDA

#556DDA Color Information

#556DDA is a dark color. The closest websafe version is #556DDA. A complement of this color would be #D9C154, perceived brightness is 0.45, and the grayscale version is #979797.

In the HSL color space, this color has a hue angle of 229°,a saturation of 64%, and a lightness of 59%.The HSV representation shows a hue of 229°, a saturation of 61%, and a value of 85%.

In a RGB color space, #556DDA is composed of 33% red, 43% green and 85% blue. Whereas in a CMYK color space, it is composed of 61% cyan, 50% magenta, 0% yellow and 15% black.

In the Yxy color space, this color is represented as Y: 17.23, x: 0.2239, and y: 0.1941.

Color Code #556DDA

#556DDArgb(85, 109, 218)
HEX
#556DDA
RGB
rgb(85, 109, 218)
HSL
hsl(229, 64%, 59%)
HSV
hsv(229, 61%, 85%)
CMYK
61%, 50%, 0%, 15%
XYZ
X: 19.88, Y: 17.23, Z: 51.68
Lab
L: 48.55, a: 17.14, b: -59.82
Name

Shades of Color #556DDA

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

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

#556DDArgb(85, 109, 218)

About #556DDA Color Code

In the HSL color space, this color has a hue angle of 229°, a saturation of 64%, and a lightness of 59%. The HSV representation shows a hue of 229°, a saturation of 61%, and a value of 85%.

  • HEX: #556DDA
  • RGB: rgb(85, 109, 218)
  • HSL: hsl(229, 64%, 59%)
  • HSV: hsv(229, 61%, 85%)
  • CMYK: 61.00% cyan, 50.00% magenta, 0.00% yellow, 15.00% black
  • XYZ: 19.88, 17.23, 51.68
  • Yxy: 17.23, 0.2239, 0.1941
  • Hunter Lab: 48.55, 17.14, -59.82
  • CIE-Lab: 48.55, 17.14, -59.82

In the XYZ color space, this color is represented as X: 19.88, Y: 17.23, Z: 51.68. The Yxy representation further refines this as Y: 17.23, x: 0.2239, and y: 0.1941.

In the Hunter Lab color space, this color is represented as L: 48.55, a: 17.14, and b: -59.82. Similarly, in the CIE-Lab color space, it is represented as L: 48.55, a: 17.14, and b: -59.82.

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 #556DDA

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

Analogous Colors of #556DDA

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

Split Complementary Colors of #556DDA

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

Tetradic Colors of #556DDA

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

Monochromatic Colors of #556DDA

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

Complementary Color of #556DDA

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

/* Using HEX */
body {
  background-color: #556dda;
}
/* Using RGB */
body {
  background-color: rgb(85, 109, 218);
}
/* Using RGB with opacity */
body {
  background-color: rgba(85, 109, 218, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(229, 64%, 59%);
}
/* Text color */
p {
  color: #556dda;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #556dda;
}
/* Border color */
.box {
  border: 4px solid #556dda;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #556dda;
}
Text Shadow Preview
/* Background with text */
div {
  background: #556dda;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#556DDA
On Black Background
#556DDA
On White Background
#556DDA

HTML Examples of #556DDA

<!-- Using HEX -->
<div style="background-color: #556dda; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(85, 109, 218); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(85, 109, 218, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(229, 64%, 59%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #556dda;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #556dda; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #556dda; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #556dda;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #556dda; color: #fff; padding: 16px; border-radius: 8px;">
  #556DDA
</div>
#556DDA
On Black Background
#556DDA
On White Background
#556DDA

Related Colors of #556DDA

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