COLOR #5883B7

HEX: #5883B7
RGB: (88,131,183)

Color info

#5883B7 contains mainly green and blue colors. Web safe color of #5883B7 is #6699CC (or #69C).

RGB color model

#5883B7 color RGB value is (88,131,183).

  • red value is 88;
  • green value is 131;
  • blue value is 183.
RGB:
(88,131,183)
(35%,51%,72%)

RGB channels and saturation

R 88 of 255 = 35%
G 131 of 255 = 51%
B 183 of 255 = 72%

88
131
183

R + G + B ~ 53%. #5883B7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 131 + 183 = 402 (100%)
R 88 of 402 ~ 21.89%
G 131 of 402 ~ 32.59%
B 183 of 402 ~ 45.52%

%21.89
%32.59
%45.52

CMYK color model

#5883B7 color CMYK value is (52,28,0,28).

  • cyan value is 51.91%
  • magenta value is 28.42%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(52,28,0,28)
C52M28Y0K28 
(52%,28%,0%,28%)
(0.52/0.28/0.00/0.28)	

CMYK percentages

%51.91
%28.42
%0
%28.24

Codes

Color #5883B7 in popluar color models

5883B7
RGB88131183
HSL213°39.75%53.14%
HSB/HSV213°51.91%71.76%
CMYK51.91%28.42%0.00%
28.24%

Color #5883B7 in popluar number systems.

HEX5883B7
Decimal88131183
Binary10110001000001110110111
Octal130203267

Shades and tints

Shades of #5883B7

#5883B7
(88,131,183)
#5078A7
(80,120,167)
#486D97
(72,109,151)
#406287
(64,98,135)
#385777
(56,87,119)
#304C67
(48,76,103)
#284157
(40,65,87)
#203647
(32,54,71)
#182B37
(24,43,55)
#102027
(16,32,39)
#081517
(8,21,23)
#000000
(0,0,0)

Tints of #5883B7

#5883B7
(88,131,183)
#678EBD
(103,142,189)
#7699C3
(118,153,195)
#85A4C9
(133,164,201)
#94AFCF
(148,175,207)
#A3BAD5
(163,186,213)
#B2C5DB
(178,197,219)
#C1D0E1
(193,208,225)
#D0DBE7
(208,219,231)
#DFE6ED
(223,230,237)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5883B7 color. Also use rgb(88,131,183) instead hex code.

Text Font Color

.myTextColor { color: #5883B7; }

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

This text font color is #5883B7.


Background Color

.myBgColor { background-color: #5883B7; }

<div style="background-color:#5883B7">Inner text</div>

This div background color is #5883B7.


Border color

.myBorderColor { border: 1px solid #5883B7; }

<div style="border:3px solid #5883B7">Div</div>

This div border color is #5883B7.


Opacity

.myOpacity80 { color: #5883B7; opacity: 0.8; }

<p style="color:#5883B7;opacity:0.8;">80%</p>

Text with #5883B7 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 #5883B7;}

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

This text has shadow with #5883B7 color.

.textShadow {text-shadow: 3px 3px 1px #5883B7, 3px 3px 1px red;}

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

This text has shadow with #5883B7 primary color and red secondary color.


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

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

This text has shadow with #5883B7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5883B7 on black background.


Color preview on white background

This text has color #5883B7 on white background.



Black color preview on #5883B7 background

This text has black color on #5883B7 background.


White color preview on #5883B7 background

This text has white color on #5883B7 background.