crispedge.com

Color picker

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

#05738f hex color - Blue - Cool color - Information

#05738f hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #05738f Color code in RGB color code model is created after adding 1.96% red color, 45.1% green color and 56.08% blue color. Hex #05738f Color code in CMYK color (process color) code model is generated after subtraction of 97% cyan, 20% magenta, 0% yellow and 44% black.

Hex #05738f color code is between #007788 web safe hex color code and #006699 web safe hex color code. #007788 is the nearest web safe color code. You can see here many more shades of #05738f color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code05738f#05738f
RGB Decimal5, 115, 143rgb(5, 115, 143)
RGB Percent2%, 45%, 56%rgb(2%, 45%, 56%)
CSS RGBa5, 115, 143,1rgba(5,115,143,1)
CMYK Modelcmyk(97%,20%,0%,44%)
HSL Color Space192,93% ,29%hsl(192,93% ,29%)
HSV Color Space192°, 97%, 56%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000001010111001110001111
Octal5163217
Decimal5115143
Hex05738f

Different shades of #05738f color code.

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

Light Shade of #05738f
#079bc0
Dark Shade of #05738f
#034b5e
Saturated Shade of #05738f
#007694
Desaturated Shade of #05738f
#0c6f88
Grey scale Shade of #05738f
#4a4a4a
Brighten Shade
#1e8ca8
Most Readable Shade
#FFFFFF

Shades of #05738f color code

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

#05738f
#04667f
#03596f
#034c5f
#023f4f
#02333f
#01262f
#01191f
#000c0f
#000000

Similar Color like #05738f color

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

#067490
#077591
#087692
#097793
#0a7894
#0b7995
#0c7a96
#0d7b97
#0e7c98
#0f7d99
#107e9a
#117f9b
#12809c
#13819d
#04728e
#03718d
#02708c
#016f8b
#006e8a
#006d89
#006c88
#006b87
#006a86
#006985
#006884
#006783
#006682
#006581

Monochromatic Color with #05738f

#05738f
#0695b9
#08b7e4
#010c0f
#022f3a
#045164

Tints of #05738f Color

#05738f
#20829b
#3c92a7
#58a1b4
#74b1c0
#8fc0cd
#abd0d9
#c7dfe6
#e3eff2
#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

#05738f
#8f2105

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

Split Complementary

#05738f
#8f052e
#8f6605

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

Analogous Color

#058f74
#058f8f
#05738f
#05578f
#053c8f

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

#05738f
#8f0573
#738f05

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

#05738f
#66058f
#8f2105
#2e8f05

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

#05738f
#8f2105
#8f6605
#052e8f

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 #05738f 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.

#05738f Color Code Preview on Black Background Color

This is how #05738f Color will look on black background color. Color contrast ratio is 3.86

#05738f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #05738f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #05738f

#05738f color code is use for CSS Background Color

Background color for the above div is #05738f

HTML with inline CSS

<div style="background-color:#05738f;"></div>

#05738f color code is use for CSS Border Color

CSS Border color for the above div is #05738f

HTML with inline CSS

<div style="border:5px solid #05738f;"></div>

CSS Border Left color for the above div is #05738f

HTML with inline CSS

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

CSS Border Right color for the above div is #05738f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #05738f

HTML with inline CSS

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

CSS Border Top color for the above div is #05738f

HTML with inline CSS

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

#05738f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#05738f Color code Preview on White Background

This is how #05738f Color code will look on white background color. Color contrast ratio is 5.45

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

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.