crispedge.com

Color picker

Loading...

#559dbc hex color - Blue - Cool color - Information

#559dbc hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #559dbc Color code in RGB color code model is created after adding 33.33% red color, 61.57% green color and 73.73% blue color. Hex #559dbc Color code in CMYK color (process color) code model is generated after subtraction of 55% cyan, 16% magenta, 0% yellow and 26% black.

Hex #559dbc color code is between #4499bb web safe hex color code and #66aacc web safe hex color code. #4499bb is the nearest web safe color code. You can see here many more shades of #559dbc color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code559dbc#559dbc
RGB Decimal85, 157, 188rgb(85, 157, 188)
RGB Percent33%, 62%, 74%rgb(33%, 62%, 74%)
CSS RGBa85, 157, 188,1rgba(85,157,188,1)
CMYK Modelcmyk(55%,16%,0%,26%)
HSL Color Space198,43% ,54%hsl(198,43% ,54%)
HSV Color Space198°, 55%, 74%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010101011001110110111100
Octal125235274
Decimal85157188
Hex559dbc

Different shades of #559dbc color code.

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

Light Shade of #559dbc
#7ab2ca
Dark Shade of #559dbc
#3f829f
Saturated Shade of #559dbc
#49a2c8
Desaturated Shade of #559dbc
#6198b0
Grey scale Shade of #559dbc
#888888
Brighten Shade
#6eb6d5
Most Readable Shade
#000000

Shades of #559dbc color code

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

#559dbc
#4b8ba7
#427a92
#38687d
#2f5768
#254553
#1c343e
#122229
#091114
#000000

Similar Color like #559dbc color

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

#569ebd
#579fbe
#58a0bf
#59a1c0
#5aa2c1
#5ba3c2
#5ca4c3
#5da5c4
#5ea6c5
#5fa7c6
#60a8c7
#61a9c8
#62aac9
#63abca
#549cbb
#539bba
#529ab9
#5199b8
#5098b7
#4f97b6
#4e96b5
#4d95b4
#4c94b3
#4b93b2
#4a92b1
#4991b0
#4890af
#478fae

Monochromatic Color with #559dbc

#559dbc
#68c0e6
#080f12
#1b333c
#2f5667
#427991

Tints of #559dbc Color

#559dbc
#67a7c3
#7ab2ca
#8dbdd2
#a0c8d9
#b3d3e1
#c6dee8
#d9e9f0
#ecf4f7
#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

#559dbc
#bc7455

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

Split Complementary

#559dbc
#bc556a
#bca855

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

Analogous Color

#55bcb2
#55b2bc
#559dbc
#5588bc
#5574bc

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

#559dbc
#bc559d
#9dbc55

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

#559dbc
#a755bc
#bc7455
#69bc55

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

#559dbc
#bc7455
#bca855
#556abc

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 #559dbc 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.

#559dbc Color Code Preview on Black Background Color

This is how #559dbc Color will look on black background color. Color contrast ratio is 6.94

#559dbc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #559dbc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #559dbc

#559dbc color code is use for CSS Background Color

Background color for the above div is #559dbc

HTML with inline CSS

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

#559dbc color code is use for CSS Border Color

CSS Border color for the above div is #559dbc

HTML with inline CSS

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

CSS Border Left color for the above div is #559dbc

HTML with inline CSS

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

CSS Border Right color for the above div is #559dbc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #559dbc

HTML with inline CSS

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

CSS Border Top color for the above div is #559dbc

HTML with inline CSS

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

#559dbc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#559dbc Color code Preview on White Background

This is how #559dbc Color code will look on white background color. Color contrast ratio is 3.03

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

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(85,157,188,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(188,116,85,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(85,157,188,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.