COLOR #5758AB

HEX: #5758AB
RGB: (87,88,171)

Color info

#5758AB contains mainly blue color. Web safe color of #5758AB is #666699 (or #669).

RGB color model

#5758AB color RGB value is (87,88,171).

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

RGB channels and saturation

R 87 of 255 = 34%
G 88 of 255 = 35%
B 171 of 255 = 67%

87
88
171

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

Portions of RGB colors in percentages

R + G + B =
87 + 88 + 171 = 346 (100%)
R 87 of 346 ~ 25.14%
G 88 of 346 ~ 25.43%
B 171 of 346 ~ 49.42%

%25.14
%25.43
%49.42

CMYK color model

#5758AB color CMYK value is (49,49,0,33).

  • cyan value is 49.12%
  • magenta value is 48.54%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(49,49,0,33)
C49M49Y0K33 
(49%,49%,0%,33%)
(0.49/0.49/0.00/0.33)	

CMYK percentages

%49.12
%48.54
%0
%32.94

Codes

Color #5758AB in popluar color models

5758AB
RGB8788171
HSL239°33.33%50.59%
HSB/HSV239°49.12%67.06%
CMYK49.12%48.54%0.00%
32.94%

Color #5758AB in popluar number systems.

HEX5758AB
Decimal8788171
Binary1010111101100010101011
Octal127130253

Shades and tints

Shades of #5758AB

#5758AB
(87,88,171)
#50509C
(80,80,156)
#49488D
(73,72,141)
#42407E
(66,64,126)
#3B386F
(59,56,111)
#343060
(52,48,96)
#2D2851
(45,40,81)
#262042
(38,32,66)
#1F1833
(31,24,51)
#181024
(24,16,36)
#110815
(17,8,21)
#000000
(0,0,0)

Tints of #5758AB

#5758AB
(87,88,171)
#6667B2
(102,103,178)
#7576B9
(117,118,185)
#8485C0
(132,133,192)
#9394C7
(147,148,199)
#A2A3CE
(162,163,206)
#B1B2D5
(177,178,213)
#C0C1DC
(192,193,220)
#CFD0E3
(207,208,227)
#DEDFEA
(222,223,234)
#EDEEF1
(237,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5758AB; }

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

This text font color is #5758AB.


Background Color

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

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

This div background color is #5758AB.


Border color

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

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

This div border color is #5758AB.


Opacity

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

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

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

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

This text has shadow with #5758AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5758AB on black background.


Color preview on white background

This text has color #5758AB on white background.



Black color preview on #5758AB background

This text has black color on #5758AB background.


White color preview on #5758AB background

This text has white color on #5758AB background.