Skip to main content Skip to docs navigation

#55a1a2 hex color | Download Dark Blue BG image | Information

Color Picker

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

Woow we have a nearby visually matching color name available. It's name is Teal Bayou and its hex is #57A1A0 Nearest Color Name

Color Hue/Base color: Blue

Hex #55a1a2 Color code in RGB color code model is created after adding 33.33% red color, 63.14% green color and 63.53% blue color. Hex #55a1a2 Color code in CMYK color (process color) code model is generated after subtraction of 48% cyan, 1% magenta, 0% yellow and 36.47% black.

Hex #55a1a2 color code is between #4499aa web safe hex color code and #66aa99 web safe hex color code. #4499aa is the nearest web safe color code. You can see here many more shades of #55a1a2 color code.

RGB Chart

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

Color Table

Hex Color Code 55a1a2 #55a1a2
RGB Decimal 85, 161, 162 85, 161, 162
RGB Percent 33%, 63%, 64% rgb(33%, 63%, 64%)
CSS RGBa 85, 161, 162,1 rgba(85,161,162,1)
CMYK Model cmyk(48%,1%,0%,36.47%)
HSL Color Space 181,31% ,48% hsl(181,31% ,48%)
HSV Color Space 181°, 48%, 64%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01010101 10100001 10100010
Octal 125 241 242
Decimal 85 161 162
Hex 55 a1 a2

Different shades of #55a1a2 color code.

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

Darkest of #55a1a2
#203d3e
Darker of #55a1a2
#325f5f
Dark of #55a1a2
#438081
Base of #55a1a2
#55a1a2
Light of #55a1a2
#74b5b6
Lighter
#95c7c8
Lightest
#b7d9d9

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

#55a1a2
#a25655

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

Split Complementary

#55a1a2
#a2557a
#a27c55

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

Analogous Color

#55a276
#55a283
#55a1a2
#5587a2
#5567a2

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

#55a1a2
#a1a255
#a255a1

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

#55a1a2
#a255a1
#a25655
#55a256

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

Square Color

#55a1a2
#7c55a2
#a25655
#7aa255

Square 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).

Monochromatic Color with #55a1a2

#0f1c1c
#203d3e
#325f5f
#438081
#55a1a2
#74b5b6
#95c7c8
#b7d9d9
#d8eaeb

Tints of #55a1a2 Color

#55a1a2
#67abac
#7ab5b6
#8dc0c1
#a0cacb
#b3d5d5
#c6dfe0
#d9eaea
#ecf4f4
#ffffff

Shades of #55a1a2 color code

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

#55a1a2
#4b8f90
#427d7e
#386b6c
#2f595a
#254748
#1c3536
#122324
#091112
#000000

Tones

#55a1a2
#6e8989
#7b7b7b
#7b7b7b
#7b7b7b

Tones

Similar Color like #55a1a2 color

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

#56a2a3
#57a3a4
#58a4a5
#59a5a6
#5aa6a7
#5ba7a8
#5ca8a9
#5da9aa
#5eaaab
#5fabac
#60acad
#61adae
#62aeaf
#63afb0
#54a0a1
#539fa0
#529e9f
#519d9e
#509c9d
#4f9b9c
#4e9a9b
#4d999a
#4c9899
#4b9798
#4a9697
#499596
#489495
#479394

Download this Dark Blue

Hex #55a1a2 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.

#55a1a2 Color Code Preview on Black Background Color

This is how #55a1a2 Color will look on black background color. Color contrast ratio is 7.01

#55a1a2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #55a1a2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #55a1a2

#55a1a2 color code is use for CSS Background Color

Background color for the above div is #55a1a2

HTML with inline CSS

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

#55a1a2 color code is use for CSS Border Color

CSS Border color for the above div is #55a1a2

HTML with inline CSS

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

CSS Border Left color for the above div is #55a1a2

HTML with inline CSS

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

CSS Border Right color for the above div is #55a1a2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #55a1a2

HTML with inline CSS

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

CSS Border Top color for the above div is #55a1a2

HTML with inline CSS

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

#55a1a2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#55a1a2 Color code Preview on White Background

This is how #55a1a2 Color code will look on white background color. Color contrast ratio is 3.00

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

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