COLOR #570687

HEX: #570687
RGB: (87,6,135)

Color info

#570687 contains mainly red and blue colors. Web safe color of #570687 is #660099 (or #609).

RGB color model

#570687 color RGB value is (87,6,135).

  • red value is 87;
  • green value is 6;
  • blue value is 135.
RGB:
(87,6,135)
(34%,2%,53%)

RGB channels and saturation

R 87 of 255 = 34%
G 6 of 255 = 2%
B 135 of 255 = 53%

87
6
135

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

Portions of RGB colors in percentages

R + G + B =
87 + 6 + 135 = 228 (100%)
R 87 of 228 ~ 38.16%
G 6 of 228 ~ 2.63%
B 135 of 228 ~ 59.21%

%38.16
%59.21

CMYK color model

#570687 color CMYK value is (36,96,0,47).

  • cyan value is 35.56%
  • magenta value is 95.56%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(36,96,0,47)
C36M96Y0K47 
(36%,96%,0%,47%)
(0.36/0.96/0.00/0.47)	

CMYK percentages

%35.56
%95.56
%0
%47.06

Codes

Color #570687 in popluar color models

570687
RGB876135
HSL278°91.49%27.65%
HSB/HSV278°95.56%52.94%
CMYK35.56%95.56%0.00%
47.06%

Color #570687 in popluar number systems.

HEX570687
Decimal876135
Binary101011111010000111
Octal1276207

Shades and tints

Shades of #570687

#570687
(87,6,135)
#50067B
(80,6,123)
#49066F
(73,6,111)
#420663
(66,6,99)
#3B0657
(59,6,87)
#34064B
(52,6,75)
#2D063F
(45,6,63)
#260633
(38,6,51)
#1F0627
(31,6,39)
#18061B
(24,6,27)
#11060F
(17,6,15)
#000000
(0,0,0)

Tints of #570687

#570687
(87,6,135)
#661C91
(102,28,145)
#75329B
(117,50,155)
#8448A5
(132,72,165)
#935EAF
(147,94,175)
#A274B9
(162,116,185)
#B18AC3
(177,138,195)
#C0A0CD
(192,160,205)
#CFB6D7
(207,182,215)
#DECCE1
(222,204,225)
#EDE2EB
(237,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #570687 color. Also use rgb(87,6,135) instead hex code.

Text Font Color

.myTextColor { color: #570687; }

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

This text font color is #570687.


Background Color

.myBgColor { background-color: #570687; }

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

This div background color is #570687.


Border color

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

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

This div border color is #570687.


Opacity

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

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

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

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

This text has shadow with #570687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #570687 on black background.


Color preview on white background

This text has color #570687 on white background.



Black color preview on #570687 background

This text has black color on #570687 background.


White color preview on #570687 background

This text has white color on #570687 background.