COLOR #575FC5

HEX: #575FC5 RGB: (87,95,197)

Color info

#575FC5 contains mainly blue color. Web safe color of #575FC5 is #6666CC (or #66C).

RGB color model

#575FC5 color RGB value is (87,95,197).

RGB: (87,95,197) (34%, 37%, 77%)

RGB channels and saturation

R 87 of 255 = 34%
G 95 of 255 = 37%
B 197 of 255 = 77%

87
95
197

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

Portions of RGB colors in percentages

R + G + B = 87 + 95 + 197 = 379 (100%)
R 87 of 379 ~ 22.96%
G 95 of 379 ~ 25.07%
B 197 of 379 ~ 51.98'%

%22.96
%25.07
%51.98

CMYK color model

#575FC5 color CMYK value is (56,52,0,23).

  • cyan value is 55.84%
  • magenta value is 51.78%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (56,52,0,23)
C56M52Y0K23 (56%, 52%, 0%, 23%)
(0.56 / 0.52 / 0.00 / 0.23)

CMYK percentages

%55.84
%51.78
%0
%22.75

Codes

Color #575FC5 in popluar color models

57 5F C5
RGB 87 95 197
HSL 236° 48.67% 55.69%
HSB/HSV 236° 55.84% 77.25%
CMYK 55.84% 51.78% 0.00%
22.75%

Color #575FC5 in popluar number systems.

HEX 57 5F C5
Decimal 87 95 197
Binary 1010111 1011111 11000101
Octal 127 137 305

Shades and tints

Shades of #575FC5

#575FC5
(87,95,197)
#5057B4
(80,87,180)
#494FA3
(73,79,163)
#424792
(66,71,146)
#3B3F81
(59,63,129)
#343770
(52,55,112)
#2D2F5F
(45,47,95)
#26274E
(38,39,78)
#1F1F3D
(31,31,61)
#18172C
(24,23,44)
#110F1B
(17,15,27)
#000000
(0,0,0)

Tints of #575FC5

#575FC5
(87,95,197)
#666DCA
(102,109,202)
#757BCF
(117,123,207)
#8489D4
(132,137,212)
#9397D9
(147,151,217)
#A2A5DE
(162,165,222)
#B1B3E3
(177,179,227)
#C0C1E8
(192,193,232)
#CFCFED
(207,207,237)
#DEDDF2
(222,221,242)
#EDEBF7
(237,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #575FC5 color. Also use rgb(87,95,197) instead hex code.

Text Font Color

.myTextColor { color: #575FC5; }

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

This text font color is #575FC5.

Background Color

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

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

This div background color is #575FC5.

Border color

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

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

This div border color is #575FC5.

Opacity

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

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

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

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

This text has shadow with #575FC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #575FC5.

Preview

Color preview on black background

This text has color #575FC5 on black background.


Color preview on white background

This text has color #575FC5 on white background.


Black color preview on #575FC5 background

This text has black color on #575FC5 background.


White color preview on #575FC5 background

This text has white color on #575FC5 background.


Related colors

Complementary color

Complementary color for #hex is #A8A03A.


I love getcolorcode.com

Triadic colors

1 #C5575F and #5FC557 with #575FC5 are triadic colors.

2 #C55F57 and #5F57C5 with #575FC5 are triadic colors.