COLOR #5857AB

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

Color info

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

RGB color model

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

RGB: (88,87,171) (35%, 34%, 67%)

RGB channels and saturation

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

88
87
171

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

Portions of RGB colors in percentages

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

%25.43
%25.14
%49.42

CMYK color model

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

  • cyan value is 48.54%
  • magenta value is 49.12%
  • 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

%48.54
%49.12
%0
%32.94

Codes

Color #5857AB in popluar color models

58 57 AB
RGB 88 87 171
HSL 241° 33.33% 50.59%
HSB/HSV 241° 49.12% 67.06%
CMYK 48.54% 49.12% 0.00%
32.94%

Color #5857AB in popluar number systems.

HEX 58 57 AB
Decimal 88 87 171
Binary 1011000 1010111 10101011
Octal 130 127 253

Shades and tints

Shades of #5857AB

#5857AB
(88,87,171)
#50509C
(80,80,156)
#48498D
(72,73,141)
#40427E
(64,66,126)
#383B6F
(56,59,111)
#303460
(48,52,96)
#282D51
(40,45,81)
#202642
(32,38,66)
#181F33
(24,31,51)
#101824
(16,24,36)
#081115
(8,17,21)
#000000
(0,0,0)

Tints of #5857AB

#5857AB
(88,87,171)
#6766B2
(103,102,178)
#7675B9
(118,117,185)
#8584C0
(133,132,192)
#9493C7
(148,147,199)
#A3A2CE
(163,162,206)
#B2B1D5
(178,177,213)
#C1C0DC
(193,192,220)
#D0CFE3
(208,207,227)
#DFDEEA
(223,222,234)
#EEEDF1
(238,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5857AB; }

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

This text font color is #5857AB.


Background Color

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

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

This div background color is #5857AB.


Border color

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

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

This div border color is #5857AB.


Opacity

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

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

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

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

This text has shadow with #5857AB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #5857AB on black background.


Color preview on white background

This text has color #5857AB on white background.



Black color preview on #5857AB background

This text has black color on #5857AB background.


White color preview on #5857AB background

This text has white color on #5857AB background.