rgb(85, 80, 76)
- In a RGB color space, hex #55504c color is composed of 33% red, 31% green, and 30% blue.
- In a CMYK color space, it is consist of 0% cyan, 6% magenta, 11% yellow and 67% black.
- In web design, the web safe color for #55504c is #666666. The complementary color of #55504c is #4c5155.
#55504c Color Conversion
Hex Color #55504c RGB value, CMYK value, HSL value, HSV value...
Color Schemes with #55504c
-
#55504c
#55504c
-
#4c5155
#4c5155
-
#aba8a6
#aba8a6
-
#a6a9ab
#a6a9ab
-
#3f3c39
#3f3c39
-
#393c3f
#393c3f
-
#807e7c
#807e7c
-
#7c7e80
#7c7e80
Two colors (#55504c,#4c5155) that are on opposite sides of the color wheel. This combination provides a high contrast and high impact color combination – together, these colors will appear brighter and more prominent.
In Grayscale mode, there are only gray tones, which include 256 different shades of gray ranging from black to white. In a grayscale file, the color saturation of the image is 0, and brightness is the only option that can affect the grayscale image.
Three colors that are evenly spaced on the color wheel. This provides a high contrast color scheme, but less so than the complementary color combination — making it more versatile. This combination creates bold, vibrant color palettes.
Three colors that are side by side on the color wheel. This color combination is versatile, but can be overwhelming. To balance an analogous color scheme, choose one dominant color, and use the others as accents.
-
#55504c
#55504c
-
#aba8a6
#aba8a6
-
#2b2826
#2b2826
-
#d5d3d2
#d5d3d2
-
#3f3c39
#3f3c39
-
#807e7c
#807e7c
-
#201e1c
#201e1c
-
#9f9e9d
#9f9e9d
Three shades, tones and tints of one base color. Provides a subtle and conservative color combination. This is a versatile color combination that is easy to apply to design projects for a harmonious look.
Shades and Tints of #55504c
-
#55504c
#55504c
-
#4D4844
#4D4844
-
#44403D
#44403D
-
#3B3835
#3B3835
-
#33302E
#33302E
-
#2B2826
#2B2826
-
#22201E
#22201E
-
#1A1817
#1A1817
-
#11100F
#11100F
-
#090808
#090808
-
#000000
#000000
A shade is created by adding black to a base hue, darkening the color. This creates a deeper, richer color. Shades can be quite dramatic and can be overpowering.
-
#55504c
#55504c
-
#66625E
#66625E
-
#777370
#777370
-
#888582
#888582
-
#999694
#999694
-
#AAA8A6
#AAA8A6
-
#BBB9B7
#BBB9B7
-
#CCCBC9
#CCCBC9
-
#DDDCDB
#DDDCDB
-
#EEEEED
#EEEEED
-
#FAFAFA
#FAFAFA
A tint is created by adding white to a base hue, lightening the color. This can make a color less intense, and is useful when balancing more vivid color combinations.
Random Colors
HTML Code & CSS
#55504c Color Preview on Black Background
#55504c Color Preview on White Background
<span style="color:#55504c;">Text here</span>
#55504c Background Color
#55504c Background Color
<p style="background-color:#55504c;">Text here</p>
#55504c Border Color
<div style="border:1px solid #55504c;">Text here</div>
<style>.text {color:#55504c;}
.background {background-color:#55504c;}
.border {border:1px solid #55504c;}</style>