Skip to main content Skip to docs navigation

#562b59 hex color | Download Dark Violet BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Kuwanomi Purple and its hex is #55295B Nearest Color Name

Color Hue/Base color: Violet

Hex #562b59 Color code in RGB color code model is created after adding 33.73% red color, 16.86% green color and 34.9% blue color. Hex #562b59 Color code in CMYK color (process color) code model is generated after subtraction of 3% cyan, 52% magenta, 0% yellow and 65.1% black.

Hex #562b59 color code is between #553355 web safe hex color code and #662266 web safe hex color code. #553355 is the nearest web safe color code. You can see here many more shades of #562b59 color code.

RGB Chart

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

Color Table

Hex Color Code 562b59 #562b59
RGB Decimal 86, 43, 89 86, 43, 89
RGB Percent 34%, 17%, 35% rgb(34%, 17%, 35%)
CSS RGBa 86, 43, 89,1 rgba(86,43,89,1)
CMYK Model cmyk(3%,52%,0%,65.1%)
HSL Color Space 296,35% ,26% hsl(296,35% ,26%)
HSV Color Space 296°, 52%, 35%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 01010110 00101011 01011001
Octal 126 53 131
Decimal 86 43 89
Hex 56 2b 59

Different shades of #562b59 color code.

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

Darkest of #562b59
#000000
Darker of #562b59
#140a14
Dark of #562b59
#351a37
Base of #562b59
#562b59
Light of #562b59
#773c7b
Lighter
#984c9e
Lightest
#b167b6

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

#562b59
#2e592b

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

Split Complementary

#562b59
#45592b
#2b593f

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

Analogous Color

#3b2b59
#432b59
#562b59
#592b4d
#592b39

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

#562b59
#2b5956
#59562b

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

#562b59
#59562b
#2e592b
#2b2e59

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#562b59
#593f2b
#2e592b
#2b4559

Square 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).

Monochromatic Color with #562b59

#000000
#000000
#140a14
#351a37
#562b59
#773c7b
#984c9e
#b167b6
#c28ac6

Tints of #562b59 Color

#562b59
#68426b
#7b5a7d
#8e7190
#a189a2
#b3a0b5
#c6b8c7
#d9cfda
#ece7ec
#ffffff

Shades of #562b59 color code

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

#562b59
#4c264f
#422145
#391c3b
#2f1731
#261327
#1c0e1d
#130913
#090409
#000000

Tones

#562b59
#4b384c
#424242
#424242
#424242

Tones

Similar Color like #562b59 color

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

#572c5a
#582d5b
#592e5c
#5a2f5d
#5b305e
#5c315f
#5d3260
#5e3361
#5f3462
#603563
#613664
#623765
#633866
#643967
#552a58
#542957
#532856
#522755
#512654
#502553
#4f2452
#4e2351
#4d2250
#4c214f
#4b204e
#4a1f4d
#491e4c
#481d4b

Download this Dark Violet

Hex #562b59 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.

#562b59 Color Code Preview on Black Background Color

This is how #562b59 Color will look on black background color. Color contrast ratio is 1.89

#562b59 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #562b59

HTML with inline CSS

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

Your Example Paragraph content text in with font color #562b59

#562b59 color code is use for CSS Background Color

Background color for the above div is #562b59

HTML with inline CSS

<div style="background-color:#562b59;"></div>

#562b59 color code is use for CSS Border Color

CSS Border color for the above div is #562b59

HTML with inline CSS

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

CSS Border Left color for the above div is #562b59

HTML with inline CSS

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

CSS Border Right color for the above div is #562b59

HTML with inline CSS

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

CSS Border Bottom color for the above div is #562b59

HTML with inline CSS

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

CSS Border Top color for the above div is #562b59

HTML with inline CSS

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

#562b59 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#562b59 Color code Preview on White Background

This is how #562b59 Color code will look on white background color. Color contrast ratio is 11.14

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(86,43,89,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(46,89,43,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(86,43,89,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }