COLOR #573058

HEX: #573058
RGB: (87,48,88)

Color info

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

RGB color model

#573058 color RGB value is (87,48,88).

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

RGB channels and saturation

R 87 of 255 = 34%
G 48 of 255 = 19%
B 88 of 255 = 35%

87
48
88

R + G + B ~ 29%. #573058 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 48 + 88 = 223 (100%)
R 87 of 223 ~ 39.01%
G 48 of 223 ~ 21.52%
B 88 of 223 ~ 39.46%

%39.01
%21.52
%39.46

CMYK color model

#573058 color CMYK value is (1,45,0,65).

  • cyan value is 1.14%
  • magenta value is 45.45%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(1,45,0,65)
C1M45Y0K65 
(1%,45%,0%,65%)
(0.01/0.45/0.00/0.65)	

CMYK percentages

%1.14
%45.45
%0
%65.49

Codes

Color #573058 in popluar color models

573058
RGB874888
HSL299°29.41%26.67%
HSB/HSV299°45.45%34.51%
CMYK1.14%45.45%0.00%
65.49%

Color #573058 in popluar number systems.

HEX573058
Decimal874888
Binary10101111100001011000
Octal12760130

Shades and tints

Shades of #573058

#573058
(87,48,88)
#502C50
(80,44,80)
#492848
(73,40,72)
#422440
(66,36,64)
#3B2038
(59,32,56)
#341C30
(52,28,48)
#2D1828
(45,24,40)
#261420
(38,20,32)
#1F1018
(31,16,24)
#180C10
(24,12,16)
#110808
(17,8,8)
#000000
(0,0,0)

Tints of #573058

#573058
(87,48,88)
#664267
(102,66,103)
#755476
(117,84,118)
#846685
(132,102,133)
#937894
(147,120,148)
#A28AA3
(162,138,163)
#B19CB2
(177,156,178)
#C0AEC1
(192,174,193)
#CFC0D0
(207,192,208)
#DED2DF
(222,210,223)
#EDE4EE
(237,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573058; }

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

This text font color is #573058.


Background Color

.myBgColor { background-color: #573058; }

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

This div background color is #573058.


Border color

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

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

This div border color is #573058.


Opacity

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

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

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

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

This text has shadow with #573058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573058 on black background.


Color preview on white background

This text has color #573058 on white background.



Black color preview on #573058 background

This text has black color on #573058 background.


White color preview on #573058 background

This text has white color on #573058 background.