COLOR #573258

HEX: #573258
RGB: (87,50,88)

Color info

#573258 contains red, green and blue colors in about the same proportion. Web safe color of #573258 is #663366 (or #636).

RGB color model

#573258 color RGB value is (87,50,88).

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

RGB channels and saturation

R 87 of 255 = 34%
G 50 of 255 = 20%
B 88 of 255 = 35%

87
50
88

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

Portions of RGB colors in percentages

R + G + B =
87 + 50 + 88 = 225 (100%)
R 87 of 225 ~ 38.67%
G 50 of 225 ~ 22.22%
B 88 of 225 ~ 39.11%

%38.67
%22.22
%39.11

CMYK color model

#573258 color CMYK value is (1,43,0,65).

  • cyan value is 1.14%
  • magenta value is 43.18%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(1,43,0,65)
C1M43Y0K65 
(1%,43%,0%,65%)
(0.01/0.43/0.00/0.65)	

CMYK percentages

%1.14
%43.18
%0
%65.49

Codes

Color #573258 in popluar color models

573258
RGB875088
HSL298°27.54%27.06%
HSB/HSV298°43.18%34.51%
CMYK1.14%43.18%0.00%
65.49%

Color #573258 in popluar number systems.

HEX573258
Decimal875088
Binary10101111100101011000
Octal12762130

Shades and tints

Shades of #573258

#573258
(87,50,88)
#502E50
(80,46,80)
#492A48
(73,42,72)
#422640
(66,38,64)
#3B2238
(59,34,56)
#341E30
(52,30,48)
#2D1A28
(45,26,40)
#261620
(38,22,32)
#1F1218
(31,18,24)
#180E10
(24,14,16)
#110A08
(17,10,8)
#000000
(0,0,0)

Tints of #573258

#573258
(87,50,88)
#664467
(102,68,103)
#755676
(117,86,118)
#846885
(132,104,133)
#937A94
(147,122,148)
#A28CA3
(162,140,163)
#B19EB2
(177,158,178)
#C0B0C1
(192,176,193)
#CFC2D0
(207,194,208)
#DED4DF
(222,212,223)
#EDE6EE
(237,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573258; }

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

This text font color is #573258.


Background Color

.myBgColor { background-color: #573258; }

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

This div background color is #573258.


Border color

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

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

This div border color is #573258.


Opacity

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

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

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

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

This text has shadow with #573258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573258 on black background.


Color preview on white background

This text has color #573258 on white background.



Black color preview on #573258 background

This text has black color on #573258 background.


White color preview on #573258 background

This text has white color on #573258 background.