crispedge.com

Color picker

Loading...

#95556a hex color - Red - Warm color - Information

#95556a hex color - Red - Warm color

Color Hue/Base color: Red

Hex #95556a Color code in RGB color code model is created after adding 58.43% red color, 33.33% green color and 41.57% blue color. Hex #95556a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 43% magenta, 29% yellow and 42% black.

Hex #95556a color code is between #994466 web safe hex color code and #886677 web safe hex color code. #994466 is the nearest web safe color code. You can see here many more shades of #95556a color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code95556a#95556a
RGB Decimal149, 85, 106rgb(149, 85, 106)
RGB Percent58%, 33%, 42%rgb(58%, 33%, 42%)
CSS RGBa149, 85, 106,1rgba(149,85,106,1)
CMYK Modelcmyk(0%,43%,29%,42%)
HSL Color Space340,27% ,46%hsl(340,27% ,46%)
HSV Color Space340°, 43%, 58%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100101010101010101101010
Octal225125152
Decimal14985106
Hex95556a

Different shades of #95556a color code.

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

Light Shade of #95556a
#ad7084
Dark Shade of #95556a
#754253
Saturated Shade of #95556a
#a14966
Desaturated Shade of #95556a
#89616e
Grey scale Shade of #95556a
#757575
Brighten Shade
#ae6e83
Most Readable Shade
#FFFFFF

Shades of #95556a color code

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

#95556a
#844b5e
#734252
#633846
#522f3a
#42252f
#311c23
#211217
#10090b
#000000

Similar Color like #95556a color

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

#96566b
#97576c
#98586d
#99596e
#9a5a6f
#9b5b70
#9c5c71
#9d5d72
#9e5e73
#9f5f74
#a06075
#a16176
#a26277
#a36378
#945469
#935368
#925267
#915166
#905065
#8f4f64
#8e4e63
#8d4d62
#8c4c61
#8b4b60
#8a4a5f
#89495e
#88485d
#87475c

Monochromatic Color with #95556a

#95556a
#bf6d88
#ea85a6
#150c0f
#40252e
#6a3d4c

Tints of #95556a Color

#95556a
#a0677a
#ac7a8b
#b88d9b
#c4a0ac
#cfb3bc
#dbc6cd
#e7d9dd
#f3ecee
#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

#95556a
#559580

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

Split Complementary

#95556a
#559560
#558a95

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

Analogous Color

#955584
#955577
#95556a
#95555d
#955a55

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

#95556a
#6a9555
#556a95

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

#95556a
#8a9555
#559580
#605595

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

#95556a
#559580
#558a95
#956055

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 #95556a 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.

#95556a Color Code Preview on Black Background Color

This is how #95556a Color will look on black background color. Color contrast ratio is 3.79

#95556a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #95556a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #95556a

#95556a color code is use for CSS Background Color

Background color for the above div is #95556a

HTML with inline CSS

<div style="background-color:#95556a;"></div>

#95556a color code is use for CSS Border Color

CSS Border color for the above div is #95556a

HTML with inline CSS

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

CSS Border Left color for the above div is #95556a

HTML with inline CSS

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

CSS Border Right color for the above div is #95556a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #95556a

HTML with inline CSS

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

CSS Border Top color for the above div is #95556a

HTML with inline CSS

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

#95556a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#95556a Color code Preview on White Background

This is how #95556a Color code will look on white background color. Color contrast ratio is 5.55

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(149,85,106,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(85,149,128,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(149,85,106,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.