Skip to main content Skip to docs navigation

#505564 hex color - Blue - Cool color - Information

On this page
@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Hue/Base color: Blue

Hex #505564 Color code in RGB color code model is created after adding 31.37% red color, 33.33% green color and 39.22% blue color. Hex #505564 Color code in CMYK color (process color) code model is generated after subtraction of 20% cyan, 15% magenta, 0% yellow and 60.78% black.

Hex #505564 color code is between #554466 web safe hex color code and #446655 web safe hex color code. #554466 is the nearest web safe color code. You can see here many more shades of #505564 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 505564 #505564
RGB Decimal 80, 85, 100 rgb(80, 85, 100)
RGB Percent 31%, 33%, 39% rgb(31%, 33%, 39%)
CSS RGBa 80, 85, 100,1 rgba(80,85,100,1)
CMYK Model cmyk(20%,15%,0%,60.78%)
HSL Color Space 225,11% ,35% hsl(225,11% ,35%)
HSV Color Space 225°, 20%, 39%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01010000 01010101 01100100
Octal 120 125 144
Decimal 80 85 100
Hex 50 55 64

Different shades of #505564 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #505564
#676d80
Dark Shade of #505564
#393d48
Saturated Shade of #505564
#47506d
Desaturated Shade of #505564
#59595b
Grey scale Shade of #505564
#5a5a5a
Brighten Shade
#696e7d
Most Readable Shade
#FFFFFF

Shades of #505564 color code

Generate more color scales with scales (color stack) generator.

#505564
#474b58
#3e424d
#353842
#2c2f37
#23252c
#1a1c21
#111216
#08090b
#000000

Similar Color like #505564 color

Find visually similar hex color codes nearing to #505564 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#515665
#525766
#535867
#545968
#555a69
#565b6a
#575c6b
#585d6c
#595e6d
#5a5f6e
#5b606f
#5c6170
#5d6271
#5e6372
#4f5463
#4e5362
#4d5261
#4c5160
#4b505f
#4a4f5e
#494e5d
#484d5c
#474c5b
#464b5a
#454a59
#444958
#434857
#424756

Monochromatic Color with #505564

#505564
#72798e
#949db9
#b6c1e3
#0c0d0f
#2e3139

Tints of #505564 Color

#505564
#636775
#767a86
#8a8d97
#9da0a8
#b1b3ba
#c4c6cb
#d8d9dc
#ebeced
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#505564
#645f50

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#505564
#645550
#5f6450

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#505d64
#505964
#505564
#505164
#535064

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#505564
#645055
#556450

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#505564
#64505f
#645f50
#506455

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#505564
#645f50
#5f6450
#555064

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #505564 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#505564 Color Code Preview on Black Background Color

This is how #505564 Color will look on black background color. Color contrast ratio is 2.82

#505564 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#505564">Your Example Paragraph content text in with font color #505564 </p>

Your Example Paragraph content text in with font color #505564

HTML with inline CSS

<div style="color:#505564">Your Paragraph text in with font color #505564 </div>

Your Example Paragraph content text in with font color #505564

#505564 color code is use for CSS Background Color

Background color for the above div is #505564

HTML with inline CSS

<div style="background-color:#505564;"></div>

#505564 color code is use for CSS Border Color

CSS Border color for the above div is #505564

HTML with inline CSS

<div style="border:5px solid #505564;"></div>

CSS Border Left color for the above div is #505564

HTML with inline CSS

<div style="border-left:5px solid #505564;"></div>

CSS Border Right color for the above div is #505564

HTML with inline CSS

<div style="border-right:5px solid #505564;"></div>

CSS Border Bottom color for the above div is #505564

HTML with inline CSS

<div style="border-bottom:5px solid #505564;"></div>

CSS Border Top color for the above div is #505564

HTML with inline CSS

<div style="border-top:5px solid #505564;"></div>

#505564 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#505564; } .examplecolorclass {color:#505564; } .examplebordercolor {border:3px solid #505564; }

#505564 Color code Preview on White Background

This is how #505564 Color code will look on white background color. Color contrast ratio is 7.43

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #505564; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #505564; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(80,85,100,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(100,95,80,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(80,85,100,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.