COLOR #582669

HEX: #582669
RGB: (88,38,105)

Color info

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

RGB color model

#582669 color RGB value is (88,38,105).

  • red value is 88;
  • green value is 38;
  • blue value is 105.
RGB:
(88,38,105)
(35%,15%,41%)

RGB channels and saturation

R 88 of 255 = 35%
G 38 of 255 = 15%
B 105 of 255 = 41%

88
38
105

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

Portions of RGB colors in percentages

R + G + B =
88 + 38 + 105 = 231 (100%)
R 88 of 231 ~ 38.1%
G 38 of 231 ~ 16.45%
B 105 of 231 ~ 45.45%

%38.1
%16.45
%45.45

CMYK color model

#582669 color CMYK value is (16,64,0,59).

  • cyan value is 16.19%
  • magenta value is 63.81%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(16,64,0,59)
C16M64Y0K59 
(16%,64%,0%,59%)
(0.16/0.64/0.00/0.59)	

CMYK percentages

%16.19
%63.81
%0
%58.82

Codes

Color #582669 in popluar color models

582669
RGB8838105
HSL285°46.85%28.04%
HSB/HSV285°63.81%41.18%
CMYK16.19%63.81%0.00%
58.82%

Color #582669 in popluar number systems.

HEX582669
Decimal8838105
Binary10110001001101101001
Octal13046151

Shades and tints

Shades of #582669

#582669
(88,38,105)
#502360
(80,35,96)
#482057
(72,32,87)
#401D4E
(64,29,78)
#381A45
(56,26,69)
#30173C
(48,23,60)
#281433
(40,20,51)
#20112A
(32,17,42)
#180E21
(24,14,33)
#100B18
(16,11,24)
#08080F
(8,8,15)
#000000
(0,0,0)

Tints of #582669

#582669
(88,38,105)
#673976
(103,57,118)
#764C83
(118,76,131)
#855F90
(133,95,144)
#94729D
(148,114,157)
#A385AA
(163,133,170)
#B298B7
(178,152,183)
#C1ABC4
(193,171,196)
#D0BED1
(208,190,209)
#DFD1DE
(223,209,222)
#EEE4EB
(238,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #582669 color. Also use rgb(88,38,105) instead hex code.

Text Font Color

.myTextColor { color: #582669; }

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

This text font color is #582669.


Background Color

.myBgColor { background-color: #582669; }

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

This div background color is #582669.


Border color

.myBorderColor { border: 1px solid #582669; }

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

This div border color is #582669.


Opacity

.myOpacity80 { color: #582669; opacity: 0.8; }

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

Text with #582669 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 #582669;}

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

This text has shadow with #582669 color.

.textShadow {text-shadow: 3px 3px 1px #582669, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #582669;
-webkit-box-shadow: 1px 1px 3px 2px #582669;
box-shadow:1px 1px 3px 2px #582669;">
Div content here</div>
This div box has shadow with color #582669.

Preview

Color preview on black background

This text has color #582669 on black background.


Color preview on white background

This text has color #582669 on white background.



Black color preview on #582669 background

This text has black color on #582669 background.


White color preview on #582669 background

This text has white color on #582669 background.