crispedge.com

Color picker

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

#5a5a88 hex color - Violet - Cool color - Information

#5a5a88 hex color - Violet - Cool color

Color Hue/Base color: Violet

Hex #5a5a88 Color code in RGB color code model is created after adding 35.29% red color, 35.29% green color and 53.33% blue color. Hex #5a5a88 Color code in CMYK color (process color) code model is generated after subtraction of 34% cyan, 34% magenta, 0% yellow and 47% black.

Hex #5a5a88 color code is between #555577 web safe hex color code and #666699 web safe hex color code. #555577 is the nearest web safe color code. You can see here many more shades of #5a5a88 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Code5a5a88#5a5a88
RGB Decimal90, 90, 136rgb(90, 90, 136)
RGB Percent35%, 35%, 53%rgb(35%, 35%, 53%)
CSS RGBa90, 90, 136,1rgba(90,90,136,1)
CMYK Modelcmyk(34%,34%,0%,47%)
HSL Color Space240,20% ,44%hsl(240,20% ,44%)
HSV Color Space240°, 34%, 53%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010110100101101010001000
Octal132132210
Decimal9090136
Hex5a5a88

Different shades of #5a5a88 color code.

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

Light Shade of #5a5a88
#7373a2
Dark Shade of #5a5a88
#464669
Saturated Shade of #5a5a88
#4f4f93
Desaturated Shade of #5a5a88
#65657d
Grey scale Shade of #5a5a88
#717171
Brighten Shade
#7373a1
Most Readable Shade
#FFFFFF

Shades of #5a5a88 color code

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

#5a5a88
#505078
#464669
#3c3c5a
#32324b
#28283c
#1e1e2d
#14141e
#0a0a0f
#000000

Similar Color like #5a5a88 color

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

#5b5b89
#5c5c8a
#5d5d8b
#5e5e8c
#5f5f8d
#60608e
#61618f
#626290
#636391
#646492
#656593
#666694
#676795
#686896
#595987
#585886
#575785
#565684
#555583
#545482
#535381
#525280
#51517f
#50507e
#4f4f7d
#4e4e7c
#4d4d7b
#4c4c7a

Monochromatic Color with #5a5a88

#5a5a88
#7676b3
#9292dd
#060608
#222233
#3e3e5d

Tints of #5a5a88 Color

#5a5a88
#6c6c95
#7e7ea2
#9191af
#a3a3bc
#b5b5ca
#c8c8d7
#dadae4
#ececf1
#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

#5a5a88
#88885a

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

Split Complementary

#5a5a88
#88715a
#71885a

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

Analogous Color

#5a6c88
#5a6388
#5a5a88
#635a88
#6c5a88

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

#5a5a88
#885a5a
#5a885a

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

#5a5a88
#885a71
#88885a
#5a8871

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

#5a5a88
#88885a
#71885a
#715a88

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 #5a5a88 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.

#5a5a88 Color Code Preview on Black Background Color

This is how #5a5a88 Color will look on black background color. Color contrast ratio is 3.25

#5a5a88 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5a5a88

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5a5a88

#5a5a88 color code is use for CSS Background Color

Background color for the above div is #5a5a88

HTML with inline CSS

<div style="background-color:#5a5a88;"></div>

#5a5a88 color code is use for CSS Border Color

CSS Border color for the above div is #5a5a88

HTML with inline CSS

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

CSS Border Left color for the above div is #5a5a88

HTML with inline CSS

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

CSS Border Right color for the above div is #5a5a88

HTML with inline CSS

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

CSS Border Bottom color for the above div is #5a5a88

HTML with inline CSS

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

CSS Border Top color for the above div is #5a5a88

HTML with inline CSS

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

#5a5a88 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5a5a88 Color code Preview on White Background

This is how #5a5a88 Color code will look on white background color. Color contrast ratio is 6.46

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.