COLOR #570093

HEX: #570093
RGB: (87,0,147)

Color info

#570093 contains mainly blue color. Web safe color of #570093 is #660099 (or #609).

RGB color model

#570093 color RGB value is (87,0,147).

  • red value is 87;
  • green value is 0;
  • blue value is 147.
RGB:
(87,0,147)
(34%,0%,58%)

RGB channels and saturation

R 87 of 255 = 34%
G 0 of 255 = 0%
B 147 of 255 = 58%

87
0
147

R + G + B ~ 31%. #570093 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 0 + 147 = 234 (100%)
R 87 of 234 ~ 37.18%
G 0 of 234 ~ 0%
B 147 of 234 ~ 62.82%

%37.18
%62.82

CMYK color model

#570093 color CMYK value is (41,100,0,42).

  • cyan value is 40.82%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(41,100,0,42)
C41M100Y0K42 
(41%,100%,0%,42%)
(0.41/1.00/0.00/0.42)	

CMYK percentages

%40.82
%100
%0
%42.35

Codes

Color #570093 in popluar color models

570093
RGB870147
HSL276°100.00%28.82%
HSB/HSV276°100.00%57.65%
CMYK40.82%100.00%0.00%
42.35%

Color #570093 in popluar number systems.

HEX570093
Decimal870147
Binary1010111010010011
Octal1270223

Shades and tints

Shades of #570093

#570093
(87,0,147)
#500086
(80,0,134)
#490079
(73,0,121)
#42006C
(66,0,108)
#3B005F
(59,0,95)
#340052
(52,0,82)
#2D0045
(45,0,69)
#260038
(38,0,56)
#1F002B
(31,0,43)
#18001E
(24,0,30)
#110011
(17,0,17)
#000000
(0,0,0)

Tints of #570093

#570093
(87,0,147)
#66179C
(102,23,156)
#752EA5
(117,46,165)
#8445AE
(132,69,174)
#935CB7
(147,92,183)
#A273C0
(162,115,192)
#B18AC9
(177,138,201)
#C0A1D2
(192,161,210)
#CFB8DB
(207,184,219)
#DECFE4
(222,207,228)
#EDE6ED
(237,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #570093 color. Also use rgb(87,0,147) instead hex code.

Text Font Color

.myTextColor { color: #570093; }

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

This text font color is #570093.


Background Color

.myBgColor { background-color: #570093; }

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

This div background color is #570093.


Border color

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

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

This div border color is #570093.


Opacity

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

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

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

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

This text has shadow with #570093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #570093 on black background.


Color preview on white background

This text has color #570093 on white background.



Black color preview on #570093 background

This text has black color on #570093 background.


White color preview on #570093 background

This text has white color on #570093 background.