crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#505d65 hex color - Blue - Cool color - Information

#505d65 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #505d65 Color code in RGB color code model is created after adding 31.37% red color, 36.47% green color and 39.61% blue color. Hex #505d65 Color code in CMYK color (process color) code model is generated after subtraction of 21% cyan, 8% magenta, 0% yellow and 60% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code505d65#505d65
RGB Decimal80, 93, 101rgb(80, 93, 101)
RGB Percent31%, 36%, 40%rgb(31%, 36%, 40%)
CSS RGBa80, 93, 101,1rgba(80,93,101,1)
CMYK Modelcmyk(21%,8%,0%,60%)
HSL Color Space203,12% ,35%hsl(203,12% ,35%)
HSV Color Space203°, 21%, 40%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010100000101110101100101
Octal120135145
Decimal8093101
Hex505d65

Different shades of #505d65 color code.

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

Light Shade of #505d65
#677781
Dark Shade of #505d65
#394349
Saturated Shade of #505d65
#475f6e
Desaturated Shade of #505d65
#595b5c
Grey scale Shade of #505d65
#5a5a5a
Brighten Shade
#69767e
Most Readable Shade
#FFFFFF

Shades of #505d65 color code

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

#505d65
#475259
#3e484e
#353e43
#2c3338
#23292c
#1a1f21
#111416
#080a0b
#000000

Similar Color like #505d65 color

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

#515e66
#525f67
#536068
#546169
#55626a
#56636b
#57646c
#58656d
#59666e
#5a676f
#5b6870
#5c6971
#5d6a72
#5e6b73
#4f5c64
#4e5b63
#4d5a62
#4c5961
#4b5860
#4a575f
#49565e
#48555d
#47545c
#46535b
#45525a
#445159
#435058
#424f57

Monochromatic Color with #505d65

#505d65
#72848f
#93abba
#b5d2e4
#0d0f10
#2e363a

Tints of #505d65 Color

#505d65
#636f76
#768187
#8a9398
#9da5a9
#b1b7ba
#c4c9cb
#d8dbdc
#ebeded
#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

#505d65
#655850

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

Split Complementary

#505d65
#655053
#656350

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

Analogous Color

#506565
#506165
#505d65
#505965
#505565

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

#505d65
#65505d
#5d6550

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

#505d65
#625065
#655850
#536550

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

#505d65
#655850
#656350
#505365

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 #505d65 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.

#505d65 Color Code Preview on Black Background Color

This is how #505d65 Color will look on black background color. Color contrast ratio is 3.09

#505d65 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #505d65

HTML with inline CSS

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

Your Example Paragraph content text in with font color #505d65

#505d65 color code is use for CSS Background Color

Background color for the above div is #505d65

HTML with inline CSS

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

#505d65 color code is use for CSS Border Color

CSS Border color for the above div is #505d65

HTML with inline CSS

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

CSS Border Left color for the above div is #505d65

HTML with inline CSS

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

CSS Border Right color for the above div is #505d65

HTML with inline CSS

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

CSS Border Bottom color for the above div is #505d65

HTML with inline CSS

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

CSS Border Top color for the above div is #505d65

HTML with inline CSS

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

#505d65 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#505d65 Color code Preview on White Background

This is how #505d65 Color code will look on white background color. Color contrast ratio is 6.79

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 #505d65; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #505d65; }

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.