COLOR #5762C8

HEX: #5762C8 RGB: (87,98,200)

Color info

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

RGB color model

#5762C8 color RGB value is (87,98,200).

RGB: (87,98,200) (34%, 38%, 78%)

RGB channels and saturation

R 87 of 255 = 34%
G 98 of 255 = 38%
B 200 of 255 = 78%

87
98
200

R + G + B ~ 50%. #5762C8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 87 + 98 + 200 = 385 (100%)
R 87 of 385 ~ 22.6%
G 98 of 385 ~ 25.45%
B 200 of 385 ~ 51.95'%

%22.6
%25.45
%51.95

CMYK color model

#5762C8 color CMYK value is (57,51,0,22).

  • cyan value is 56.50%
  • magenta value is 51.00%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (57,51,0,22)
C57M51Y0K22 (57%, 51%, 0%, 22%)
(0.57 / 0.51 / 0.00 / 0.22)

CMYK percentages

%56.5
%51
%0
%21.57

Codes

Color #5762C8 in popluar color models

57 62 C8
RGB 87 98 200
HSL 234° 50.67% 56.27%
HSB/HSV 234° 56.50% 78.43%
CMYK 56.50% 51.00% 0.00%
21.57%

Color #5762C8 in popluar number systems.

HEX 57 62 C8
Decimal 87 98 200
Binary 1010111 1100010 11001000
Octal 127 142 310

Shades and tints

Shades of #5762C8

#5762C8
(87,98,200)
#505AB6
(80,90,182)
#4952A4
(73,82,164)
#424A92
(66,74,146)
#3B4280
(59,66,128)
#343A6E
(52,58,110)
#2D325C
(45,50,92)
#262A4A
(38,42,74)
#1F2238
(31,34,56)
#181A26
(24,26,38)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #5762C8

#5762C8
(87,98,200)
#6670CD
(102,112,205)
#757ED2
(117,126,210)
#848CD7
(132,140,215)
#939ADC
(147,154,220)
#A2A8E1
(162,168,225)
#B1B6E6
(177,182,230)
#C0C4EB
(192,196,235)
#CFD2F0
(207,210,240)
#DEE0F5
(222,224,245)
#EDEEFA
(237,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5762C8 color. Also use rgb(87,98,200) instead hex code.

Text Font Color

.myTextColor { color: #5762C8; }

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

This text font color is #5762C8.

Background Color

.myBgColor { background-color: #5762C8; }

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

This div background color is #5762C8.

Border color

.myBorderColor { border: 1px solid #5762C8; }

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

This div border color is #5762C8.

Opacity

.myOpacity80 { color: #5762C8; opacity: 0.8; }

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

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

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

This text has shadow with #5762C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5762C8.

Preview

Color preview on black background

This text has color #5762C8 on black background.


Color preview on white background

This text has color #5762C8 on white background.


Black color preview on #5762C8 background

This text has black color on #5762C8 background.


White color preview on #5762C8 background

This text has white color on #5762C8 background.


Related colors

Complementary color

Complementary color for #hex is #A89D37.


I love getcolorcode.com

Triadic colors

1 #C85762 and #62C857 with #5762C8 are triadic colors.

2 #C86257 and #6257C8 with #5762C8 are triadic colors.