COLOR #5758B4

HEX: #5758B4
RGB: (87,88,180)

Color info

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

RGB color model

#5758B4 color RGB value is (87,88,180).

  • red value is 87;
  • green value is 88;
  • blue value is 180.
RGB:
(87,88,180)
(34%,35%,71%)

RGB channels and saturation

R 87 of 255 = 34%
G 88 of 255 = 35%
B 180 of 255 = 71%

87
88
180

R + G + B ~ 47%. #5758B4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 88 + 180 = 355 (100%)
R 87 of 355 ~ 24.51%
G 88 of 355 ~ 24.79%
B 180 of 355 ~ 50.7%

%24.51
%24.79
%50.7

CMYK color model

#5758B4 color CMYK value is (52,51,0,29).

  • cyan value is 51.67%
  • magenta value is 51.11%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(52,51,0,29)
C52M51Y0K29 
(52%,51%,0%,29%)
(0.52/0.51/0.00/0.29)	

CMYK percentages

%51.67
%51.11
%0
%29.41

Codes

Color #5758B4 in popluar color models

5758B4
RGB8788180
HSL239°38.27%52.35%
HSB/HSV239°51.67%70.59%
CMYK51.67%51.11%0.00%
29.41%

Color #5758B4 in popluar number systems.

HEX5758B4
Decimal8788180
Binary1010111101100010110100
Octal127130264

Shades and tints

Shades of #5758B4

#5758B4
(87,88,180)
#5050A4
(80,80,164)
#494894
(73,72,148)
#424084
(66,64,132)
#3B3874
(59,56,116)
#343064
(52,48,100)
#2D2854
(45,40,84)
#262044
(38,32,68)
#1F1834
(31,24,52)
#181024
(24,16,36)
#110814
(17,8,20)
#000000
(0,0,0)

Tints of #5758B4

#5758B4
(87,88,180)
#6667BA
(102,103,186)
#7576C0
(117,118,192)
#8485C6
(132,133,198)
#9394CC
(147,148,204)
#A2A3D2
(162,163,210)
#B1B2D8
(177,178,216)
#C0C1DE
(192,193,222)
#CFD0E4
(207,208,228)
#DEDFEA
(222,223,234)
#EDEEF0
(237,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5758B4 color. Also use rgb(87,88,180) instead hex code.

Text Font Color

.myTextColor { color: #5758B4; }

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

This text font color is #5758B4.


Background Color

.myBgColor { background-color: #5758B4; }

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

This div background color is #5758B4.


Border color

.myBorderColor { border: 1px solid #5758B4; }

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

This div border color is #5758B4.


Opacity

.myOpacity80 { color: #5758B4; opacity: 0.8; }

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

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

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

This text has shadow with #5758B4 color.

.textShadow {text-shadow: 3px 3px 1px #5758B4, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5758B4 on black background.


Color preview on white background

This text has color #5758B4 on white background.



Black color preview on #5758B4 background

This text has black color on #5758B4 background.


White color preview on #5758B4 background

This text has white color on #5758B4 background.