COLOR #5997E0

HEX: #5997E0
RGB: (89,151,224)

Color info

#5997E0 contains mainly blue color. Web safe color of #5997E0 is #6699CC (or #69C).

RGB color model

#5997E0 color RGB value is (89,151,224).

  • red value is 89;
  • green value is 151;
  • blue value is 224.
RGB:
(89,151,224)
(35%,59%,88%)

RGB channels and saturation

R 89 of 255 = 35%
G 151 of 255 = 59%
B 224 of 255 = 88%

89
151
224

R + G + B ~ 61%. #5997E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
89 + 151 + 224 = 464 (100%)
R 89 of 464 ~ 19.18%
G 151 of 464 ~ 32.54%
B 224 of 464 ~ 48.28%

%19.18
%32.54
%48.28

CMYK color model

#5997E0 color CMYK value is (60,33,0,12).

  • cyan value is 60.27%
  • magenta value is 32.59%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(60,33,0,12)
C60M33Y0K12 
(60%,33%,0%,12%)
(0.60/0.33/0.00/0.12)	

CMYK percentages

%60.27
%32.59
%0
%12.16

Codes

Color #5997E0 in popluar color models

5997E0
RGB89151224
HSL212°68.53%61.37%
HSB/HSV212°60.27%87.84%
CMYK60.27%32.59%0.00%
12.16%

Color #5997E0 in popluar number systems.

HEX5997E0
Decimal89151224
Binary10110011001011111100000
Octal131227340

Shades and tints

Shades of #5997E0

#5997E0
(89,151,224)
#518ACC
(81,138,204)
#497DB8
(73,125,184)
#4170A4
(65,112,164)
#396390
(57,99,144)
#31567C
(49,86,124)
#294968
(41,73,104)
#213C54
(33,60,84)
#192F40
(25,47,64)
#11222C
(17,34,44)
#091518
(9,21,24)
#000000
(0,0,0)

Tints of #5997E0

#5997E0
(89,151,224)
#68A0E2
(104,160,226)
#77A9E4
(119,169,228)
#86B2E6
(134,178,230)
#95BBE8
(149,187,232)
#A4C4EA
(164,196,234)
#B3CDEC
(179,205,236)
#C2D6EE
(194,214,238)
#D1DFF0
(209,223,240)
#E0E8F2
(224,232,242)
#EFF1F4
(239,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5997E0 color. Also use rgb(89,151,224) instead hex code.

Text Font Color

.myTextColor { color: #5997E0; }

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

This text font color is #5997E0.


Background Color

.myBgColor { background-color: #5997E0; }

<div style="background-color:#5997E0">Inner text</div>

This div background color is #5997E0.


Border color

.myBorderColor { border: 1px solid #5997E0; }

<div style="border:3px solid #5997E0">Div</div>

This div border color is #5997E0.


Opacity

.myOpacity80 { color: #5997E0; opacity: 0.8; }

<p style="color:#5997E0;opacity:0.8;">80%</p>

Text with #5997E0 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 #5997E0;}

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

This text has shadow with #5997E0 color.

.textShadow {text-shadow: 3px 3px 1px #5997E0, 3px 3px 1px red;}

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

This text has shadow with #5997E0 primary color and red secondary color.


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

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

This text has shadow with #5997E0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5997E0 on black background.


Color preview on white background

This text has color #5997E0 on white background.



Black color preview on #5997E0 background

This text has black color on #5997E0 background.


White color preview on #5997E0 background

This text has white color on #5997E0 background.