@
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.

#5082a9 hex color - Blue - Cool color - Information

#5082a9 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #5082a9 Color code in RGB color code model is created after adding 31.37% red color, 50.98% green color and 66.27% blue color. Hex #5082a9 Color code in CMYK color (process color) code model is generated after subtraction of 53% cyan, 23% magenta, 0% yellow and 33.73% black.

Hex #5082a9 color code is between #5588aa web safe hex color code and #447799 web safe hex color code. #5588aa is the nearest web safe color code. You can see here many more shades of #5082a9 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code5082a9#5082a9
RGB Decimal80, 130, 169rgb(80, 130, 169)
RGB Percent31%, 51%, 66%rgb(31%, 51%, 66%)
CSS RGBa80, 130, 169,1rgba(80,130,169,1)
CMYK Modelcmyk(53%,23%,0%,33.73%)
HSL Color Space206,36% ,49%hsl(206,36% ,49%)
HSV Color Space206°, 53%, 66%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010100001000001010101001
Octal120202251
Decimal80130169
Hex5082a9

Different shades of #5082a9 color code.

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

Light Shade of #5082a9
#709bbc
Dark Shade of #5082a9
#406786
Saturated Shade of #5082a9
#4484b5
Desaturated Shade of #5082a9
#5c809d
Grey scale Shade of #5082a9
#7c7c7c
Brighten Shade
#699bc2
Most Readable Shade
#FFFFFF

Shades of #5082a9 color code

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

#5082a9
#477396
#3e6583
#355670
#2c485d
#23394b
#1a2b38
#111c25
#080e12
#000000

Similar Color like #5082a9 color

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

#5183aa
#5284ab
#5385ac
#5486ad
#5587ae
#5688af
#5789b0
#588ab1
#598bb2
#5a8cb3
#5b8db4
#5c8eb5
#5d8fb6
#5e90b7
#4f81a8
#4e80a7
#4d7fa6
#4c7ea5
#4b7da4
#4a7ca3
#497ba2
#487aa1
#4779a0
#46789f
#45779e
#44769d
#43759c
#42749b

Monochromatic Color with #5082a9

#5082a9
#64a3d3
#78c3fe
#142029
#284154
#3c617e

Tints of #5082a9 Color

#5082a9
#638fb2
#769dbc
#8aabc5
#9db9cf
#b1c7d8
#c4d5e2
#d8e3eb
#ebf1f5
#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

#5082a9
#a97750

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

Split Complementary

#5082a9
#a95056
#a9a350

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

Analogous Color

#50a6a9
#5094a9
#5082a9
#5070a9
#505ea9

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

#5082a9
#a95082
#82a950

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

#5082a9
#a350a9
#a97750
#55a950

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

#5082a9
#a97750
#a9a350
#5056a9

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 #5082a9 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.

#5082a9 Color Code Preview on Black Background Color

This is how #5082a9 Color will look on black background color. Color contrast ratio is 5.11

#5082a9 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5082a9

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5082a9

#5082a9 color code is use for CSS Background Color

Background color for the above div is #5082a9

HTML with inline CSS

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

#5082a9 color code is use for CSS Border Color

CSS Border color for the above div is #5082a9

HTML with inline CSS

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

CSS Border Left color for the above div is #5082a9

HTML with inline CSS

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

CSS Border Right color for the above div is #5082a9

HTML with inline CSS

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

CSS Border Bottom color for the above div is #5082a9

HTML with inline CSS

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

CSS Border Top color for the above div is #5082a9

HTML with inline CSS

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

#5082a9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5082a9 Color code Preview on White Background

This is how #5082a9 Color code will look on white background color. Color contrast ratio is 4.11

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

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,130,169,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(169,119,80,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(80,130,169,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.