Color: #29535C
#29535C Color Information
#29535C is a dark color. The closest websafe version is #29535C. A complement of this color would be #5B3229, perceived brightness is 0.28, and the grayscale version is #424242.
In the HSL color space, this color has a hue angle of 191°,a saturation of 38%, and a lightness of 26%.The HSV representation shows a hue of 191°, a saturation of 55%, and a value of 36%.
In a RGB color space, #29535C is composed of 16% red, 33% green and 36% blue. Whereas in a CMYK color space, it is composed of 55% cyan, 10% magenta, 0% yellow and 64% black.
In the Yxy color space, this color is represented as Y: 7.34, x: 0.2689, and y: 0.3386.
Color Code #29535C
Shades of Color #29535C
Shades are created by darkening the original color #29535C 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 #29535C
Tints are created by lightening the original color #29535C 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 #29535C Color Code
In the HSL color space, this color has a hue angle of 191°, a saturation of 38%, and a lightness of 26%. The HSV representation shows a hue of 191°, a saturation of 55%, and a value of 36%.
- HEX: #29535C
- RGB: rgb(41, 83, 92)
- HSL: hsl(191, 38%, 26%)
- HSV: hsv(191, 55%, 36%)
- CMYK: 55.00% cyan, 10.00% magenta, 0.00% yellow, 64.00% black
- XYZ: 5.83, 7.34, 8.51
- Yxy: 7.34, 0.2689, 0.3386
- Hunter Lab: 32.58, -13.14, -10.05
- CIE-Lab: 32.58, -13.14, -10.05
In the XYZ color space, this color is represented as X: 5.83, Y: 7.34, Z: 8.51. The Yxy representation further refines this as Y: 7.34, x: 0.2689, and y: 0.3386.
In the Hunter Lab color space, this color is represented as L: 32.58, a: -13.14, and b: -10.05. Similarly, in the CIE-Lab color space, it is represented as L: 32.58, a: -13.14, and b: -10.05.
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 #29535C
Triadic colors are three colors evenly spaced around the color wheel, including #29535C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #29535C
Monochromatic colors are variations of #29535C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #29535C
The complementary color of #29535C 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 #29535C
/* Using HEX */ body { background-color: #29535c; }
/* Using RGB */ body { background-color: rgb(41, 83, 92); }
/* Using RGB with opacity */ body { background-color: rgba(41, 83, 92, 0.5); }
/* Using HSL */ body { background-color: hsl(191, 38%, 26%); }
/* Text color */ p { color: #29535c; }
/* Box shadow */ div { box-shadow: 4px 4px #29535c; }
/* Border color */ .box { border: 4px solid #29535c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #29535c; }
/* Background with text */ div { background: #29535c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #29535C
<!-- Using HEX --> <div style="background-color: #29535c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(41, 83, 92); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(41, 83, 92, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(191, 38%, 26%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #29535c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #29535c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #29535c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #29535c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #29535c; color: #fff; padding: 16px; border-radius: 8px;"> #29535C </div>
Related Colors of #29535C
These colors are similar to #29535C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.