COLOR #575099

HEX: #575099 RGB: (87,80,153)

Color info

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

RGB color model

#575099 color RGB value is (87,80,153).

RGB: (87,80,153) (34%, 31%, 60%)

RGB channels and saturation

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

87
80
153

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

Portions of RGB colors in percentages

R + G + B = 87 + 80 + 153 = 320 (100%)
R 87 of 320 ~ 27.19%
G 80 of 320 ~ 25%
B 153 of 320 ~ 47.81'%

%27.19
%25
%47.81

CMYK color model

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

  • cyan value is 43.14%
  • magenta value is 47.71%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (43,48,0,40)
C43M48Y0K40 (43%, 48%, 0%, 40%)
(0.43 / 0.48 / 0.00 / 0.40)

CMYK percentages

%43.14
%47.71
%0
%40

Codes

Color #575099 in popluar color models

57 50 99
RGB 87 80 153
HSL 246° 31.33% 45.69%
HSB/HSV 246° 47.71% 60.00%
CMYK 43.14% 47.71% 0.00%
40.00%

Color #575099 in popluar number systems.

HEX 57 50 99
Decimal 87 80 153
Binary 1010111 1010000 10011001
Octal 127 120 231

Shades and tints

Shades of #575099

#575099
(87,80,153)
#50498C
(80,73,140)
#49427F
(73,66,127)
#423B72
(66,59,114)
#3B3465
(59,52,101)
#342D58
(52,45,88)
#2D264B
(45,38,75)
#261F3E
(38,31,62)
#1F1831
(31,24,49)
#181124
(24,17,36)
#110A17
(17,10,23)
#000000
(0,0,0)

Tints of #575099

#575099
(87,80,153)
#665FA2
(102,95,162)
#756EAB
(117,110,171)
#847DB4
(132,125,180)
#938CBD
(147,140,189)
#A29BC6
(162,155,198)
#B1AACF
(177,170,207)
#C0B9D8
(192,185,216)
#CFC8E1
(207,200,225)
#DED7EA
(222,215,234)
#EDE6F3
(237,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575099; }

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

This text font color is #575099.

Background Color

.myBgColor { background-color: #575099; }

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

This div background color is #575099.

Border color

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

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

This div border color is #575099.

Opacity

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

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

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

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

This text has shadow with #575099 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #575099.

Preview

Color preview on black background

This text has color #575099 on black background.


Color preview on white background

This text has color #575099 on white background.


Black color preview on #575099 background

This text has black color on #575099 background.


White color preview on #575099 background

This text has white color on #575099 background.


Related colors

Complementary color

Complementary color for #hex is #A8AF66.


I love getcolorcode.com

Triadic colors

1 #995750 and #509957 with #575099 are triadic colors.

2 #995057 and #505799 with #575099 are triadic colors.