COLOR #5896C7

HEX: #5896C7
RGB: (88,150,199)

Color info

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

RGB color model

#5896C7 color RGB value is (88,150,199).

  • red value is 88;
  • green value is 150;
  • blue value is 199.
RGB:
(88,150,199)
(35%,59%,78%)

RGB channels and saturation

R 88 of 255 = 35%
G 150 of 255 = 59%
B 199 of 255 = 78%

88
150
199

R + G + B ~ 57%. #5896C7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 150 + 199 = 437 (100%)
R 88 of 437 ~ 20.14%
G 150 of 437 ~ 34.32%
B 199 of 437 ~ 45.54%

%20.14
%34.32
%45.54

CMYK color model

#5896C7 color CMYK value is (56,25,0,22).

  • cyan value is 55.78%
  • magenta value is 24.62%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(56,25,0,22)
C56M25Y0K22 
(56%,25%,0%,22%)
(0.56/0.25/0.00/0.22)	

CMYK percentages

%55.78
%24.62
%0
%21.96

Codes

Color #5896C7 in popluar color models

5896C7
RGB88150199
HSL206°49.78%56.27%
HSB/HSV206°55.78%78.04%
CMYK55.78%24.62%0.00%
21.96%

Color #5896C7 in popluar number systems.

HEX5896C7
Decimal88150199
Binary10110001001011011000111
Octal130226307

Shades and tints

Shades of #5896C7

#5896C7
(88,150,199)
#5089B5
(80,137,181)
#487CA3
(72,124,163)
#406F91
(64,111,145)
#38627F
(56,98,127)
#30556D
(48,85,109)
#28485B
(40,72,91)
#203B49
(32,59,73)
#182E37
(24,46,55)
#102125
(16,33,37)
#081413
(8,20,19)
#000000
(0,0,0)

Tints of #5896C7

#5896C7
(88,150,199)
#679FCC
(103,159,204)
#76A8D1
(118,168,209)
#85B1D6
(133,177,214)
#94BADB
(148,186,219)
#A3C3E0
(163,195,224)
#B2CCE5
(178,204,229)
#C1D5EA
(193,213,234)
#D0DEEF
(208,222,239)
#DFE7F4
(223,231,244)
#EEF0F9
(238,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5896C7 color. Also use rgb(88,150,199) instead hex code.

Text Font Color

.myTextColor { color: #5896C7; }

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

This text font color is #5896C7.


Background Color

.myBgColor { background-color: #5896C7; }

<div style="background-color:#5896C7">Inner text</div>

This div background color is #5896C7.


Border color

.myBorderColor { border: 1px solid #5896C7; }

<div style="border:3px solid #5896C7">Div</div>

This div border color is #5896C7.


Opacity

.myOpacity80 { color: #5896C7; opacity: 0.8; }

<p style="color:#5896C7;opacity:0.8;">80%</p>

Text with #5896C7 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 #5896C7;}

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

This text has shadow with #5896C7 color.

.textShadow {text-shadow: 3px 3px 1px #5896C7, 3px 3px 1px red;}

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

This text has shadow with #5896C7 primary color and red secondary color.


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

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

This text has shadow with #5896C7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5896C7 on black background.


Color preview on white background

This text has color #5896C7 on white background.



Black color preview on #5896C7 background

This text has black color on #5896C7 background.


White color preview on #5896C7 background

This text has white color on #5896C7 background.