COLOR #5988BE

HEX: #5988BE
RGB: (89,136,190)

Color info

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

RGB color model

#5988BE color RGB value is (89,136,190).

  • red value is 89;
  • green value is 136;
  • blue value is 190.
RGB:
(89,136,190)
(35%,53%,75%)

RGB channels and saturation

R 89 of 255 = 35%
G 136 of 255 = 53%
B 190 of 255 = 75%

89
136
190

R + G + B ~ 54%. #5988BE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 136 + 190 = 415 (100%)
R 89 of 415 ~ 21.45%
G 136 of 415 ~ 32.77%
B 190 of 415 ~ 45.78%

%21.45
%32.77
%45.78

CMYK color model

#5988BE color CMYK value is (53,28,0,25).

  • cyan value is 53.16%
  • magenta value is 28.42%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(53,28,0,25)
C53M28Y0K25 
(53%,28%,0%,25%)
(0.53/0.28/0.00/0.25)	

CMYK percentages

%53.16
%28.42
%0
%25.49

Codes

Color #5988BE in popluar color models

5988BE
RGB89136190
HSL212°43.72%54.71%
HSB/HSV212°53.16%74.51%
CMYK53.16%28.42%0.00%
25.49%

Color #5988BE in popluar number systems.

HEX5988BE
Decimal89136190
Binary10110011000100010111110
Octal131210276

Shades and tints

Shades of #5988BE

#5988BE
(89,136,190)
#517CAD
(81,124,173)
#49709C
(73,112,156)
#41648B
(65,100,139)
#39587A
(57,88,122)
#314C69
(49,76,105)
#294058
(41,64,88)
#213447
(33,52,71)
#192836
(25,40,54)
#111C25
(17,28,37)
#091014
(9,16,20)
#000000
(0,0,0)

Tints of #5988BE

#5988BE
(89,136,190)
#6892C3
(104,146,195)
#779CC8
(119,156,200)
#86A6CD
(134,166,205)
#95B0D2
(149,176,210)
#A4BAD7
(164,186,215)
#B3C4DC
(179,196,220)
#C2CEE1
(194,206,225)
#D1D8E6
(209,216,230)
#E0E2EB
(224,226,235)
#EFECF0
(239,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5988BE color. Also use rgb(89,136,190) instead hex code.

Text Font Color

.myTextColor { color: #5988BE; }

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

This text font color is #5988BE.


Background Color

.myBgColor { background-color: #5988BE; }

<div style="background-color:#5988BE">Inner text</div>

This div background color is #5988BE.


Border color

.myBorderColor { border: 1px solid #5988BE; }

<div style="border:3px solid #5988BE">Div</div>

This div border color is #5988BE.


Opacity

.myOpacity80 { color: #5988BE; opacity: 0.8; }

<p style="color:#5988BE;opacity:0.8;">80%</p>

Text with #5988BE 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 #5988BE;}

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

This text has shadow with #5988BE color.

.textShadow {text-shadow: 3px 3px 1px #5988BE, 3px 3px 1px red;}

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

This text has shadow with #5988BE primary color and red secondary color.


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

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

This text has shadow with #5988BE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5988BE on black background.


Color preview on white background

This text has color #5988BE on white background.



Black color preview on #5988BE background

This text has black color on #5988BE background.


White color preview on #5988BE background

This text has white color on #5988BE background.