crispedge.com

Color picker

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

#5056ce hex color - Blue - Cool color - Information

#5056ce hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #5056ce Color code in RGB color code model is created after adding 31.37% red color, 33.73% green color and 80.78% blue color. Hex #5056ce Color code in CMYK color (process color) code model is generated after subtraction of 61% cyan, 58% magenta, 0% yellow and 19% black.

Hex #5056ce color code is between #5555cc web safe hex color code and #4466dd web safe hex color code. #5555cc is the nearest web safe color code. You can see here many more shades of #5056ce color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code5056ce#5056ce
RGB Decimal80, 86, 206rgb(80, 86, 206)
RGB Percent31%, 34%, 81%rgb(31%, 34%, 81%)
CSS RGBa80, 86, 206,1rgba(80,86,206,1)
CMYK Modelcmyk(61%,58%,0%,19%)
HSL Color Space237,56% ,56%hsl(237,56% ,56%)
HSV Color Space237°, 61%, 81%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010100000101011011001110
Octal120126316
Decimal8086206
Hex5056ce

Different shades of #5056ce color code.

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

Light Shade of #5056ce
#787cd9
Dark Shade of #5056ce
#333ab8
Saturated Shade of #5056ce
#454cd9
Desaturated Shade of #5056ce
#5b60c3
Grey scale Shade of #5056ce
#8f8f8f
Brighten Shade
#696fe7
Most Readable Shade
#FFFFFF

Shades of #5056ce color code

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

#5056ce
#474cb7
#3e42a0
#353989
#2c2f72
#23265b
#1a1c44
#11132d
#080916
#000000

Similar Color like #5056ce color

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

#5157cf
#5258d0
#5359d1
#545ad2
#555bd3
#565cd4
#575dd5
#585ed6
#595fd7
#5a60d8
#5b61d9
#5c62da
#5d63db
#5e64dc
#4f55cd
#4e54cc
#4d53cb
#4c52ca
#4b51c9
#4a50c8
#494fc7
#484ec6
#474dc5
#464cc4
#454bc3
#444ac2
#4349c1
#4248c0

Monochromatic Color with #5056ce

#5056ce
#6168f8
#0e0f24
#1e214e
#2f3379
#3f44a3

Tints of #5056ce Color

#5056ce
#6368d3
#767bd8
#8a8ede
#9da1e3
#b1b3e9
#c4c6ee
#d8d9f4
#ebecf9
#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

#5056ce
#cec850

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

Split Complementary

#5056ce
#ce8950
#95ce50

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

Analogous Color

#5088ce
#506fce
#5056ce
#6350ce
#7c50ce

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

#5056ce
#ce5056
#56ce50

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

#5056ce
#ce5095
#cec850
#50ce89

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

#5056ce
#cec850
#95ce50
#8950ce

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 #5056ce 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.

#5056ce Color Code Preview on Black Background Color

This is how #5056ce Color will look on black background color. Color contrast ratio is 3.56

#5056ce in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5056ce

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5056ce

#5056ce color code is use for CSS Background Color

Background color for the above div is #5056ce

HTML with inline CSS

<div style="background-color:#5056ce;"></div>

#5056ce color code is use for CSS Border Color

CSS Border color for the above div is #5056ce

HTML with inline CSS

<div style="border:5px solid #5056ce;"></div>

CSS Border Left color for the above div is #5056ce

HTML with inline CSS

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

CSS Border Right color for the above div is #5056ce

HTML with inline CSS

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

CSS Border Bottom color for the above div is #5056ce

HTML with inline CSS

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

CSS Border Top color for the above div is #5056ce

HTML with inline CSS

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

#5056ce hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5056ce Color code Preview on White Background

This is how #5056ce Color code will look on white background color. Color contrast ratio is 5.89

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

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.