COLOR #5873B3

HEX: #5873B3
RGB: (88,115,179)

Color info

#5873B3 contains mainly blue color. Web safe color of #5873B3 is #666699 (or #669).

RGB color model

#5873B3 color RGB value is (88,115,179).

  • red value is 88;
  • green value is 115;
  • blue value is 179.
RGB:
(88,115,179)
(35%,45%,70%)

RGB channels and saturation

R 88 of 255 = 35%
G 115 of 255 = 45%
B 179 of 255 = 70%

88
115
179

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

Portions of RGB colors in percentages

R + G + B =
88 + 115 + 179 = 382 (100%)
R 88 of 382 ~ 23.04%
G 115 of 382 ~ 30.1%
B 179 of 382 ~ 46.86%

%23.04
%30.1
%46.86

CMYK color model

#5873B3 color CMYK value is (51,36,0,30).

  • cyan value is 50.84%
  • magenta value is 35.75%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(51,36,0,30)
C51M36Y0K30 
(51%,36%,0%,30%)
(0.51/0.36/0.00/0.30)	

CMYK percentages

%50.84
%35.75
%0
%29.8

Codes

Color #5873B3 in popluar color models

5873B3
RGB88115179
HSL222°37.45%52.35%
HSB/HSV222°50.84%70.20%
CMYK50.84%35.75%0.00%
29.80%

Color #5873B3 in popluar number systems.

HEX5873B3
Decimal88115179
Binary1011000111001110110011
Octal130163263

Shades and tints

Shades of #5873B3

#5873B3
(88,115,179)
#5069A3
(80,105,163)
#485F93
(72,95,147)
#405583
(64,85,131)
#384B73
(56,75,115)
#304163
(48,65,99)
#283753
(40,55,83)
#202D43
(32,45,67)
#182333
(24,35,51)
#101923
(16,25,35)
#080F13
(8,15,19)
#000000
(0,0,0)

Tints of #5873B3

#5873B3
(88,115,179)
#677FB9
(103,127,185)
#768BBF
(118,139,191)
#8597C5
(133,151,197)
#94A3CB
(148,163,203)
#A3AFD1
(163,175,209)
#B2BBD7
(178,187,215)
#C1C7DD
(193,199,221)
#D0D3E3
(208,211,227)
#DFDFE9
(223,223,233)
#EEEBEF
(238,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5873B3 color. Also use rgb(88,115,179) instead hex code.

Text Font Color

.myTextColor { color: #5873B3; }

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

This text font color is #5873B3.


Background Color

.myBgColor { background-color: #5873B3; }

<div style="background-color:#5873B3">Inner text</div>

This div background color is #5873B3.


Border color

.myBorderColor { border: 1px solid #5873B3; }

<div style="border:3px solid #5873B3">Div</div>

This div border color is #5873B3.


Opacity

.myOpacity80 { color: #5873B3; opacity: 0.8; }

<p style="color:#5873B3;opacity:0.8;">80%</p>

Text with #5873B3 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 #5873B3;}

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

This text has shadow with #5873B3 color.

.textShadow {text-shadow: 3px 3px 1px #5873B3, 3px 3px 1px red;}

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

This text has shadow with #5873B3 primary color and red secondary color.


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

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

This text has shadow with #5873B3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5873B3 on black background.


Color preview on white background

This text has color #5873B3 on white background.



Black color preview on #5873B3 background

This text has black color on #5873B3 background.


White color preview on #5873B3 background

This text has white color on #5873B3 background.