COLOR #575CB1

HEX: #575CB1
RGB: (87,92,177)

Color info

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

RGB color model

#575CB1 color RGB value is (87,92,177).

  • red value is 87;
  • green value is 92;
  • blue value is 177.
RGB:
(87,92,177)
(34%,36%,69%)

RGB channels and saturation

R 87 of 255 = 34%
G 92 of 255 = 36%
B 177 of 255 = 69%

87
92
177

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

Portions of RGB colors in percentages

R + G + B =
87 + 92 + 177 = 356 (100%)
R 87 of 356 ~ 24.44%
G 92 of 356 ~ 25.84%
B 177 of 356 ~ 49.72%

%24.44
%25.84
%49.72

CMYK color model

#575CB1 color CMYK value is (51,48,0,31).

  • cyan value is 50.85%
  • magenta value is 48.02%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(51,48,0,31)
C51M48Y0K31 
(51%,48%,0%,31%)
(0.51/0.48/0.00/0.31)	

CMYK percentages

%50.85
%48.02
%0
%30.59

Codes

Color #575CB1 in popluar color models

575CB1
RGB8792177
HSL237°36.59%51.76%
HSB/HSV237°50.85%69.41%
CMYK50.85%48.02%0.00%
30.59%

Color #575CB1 in popluar number systems.

HEX575CB1
Decimal8792177
Binary1010111101110010110001
Octal127134261

Shades and tints

Shades of #575CB1

#575CB1
(87,92,177)
#5054A1
(80,84,161)
#494C91
(73,76,145)
#424481
(66,68,129)
#3B3C71
(59,60,113)
#343461
(52,52,97)
#2D2C51
(45,44,81)
#262441
(38,36,65)
#1F1C31
(31,28,49)
#181421
(24,20,33)
#110C11
(17,12,17)
#000000
(0,0,0)

Tints of #575CB1

#575CB1
(87,92,177)
#666AB8
(102,106,184)
#7578BF
(117,120,191)
#8486C6
(132,134,198)
#9394CD
(147,148,205)
#A2A2D4
(162,162,212)
#B1B0DB
(177,176,219)
#C0BEE2
(192,190,226)
#CFCCE9
(207,204,233)
#DEDAF0
(222,218,240)
#EDE8F7
(237,232,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #575CB1 color. Also use rgb(87,92,177) instead hex code.

Text Font Color

.myTextColor { color: #575CB1; }

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

This text font color is #575CB1.


Background Color

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

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

This div background color is #575CB1.


Border color

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

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

This div border color is #575CB1.


Opacity

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

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

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

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

This text has shadow with #575CB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575CB1 on black background.


Color preview on white background

This text has color #575CB1 on white background.



Black color preview on #575CB1 background

This text has black color on #575CB1 background.


White color preview on #575CB1 background

This text has white color on #575CB1 background.