Color: #58655E
#58655E Color Information
#58655E is a dark color. The closest websafe version is #58655E. A complement of this color would be #65585F, perceived brightness is 0.38, and the grayscale version is #5F5F5F.
In the HSL color space, this color has a hue angle of 148°,a saturation of 7%, and a lightness of 37%.The HSV representation shows a hue of 148°, a saturation of 13%, and a value of 40%.
In a RGB color space, #58655E is composed of 35% red, 40% green and 37% blue. Whereas in a CMYK color space, it is composed of 13% cyan, 0% magenta, 7% yellow and 60% black.
In the Yxy color space, this color is represented as Y: 12.18, x: 0.3351, and y: 0.3755.
Color Code #58655E
Shades of Color #58655E
Shades are created by darkening the original color #58655E 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 #58655E
Tints are created by lightening the original color #58655E 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 #58655E Color Code
In the HSL color space, this color has a hue angle of 148°, a saturation of 7%, and a lightness of 37%. The HSV representation shows a hue of 148°, a saturation of 13%, and a value of 40%.
- HEX: #58655E
- RGB: rgb(88, 101, 94)
- HSL: hsl(148, 7%, 37%)
- HSV: hsv(148, 13%, 40%)
- CMYK: 13.00% cyan, 0.00% magenta, 7.00% yellow, 60.00% black
- XYZ: 10.87, 12.18, 9.39
- Yxy: 12.18, 0.3351, 0.3755
- Hunter Lab: 41.50, -6.32, 2.21
- CIE-Lab: 41.50, -6.32, 2.21
In the XYZ color space, this color is represented as X: 10.87, Y: 12.18, Z: 9.39. The Yxy representation further refines this as Y: 12.18, x: 0.3351, and y: 0.3755.
In the Hunter Lab color space, this color is represented as L: 41.50, a: -6.32, and b: 2.21. Similarly, in the CIE-Lab color space, it is represented as L: 41.50, a: -6.32, and b: 2.21.
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 #58655E
Triadic colors are three colors evenly spaced around the color wheel, including #58655E. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #58655E
Split complementary colors are two colors adjacent to the complementary color of #58655E. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #58655E
Monochromatic colors are variations of #58655E, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #58655E
The complementary color of #58655E 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 #58655E
/* Using HEX */ body { background-color: #58655e; }
/* Using RGB */ body { background-color: rgb(88, 101, 94); }
/* Using RGB with opacity */ body { background-color: rgba(88, 101, 94, 0.5); }
/* Using HSL */ body { background-color: hsl(148, 7%, 37%); }
/* Text color */ p { color: #58655e; }
/* Box shadow */ div { box-shadow: 4px 4px #58655e; }
/* Border color */ .box { border: 4px solid #58655e; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #58655e; }
/* Background with text */ div { background: #58655e; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #58655E
<!-- Using HEX --> <div style="background-color: #58655e; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(88, 101, 94); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(88, 101, 94, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(148, 7%, 37%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #58655e;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #58655e; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #58655e; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #58655e;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #58655e; color: #fff; padding: 16px; border-radius: 8px;"> #58655E </div>
Related Colors of #58655E
These colors are similar to #58655E, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.