COLOR #5894B9

HEX: #5894B9
RGB: (88,148,185)

Color info

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

RGB color model

#5894B9 color RGB value is (88,148,185).

  • red value is 88;
  • green value is 148;
  • blue value is 185.
RGB:
(88,148,185)
(35%,58%,73%)

RGB channels and saturation

R 88 of 255 = 35%
G 148 of 255 = 58%
B 185 of 255 = 73%

88
148
185

R + G + B ~ 55%. #5894B9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 148 + 185 = 421 (100%)
R 88 of 421 ~ 20.9%
G 148 of 421 ~ 35.15%
B 185 of 421 ~ 43.94%

%20.9
%35.15
%43.94

CMYK color model

#5894B9 color CMYK value is (52,20,0,27).

  • cyan value is 52.43%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(52,20,0,27)
C52M20Y0K27 
(52%,20%,0%,27%)
(0.52/0.20/0.00/0.27)	

CMYK percentages

%52.43
%20
%0
%27.45

Codes

Color #5894B9 in popluar color models

5894B9
RGB88148185
HSL203°40.93%53.53%
HSB/HSV203°52.43%72.55%
CMYK52.43%20.00%0.00%
27.45%

Color #5894B9 in popluar number systems.

HEX5894B9
Decimal88148185
Binary10110001001010010111001
Octal130224271

Shades and tints

Shades of #5894B9

#5894B9
(88,148,185)
#5087A9
(80,135,169)
#487A99
(72,122,153)
#406D89
(64,109,137)
#386079
(56,96,121)
#305369
(48,83,105)
#284659
(40,70,89)
#203949
(32,57,73)
#182C39
(24,44,57)
#101F29
(16,31,41)
#081219
(8,18,25)
#000000
(0,0,0)

Tints of #5894B9

#5894B9
(88,148,185)
#679DBF
(103,157,191)
#76A6C5
(118,166,197)
#85AFCB
(133,175,203)
#94B8D1
(148,184,209)
#A3C1D7
(163,193,215)
#B2CADD
(178,202,221)
#C1D3E3
(193,211,227)
#D0DCE9
(208,220,233)
#DFE5EF
(223,229,239)
#EEEEF5
(238,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5894B9 color. Also use rgb(88,148,185) instead hex code.

Text Font Color

.myTextColor { color: #5894B9; }

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

This text font color is #5894B9.


Background Color

.myBgColor { background-color: #5894B9; }

<div style="background-color:#5894B9">Inner text</div>

This div background color is #5894B9.


Border color

.myBorderColor { border: 1px solid #5894B9; }

<div style="border:3px solid #5894B9">Div</div>

This div border color is #5894B9.


Opacity

.myOpacity80 { color: #5894B9; opacity: 0.8; }

<p style="color:#5894B9;opacity:0.8;">80%</p>

Text with #5894B9 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 #5894B9;}

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

This text has shadow with #5894B9 color.

.textShadow {text-shadow: 3px 3px 1px #5894B9, 3px 3px 1px red;}

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

This text has shadow with #5894B9 primary color and red secondary color.


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

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

This text has shadow with #5894B9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5894B9 on black background.


Color preview on white background

This text has color #5894B9 on white background.



Black color preview on #5894B9 background

This text has black color on #5894B9 background.


White color preview on #5894B9 background

This text has white color on #5894B9 background.