COLOR #575799

HEX: #575799
RGB: (87,87,153)

Color info

#575799 contains mainly blue color. Web safe color of #575799 is #666699 (or #669).

RGB color model

#575799 color RGB value is (87,87,153).

  • red value is 87;
  • green value is 87;
  • blue value is 153.
RGB:
(87,87,153)
(34%,34%,60%)

RGB channels and saturation

R 87 of 255 = 34%
G 87 of 255 = 34%
B 153 of 255 = 60%

87
87
153

R + G + B ~ 43%. #575799 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 87 + 153 = 327 (100%)
R 87 of 327 ~ 26.61%
G 87 of 327 ~ 26.61%
B 153 of 327 ~ 46.79%

%26.61
%26.61
%46.79

CMYK color model

#575799 color CMYK value is (43,43,0,40).

  • cyan value is 43.14%
  • magenta value is 43.14%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(43,43,0,40)
C43M43Y0K40 
(43%,43%,0%,40%)
(0.43/0.43/0.00/0.40)	

CMYK percentages

%43.14
%43.14
%0
%40

Codes

Color #575799 in popluar color models

575799
RGB8787153
HSL240°27.50%47.06%
HSB/HSV240°43.14%60.00%
CMYK43.14%43.14%0.00%
40.00%

Color #575799 in popluar number systems.

HEX575799
Decimal8787153
Binary1010111101011110011001
Octal127127231

Shades and tints

Shades of #575799

#575799
(87,87,153)
#50508C
(80,80,140)
#49497F
(73,73,127)
#424272
(66,66,114)
#3B3B65
(59,59,101)
#343458
(52,52,88)
#2D2D4B
(45,45,75)
#26263E
(38,38,62)
#1F1F31
(31,31,49)
#181824
(24,24,36)
#111117
(17,17,23)
#000000
(0,0,0)

Tints of #575799

#575799
(87,87,153)
#6666A2
(102,102,162)
#7575AB
(117,117,171)
#8484B4
(132,132,180)
#9393BD
(147,147,189)
#A2A2C6
(162,162,198)
#B1B1CF
(177,177,207)
#C0C0D8
(192,192,216)
#CFCFE1
(207,207,225)
#DEDEEA
(222,222,234)
#EDEDF3
(237,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575799; }

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

This text font color is #575799.


Background Color

.myBgColor { background-color: #575799; }

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

This div background color is #575799.


Border color

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

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

This div border color is #575799.


Opacity

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

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

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

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

This text has shadow with #575799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575799 on black background.


Color preview on white background

This text has color #575799 on white background.



Black color preview on #575799 background

This text has black color on #575799 background.


White color preview on #575799 background

This text has white color on #575799 background.