COLOR #5890CA

HEX: #5890CA
RGB: (88,144,202)

Color info

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

RGB color model

#5890CA color RGB value is (88,144,202).

  • red value is 88;
  • green value is 144;
  • blue value is 202.
RGB:
(88,144,202)
(35%,56%,79%)

RGB channels and saturation

R 88 of 255 = 35%
G 144 of 255 = 56%
B 202 of 255 = 79%

88
144
202

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

Portions of RGB colors in percentages

R + G + B =
88 + 144 + 202 = 434 (100%)
R 88 of 434 ~ 20.28%
G 144 of 434 ~ 33.18%
B 202 of 434 ~ 46.54%

%20.28
%33.18
%46.54

CMYK color model

#5890CA color CMYK value is (56,29,0,21).

  • cyan value is 56.44%
  • magenta value is 28.71%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(56,29,0,21)
C56M29Y0K21 
(56%,29%,0%,21%)
(0.56/0.29/0.00/0.21)	

CMYK percentages

%56.44
%28.71
%0
%20.78

Codes

Color #5890CA in popluar color models

5890CA
RGB88144202
HSL211°51.82%56.86%
HSB/HSV211°56.44%79.22%
CMYK56.44%28.71%0.00%
20.78%

Color #5890CA in popluar number systems.

HEX5890CA
Decimal88144202
Binary10110001001000011001010
Octal130220312

Shades and tints

Shades of #5890CA

#5890CA
(88,144,202)
#5083B8
(80,131,184)
#4876A6
(72,118,166)
#406994
(64,105,148)
#385C82
(56,92,130)
#304F70
(48,79,112)
#28425E
(40,66,94)
#20354C
(32,53,76)
#18283A
(24,40,58)
#101B28
(16,27,40)
#080E16
(8,14,22)
#000000
(0,0,0)

Tints of #5890CA

#5890CA
(88,144,202)
#679ACE
(103,154,206)
#76A4D2
(118,164,210)
#85AED6
(133,174,214)
#94B8DA
(148,184,218)
#A3C2DE
(163,194,222)
#B2CCE2
(178,204,226)
#C1D6E6
(193,214,230)
#D0E0EA
(208,224,234)
#DFEAEE
(223,234,238)
#EEF4F2
(238,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5890CA color. Also use rgb(88,144,202) instead hex code.

Text Font Color

.myTextColor { color: #5890CA; }

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

This text font color is #5890CA.


Background Color

.myBgColor { background-color: #5890CA; }

<div style="background-color:#5890CA">Inner text</div>

This div background color is #5890CA.


Border color

.myBorderColor { border: 1px solid #5890CA; }

<div style="border:3px solid #5890CA">Div</div>

This div border color is #5890CA.


Opacity

.myOpacity80 { color: #5890CA; opacity: 0.8; }

<p style="color:#5890CA;opacity:0.8;">80%</p>

Text with #5890CA 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 #5890CA;}

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

This text has shadow with #5890CA color.

.textShadow {text-shadow: 3px 3px 1px #5890CA, 3px 3px 1px red;}

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

This text has shadow with #5890CA primary color and red secondary color.


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

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

This text has shadow with #5890CA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5890CA on black background.


Color preview on white background

This text has color #5890CA on white background.



Black color preview on #5890CA background

This text has black color on #5890CA background.


White color preview on #5890CA background

This text has white color on #5890CA background.