COLOR #575B93

HEX: #575B93 RGB: (87,91,147)

Color info

#575B93 contains mainly green and blue colors. Web safe color of #575B93 is #666699 (or #669).

RGB color model

#575B93 color RGB value is (87,91,147).

RGB: (87,91,147) (34%, 36%, 58%)

RGB channels and saturation

R 87 of 255 = 34%
G 91 of 255 = 36%
B 147 of 255 = 58%

87
91
147

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

Portions of RGB colors in percentages

R + G + B = 87 + 91 + 147 = 325 (100%)
R 87 of 325 ~ 26.77%
G 91 of 325 ~ 28%
B 147 of 325 ~ 45.23'%

%26.77
%28
%45.23

CMYK color model

#575B93 color CMYK value is (41,38,0,42).

  • cyan value is 40.82%
  • magenta value is 38.10%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (41,38,0,42)
C41M38Y0K42 (41%, 38%, 0%, 42%)
(0.41 / 0.38 / 0.00 / 0.42)

CMYK percentages

%40.82
%38.1
%0
%42.35

Codes

Color #575B93 in popluar color models

57 5B 93
RGB 87 91 147
HSL 236° 25.64% 45.88%
HSB/HSV 236° 40.82% 57.65%
CMYK 40.82% 38.10% 0.00%
42.35%

Color #575B93 in popluar number systems.

HEX 57 5B 93
Decimal 87 91 147
Binary 1010111 1011011 10010011
Octal 127 133 223

Shades and tints

Shades of #575B93

#575B93
(87,91,147)
#505386
(80,83,134)
#494B79
(73,75,121)
#42436C
(66,67,108)
#3B3B5F
(59,59,95)
#343352
(52,51,82)
#2D2B45
(45,43,69)
#262338
(38,35,56)
#1F1B2B
(31,27,43)
#18131E
(24,19,30)
#110B11
(17,11,17)
#000000
(0,0,0)

Tints of #575B93

#575B93
(87,91,147)
#66699C
(102,105,156)
#7577A5
(117,119,165)
#8485AE
(132,133,174)
#9393B7
(147,147,183)
#A2A1C0
(162,161,192)
#B1AFC9
(177,175,201)
#C0BDD2
(192,189,210)
#CFCBDB
(207,203,219)
#DED9E4
(222,217,228)
#EDE7ED
(237,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575B93; }

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

This text font color is #575B93.

Background Color

.myBgColor { background-color: #575B93; }

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

This div background color is #575B93.

Border color

.myBorderColor { border: 1px solid #575B93; }

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

This div border color is #575B93.

Opacity

.myOpacity80 { color: #575B93; opacity: 0.8; }

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

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

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

This text has shadow with #575B93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #575B93.

Preview

Color preview on black background

This text has color #575B93 on black background.


Color preview on white background

This text has color #575B93 on white background.


Black color preview on #575B93 background

This text has black color on #575B93 background.


White color preview on #575B93 background

This text has white color on #575B93 background.


Related colors

Complementary color

Complementary color for #hex is #A8A46C.


I love getcolorcode.com

Triadic colors

1 #93575B and #5B9357 with #575B93 are triadic colors.

2 #935B57 and #5B5793 with #575B93 are triadic colors.