COLOR #583270

HEX: #583270
RGB: (88,50,112)

Color info

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

RGB color model

#583270 color RGB value is (88,50,112).

  • red value is 88;
  • green value is 50;
  • blue value is 112.
RGB:
(88,50,112)
(35%,20%,44%)

RGB channels and saturation

R 88 of 255 = 35%
G 50 of 255 = 20%
B 112 of 255 = 44%

88
50
112

R + G + B ~ 33%. #583270 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 50 + 112 = 250 (100%)
R 88 of 250 ~ 35.2%
G 50 of 250 ~ 20%
B 112 of 250 ~ 44.8%

%35.2
%20
%44.8

CMYK color model

#583270 color CMYK value is (21,55,0,56).

  • cyan value is 21.43%
  • magenta value is 55.36%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(21,55,0,56)
C21M55Y0K56 
(21%,55%,0%,56%)
(0.21/0.55/0.00/0.56)	

CMYK percentages

%21.43
%55.36
%0
%56.08

Codes

Color #583270 in popluar color models

583270
RGB8850112
HSL277°38.27%31.76%
HSB/HSV277°55.36%43.92%
CMYK21.43%55.36%0.00%
56.08%

Color #583270 in popluar number systems.

HEX583270
Decimal8850112
Binary10110001100101110000
Octal13062160

Shades and tints

Shades of #583270

#583270
(88,50,112)
#502E66
(80,46,102)
#482A5C
(72,42,92)
#402652
(64,38,82)
#382248
(56,34,72)
#301E3E
(48,30,62)
#281A34
(40,26,52)
#20162A
(32,22,42)
#181220
(24,18,32)
#100E16
(16,14,22)
#080A0C
(8,10,12)
#000000
(0,0,0)

Tints of #583270

#583270
(88,50,112)
#67447D
(103,68,125)
#76568A
(118,86,138)
#856897
(133,104,151)
#947AA4
(148,122,164)
#A38CB1
(163,140,177)
#B29EBE
(178,158,190)
#C1B0CB
(193,176,203)
#D0C2D8
(208,194,216)
#DFD4E5
(223,212,229)
#EEE6F2
(238,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #583270 color. Also use rgb(88,50,112) instead hex code.

Text Font Color

.myTextColor { color: #583270; }

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

This text font color is #583270.


Background Color

.myBgColor { background-color: #583270; }

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

This div background color is #583270.


Border color

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

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

This div border color is #583270.


Opacity

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

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

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

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

This text has shadow with #583270 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583270 on black background.


Color preview on white background

This text has color #583270 on white background.



Black color preview on #583270 background

This text has black color on #583270 background.


White color preview on #583270 background

This text has white color on #583270 background.