COLOR #581F6A

HEX: #581F6A RGB: (88,31,106)

Color info

#581F6A contains mainly red and blue colors. Web safe color of #581F6A is #663366 (or #636).

RGB color model

#581F6A color RGB value is (88,31,106).

RGB: (88,31,106) (35%, 12%, 42%)

RGB channels and saturation

R 88 of 255 = 35%
G 31 of 255 = 12%
B 106 of 255 = 42%

88
31
106

R + G + B ~ 30%. #581F6A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 31 + 106 = 225 (100%)
R 88 of 225 ~ 39.11%
G 31 of 225 ~ 13.78%
B 106 of 225 ~ 47.11'%

%39.11
%13.78
%47.11

CMYK color model

#581F6A color CMYK value is (17,71,0,58).

  • cyan value is 16.98%
  • magenta value is 70.75%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK: (17,71,0,58) C17M71Y0K58 (17%,71%,0%,58%) (0.17/0.71/0.00/0.58) 

CMYK percentages

%16.98
%70.75
%0
%58.43

Codes

Color #581F6A in popluar color models

58 1F 6A
RGB 88 31 106
HSL 286° 54.74% 26.86%
HSB/HSV 286° 70.75% 41.57%
CMYK 16.98% 70.75% 0.00%
58.43%

Color #581F6A in popluar number systems.

HEX 58 1F 6A
Decimal 88 31 106
Binary 1011000 11111 1101010
Octal 130 37 152

Shades and tints

Shades of #581F6A

#581F6A
(88,31,106)
#501D61
(80,29,97)
#481B58
(72,27,88)
#40194F
(64,25,79)
#381746
(56,23,70)
#30153D
(48,21,61)
#281334
(40,19,52)
#20112B
(32,17,43)
#180F22
(24,15,34)
#100D19
(16,13,25)
#080B10
(8,11,16)
#000000
(0,0,0)

Tints of #581F6A

#581F6A
(88,31,106)
#673377
(103,51,119)
#764784
(118,71,132)
#855B91
(133,91,145)
#946F9E
(148,111,158)
#A383AB
(163,131,171)
#B297B8
(178,151,184)
#C1ABC5
(193,171,197)
#D0BFD2
(208,191,210)
#DFD3DF
(223,211,223)
#EEE7EC
(238,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #581F6A color. Also use rgb(88,31,106) instead hex code.

Text Font Color

.myTextColor { color: #581F6A; }

<p style="color:#581F6A">This sample text font color is #581F6A.</p>

This text font color is #581F6A.

Background Color

.myBgColor { background-color: #581F6A; }

<div style="background-color:#581F6A">Inner text</div>

This div background color is #581F6A.

Border color

.myBorderColor { border: 1px solid #581F6A; }

<div style="border:3px solid #581F6A">Div</div>

This div border color is #581F6A.

Opacity

.myOpacity80 { color: #581F6A; opacity: 0.8; }

<p style="color:#581F6A;opacity:0.8;">80%</p>

Text with #581F6A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #581F6A;}

<p style="text-shadow: 3px 3px 1px #581F6A">Text here.</p>

This text has shadow with #581F6A color.


.textShadow {text-shadow: 3px 3px 1px #581F6A', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #581F6A, 5px 5px 20px red">Text here.</p>

This text has shadow with #581F6A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#581F6A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#581F6A, Direction=45, Strength=4)">Text</p>

This text has shadow with #581F6A and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #581F6A;
-webkit-box-shadow: 1px 1px 3px 2px #581F6A;
box-shadow: 1px 1px 3px 2px #581F6A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #581F6A; -webkit-box-shadow: 1px 1px 3px 2px #581F6A; box-shadow:1px 1px 3px 2px #581F6A;">
Div content here
</div>

This div box has shadow with color #581F6A.

Preview

Color preview on black background

This text has color #581F6A on black background.


Color preview on white background

This text has color #581F6A on white background.


Black color preview on #581F6A background

This text has black color on #581F6A background.


White color preview on #581F6A background

This text has white color on #581F6A background.


Related colors

Complementary color

Complementary color for #hex is #A7E095.


I love getcolorcode.com

Triadic colors

1 #6A581F and #1F6A58 with #581F6A are triadic colors.

2 #6A1F58 and #1F586A with #581F6A are triadic colors.