Color: #165668

#165668 Color Information

#165668 is a dark color. The closest websafe version is #165668. A complement of this color would be #692816, perceived brightness is 0.27, and the grayscale version is #3F3F3F.

In the HSL color space, this color has a hue angle of 193°,a saturation of 65%, and a lightness of 25%.The HSV representation shows a hue of 193°, a saturation of 79%, and a value of 41%.

In a RGB color space, #165668 is composed of 9% red, 34% green and 41% blue. Whereas in a CMYK color space, it is composed of 79% cyan, 17% magenta, 0% yellow and 59% black.

In the Yxy color space, this color is represented as Y: 7.69, x: 0.2422, and y: 0.3152.

Color Code #165668

#165668rgb(22, 86, 104)
HEX
#165668
RGB
rgb(22, 86, 104)
HSL
hsl(193, 65%, 25%)
HSV
hsv(193, 79%, 41%)
CMYK
79%, 17%, 0%, 59%
XYZ
X: 5.91, Y: 7.69, Z: 10.80
Lab
L: 33.33, a: -15.43, b: -16.50
Name

Shades of Color #165668

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

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

#165668rgb(22, 86, 104)

About #165668 Color Code

In the HSL color space, this color has a hue angle of 193°, a saturation of 65%, and a lightness of 25%. The HSV representation shows a hue of 193°, a saturation of 79%, and a value of 41%.

  • HEX: #165668
  • RGB: rgb(22, 86, 104)
  • HSL: hsl(193, 65%, 25%)
  • HSV: hsv(193, 79%, 41%)
  • CMYK: 79.00% cyan, 17.00% magenta, 0.00% yellow, 59.00% black
  • XYZ: 5.91, 7.69, 10.80
  • Yxy: 7.69, 0.2422, 0.3152
  • Hunter Lab: 33.33, -15.43, -16.50
  • CIE-Lab: 33.33, -15.43, -16.50

In the XYZ color space, this color is represented as X: 5.91, Y: 7.69, Z: 10.80. The Yxy representation further refines this as Y: 7.69, x: 0.2422, and y: 0.3152.

In the Hunter Lab color space, this color is represented as L: 33.33, a: -15.43, and b: -16.50. Similarly, in the CIE-Lab color space, it is represented as L: 33.33, a: -15.43, and b: -16.50.

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 #165668

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

Analogous Colors of #165668

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

Split Complementary Colors of #165668

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

Tetradic Colors of #165668

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

Monochromatic Colors of #165668

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

Complementary Color of #165668

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

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

HTML Examples of #165668

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

Related Colors of #165668

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