crispedge.com

Color picker

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

#555c75 hex color - Blue - Cool color - Information

#555c75 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #555c75 Color code in RGB color code model is created after adding 33.33% red color, 36.08% green color and 45.88% blue color. Hex #555c75 Color code in CMYK color (process color) code model is generated after subtraction of 27% cyan, 21% magenta, 0% yellow and 54% black.

Hex #555c75 color code is between #445577 web safe hex color code and #666666 web safe hex color code. #445577 is the nearest web safe color code. You can see here many more shades of #555c75 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code555c75#555c75
RGB Decimal85, 92, 117rgb(85, 92, 117)
RGB Percent33%, 36%, 46%rgb(33%, 36%, 46%)
CSS RGBa85, 92, 117,1rgba(85,92,117,1)
CMYK Modelcmyk(27%,21%,0%,54%)
HSL Color Space227,16% ,40%hsl(227,16% ,40%)
HSV Color Space227°, 27%, 46%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010101010101110001110101
Octal125134165
Decimal8592117
Hex555c75

Different shades of #555c75 color code.

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

Light Shade of #555c75
#6a7393
Dark Shade of #555c75
#404557
Saturated Shade of #555c75
#4b567f
Desaturated Shade of #555c75
#5f626b
Grey scale Shade of #555c75
#656565
Brighten Shade
#6e758e
Most Readable Shade
#FFFFFF

Shades of #555c75 color code

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

#555c75
#4b5168
#42475b
#383d4e
#2f3341
#252834
#1c1e27
#12141a
#090a0d
#000000

Similar Color like #555c75 color

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

#565d76
#575e77
#585f78
#596079
#5a617a
#5b627b
#5c637c
#5d647d
#5e657e
#5f667f
#606780
#616881
#626982
#636a83
#545b74
#535a73
#525972
#515871
#505770
#4f566f
#4e556e
#4d546d
#4c536c
#4b526b
#4a516a
#495069
#484f68
#474e67

Monochromatic Color with #555c75

#555c75
#747d9f
#939fca
#b2c0f4
#171920
#363b4a

Tints of #555c75 Color

#555c75
#676e84
#7a8093
#8d92a3
#a0a4b2
#b3b6c1
#c6c8d1
#d9dae0
#ececef
#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

#555c75
#756e55

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

Split Complementary

#555c75
#755e55
#6c7555

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

Analogous Color

#556975
#556275
#555c75
#555675
#5b5575

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

#555c75
#75555c
#5c7555

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

#555c75
#75556c
#756e55
#55755e

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

#555c75
#756e55
#6c7555
#5e5575

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 #555c75 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.

#555c75 Color Code Preview on Black Background Color

This is how #555c75 Color will look on black background color. Color contrast ratio is 3.17

#555c75 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #555c75

HTML with inline CSS

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

Your Example Paragraph content text in with font color #555c75

#555c75 color code is use for CSS Background Color

Background color for the above div is #555c75

HTML with inline CSS

<div style="background-color:#555c75;"></div>

#555c75 color code is use for CSS Border Color

CSS Border color for the above div is #555c75

HTML with inline CSS

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

CSS Border Left color for the above div is #555c75

HTML with inline CSS

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

CSS Border Right color for the above div is #555c75

HTML with inline CSS

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

CSS Border Bottom color for the above div is #555c75

HTML with inline CSS

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

CSS Border Top color for the above div is #555c75

HTML with inline CSS

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

#555c75 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#555c75 Color code Preview on White Background

This is how #555c75 Color code will look on white background color. Color contrast ratio is 6.62

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

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.