crispedge.com

Color picker

Loading...

#51868a hex color - Blue - Cool color - Information

#51868a hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #51868a Color code in RGB color code model is created after adding 31.76% red color, 52.55% green color and 54.12% blue color. Hex #51868a Color code in CMYK color (process color) code model is generated after subtraction of 41% cyan, 3% magenta, 0% yellow and 46% black.

Hex #51868a color code is between #558888 web safe hex color code and #447799 web safe hex color code. #558888 is the nearest web safe color code. You can see here many more shades of #51868a color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code51868a#51868a
RGB Decimal81, 134, 138rgb(81, 134, 138)
RGB Percent32%, 53%, 54%rgb(32%, 53%, 54%)
CSS RGBa81, 134, 138,1rgba(81,134,138,1)
CMYK Modelcmyk(41%,3%,0%,46%)
HSL Color Space184,26% ,43%hsl(184,26% ,43%)
HSV Color Space184°, 41%, 54%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010100011000011010001010
Octal121206212
Decimal81134138
Hex51868a

Different shades of #51868a color code.

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

Light Shade of #51868a
#68a2a6
Dark Shade of #51868a
#3e676a
Saturated Shade of #51868a
#468f95
Desaturated Shade of #51868a
#5c7d7f
Grey scale Shade of #51868a
#6d6d6d
Brighten Shade
#6a9fa3
Most Readable Shade
#FFFFFF

Shades of #51868a color code

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

#51868a
#48777a
#3f686b
#36595c
#2d4a4c
#243b3d
#1b2c2e
#121d1e
#090e0f
#000000

Similar Color like #51868a color

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

#52878b
#53888c
#54898d
#558a8e
#568b8f
#578c90
#588d91
#598e92
#5a8f93
#5b9094
#5c9195
#5d9296
#5e9397
#5f9498
#508589
#4f8488
#4e8387
#4d8286
#4c8185
#4b8084
#4a7f83
#497e82
#487d81
#477c80
#467b7f
#457a7e
#44797d
#43787c

Monochromatic Color with #51868a

#51868a
#6aafb4
#83d9df
#060a0a
#1f3335
#385d5f

Tints of #51868a Color

#51868a
#649397
#77a0a4
#8baeb1
#9ebbbe
#b1c9cb
#c5d6d8
#d8e4e5
#ebf1f2
#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

#51868a
#8a5551

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

Split Complementary

#51868a
#8a516a
#8a7251

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

Analogous Color

#518a77
#518a83
#51868a
#517b8a
#516f8a

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

#51868a
#8a5186
#868a51

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

#51868a
#71518a
#8a5551
#698a51

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

#51868a
#8a5551
#8a7251
#516a8a

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 #51868a 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.

#51868a Color Code Preview on Black Background Color

This is how #51868a Color will look on black background color. Color contrast ratio is 5.13

#51868a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #51868a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #51868a

#51868a color code is use for CSS Background Color

Background color for the above div is #51868a

HTML with inline CSS

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

#51868a color code is use for CSS Border Color

CSS Border color for the above div is #51868a

HTML with inline CSS

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

CSS Border Left color for the above div is #51868a

HTML with inline CSS

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

CSS Border Right color for the above div is #51868a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #51868a

HTML with inline CSS

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

CSS Border Top color for the above div is #51868a

HTML with inline CSS

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

#51868a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#51868a Color code Preview on White Background

This is how #51868a Color code will look on white background color. Color contrast ratio is 4.10

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

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(81,134,138,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(138,85,81,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(81,134,138,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.