crispedge.com

Color picker

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

#585f98 hex color - Blue - Cool color - Information

#585f98 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #585f98 Color code in RGB color code model is created after adding 34.51% red color, 37.25% green color and 59.61% blue color. Hex #585f98 Color code in CMYK color (process color) code model is generated after subtraction of 42% cyan, 38% magenta, 0% yellow and 40% black.

Hex #585f98 color code is between #556699 web safe hex color code and #665588 web safe hex color code. #556699 is the nearest web safe color code. You can see here many more shades of #585f98 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code585f98#585f98
RGB Decimal88, 95, 152rgb(88, 95, 152)
RGB Percent35%, 37%, 60%rgb(35%, 37%, 60%)
CSS RGBa88, 95, 152,1rgba(88,95,152,1)
CMYK Modelcmyk(42%,38%,0%,40%)
HSL Color Space233,27% ,47%hsl(233,27% ,47%)
HSV Color Space233°, 42%, 60%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010110000101111110011000
Octal130137230
Decimal8895152
Hex585f98

Different shades of #585f98 color code.

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

Light Shade of #585f98
#747baf
Dark Shade of #585f98
#454b78
Saturated Shade of #585f98
#4c56a4
Desaturated Shade of #585f98
#64688c
Grey scale Shade of #585f98
#787878
Brighten Shade
#7178b1
Most Readable Shade
#FFFFFF

Shades of #585f98 color code

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

#585f98
#4e5487
#444976
#3a3f65
#303454
#272a43
#1d1f32
#131521
#090a10
#000000

Similar Color like #585f98 color

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

#596099
#5a619a
#5b629b
#5c639c
#5d649d
#5e659e
#5f669f
#6067a0
#6168a1
#6269a2
#636aa3
#646ba4
#656ca5
#666da6
#575e97
#565d96
#555c95
#545b94
#535a93
#525992
#515891
#505790
#4f568f
#4e558e
#4d548d
#4c538c
#4b528b
#4a518a

Monochromatic Color with #585f98

#585f98
#717ac2
#8994ed
#0e0f18
#272a43
#3f446d

Tints of #585f98 Color

#585f98
#6a70a3
#7d82ae
#8f94ba
#a2a6c5
#b4b7d1
#c7c9dc
#d9dbe8
#ecedf3
#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

#585f98
#989158

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

Split Complementary

#585f98
#987158
#7f9858

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

Analogous Color

#587998
#586c98
#585f98
#5e5898
#6b5898

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

#585f98
#98585f
#5f9858

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

#585f98
#98587f
#989158
#589871

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

#585f98
#989158
#7f9858
#715898

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 #585f98 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.

#585f98 Color Code Preview on Black Background Color

This is how #585f98 Color will look on black background color. Color contrast ratio is 3.51

#585f98 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #585f98

HTML with inline CSS

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

Your Example Paragraph content text in with font color #585f98

#585f98 color code is use for CSS Background Color

Background color for the above div is #585f98

HTML with inline CSS

<div style="background-color:#585f98;"></div>

#585f98 color code is use for CSS Border Color

CSS Border color for the above div is #585f98

HTML with inline CSS

<div style="border:5px solid #585f98;"></div>

CSS Border Left color for the above div is #585f98

HTML with inline CSS

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

CSS Border Right color for the above div is #585f98

HTML with inline CSS

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

CSS Border Bottom color for the above div is #585f98

HTML with inline CSS

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

CSS Border Top color for the above div is #585f98

HTML with inline CSS

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

#585f98 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#585f98 Color code Preview on White Background

This is how #585f98 Color code will look on white background color. Color contrast ratio is 5.99

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

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.