COLOR #57459C

HEX: #57459C
RGB: (87,69,156)

Color info

#57459C contains mainly blue color. Web safe color of #57459C is #663399 (or #639).

RGB color model

#57459C color RGB value is (87,69,156).

  • red value is 87;
  • green value is 69;
  • blue value is 156.
RGB:
(87,69,156)
(34%,27%,61%)

RGB channels and saturation

R 87 of 255 = 34%
G 69 of 255 = 27%
B 156 of 255 = 61%

87
69
156

R + G + B ~ 41%. #57459C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 69 + 156 = 312 (100%)
R 87 of 312 ~ 27.88%
G 69 of 312 ~ 22.12%
B 156 of 312 ~ 50%

%27.88
%22.12
%50

CMYK color model

#57459C color CMYK value is (44,56,0,39).

  • cyan value is 44.23%
  • magenta value is 55.77%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(44,56,0,39)
C44M56Y0K39 
(44%,56%,0%,39%)
(0.44/0.56/0.00/0.39)	

CMYK percentages

%44.23
%55.77
%0
%38.82

Codes

Color #57459C in popluar color models

57459C
RGB8769156
HSL252°38.67%44.12%
HSB/HSV252°55.77%61.18%
CMYK44.23%55.77%0.00%
38.82%

Color #57459C in popluar number systems.

HEX57459C
Decimal8769156
Binary1010111100010110011100
Octal127105234

Shades and tints

Shades of #57459C

#57459C
(87,69,156)
#503F8E
(80,63,142)
#493980
(73,57,128)
#423372
(66,51,114)
#3B2D64
(59,45,100)
#342756
(52,39,86)
#2D2148
(45,33,72)
#261B3A
(38,27,58)
#1F152C
(31,21,44)
#180F1E
(24,15,30)
#110910
(17,9,16)
#000000
(0,0,0)

Tints of #57459C

#57459C
(87,69,156)
#6655A5
(102,85,165)
#7565AE
(117,101,174)
#8475B7
(132,117,183)
#9385C0
(147,133,192)
#A295C9
(162,149,201)
#B1A5D2
(177,165,210)
#C0B5DB
(192,181,219)
#CFC5E4
(207,197,228)
#DED5ED
(222,213,237)
#EDE5F6
(237,229,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57459C color. Also use rgb(87,69,156) instead hex code.

Text Font Color

.myTextColor { color: #57459C; }

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

This text font color is #57459C.


Background Color

.myBgColor { background-color: #57459C; }

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

This div background color is #57459C.


Border color

.myBorderColor { border: 1px solid #57459C; }

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

This div border color is #57459C.


Opacity

.myOpacity80 { color: #57459C; opacity: 0.8; }

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

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

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

This text has shadow with #57459C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57459C on black background.


Color preview on white background

This text has color #57459C on white background.



Black color preview on #57459C background

This text has black color on #57459C background.


White color preview on #57459C background

This text has white color on #57459C background.