COLOR #5904C7

HEX: #5904C7
RGB: (89,4,199)

Color info

#5904C7 contains mainly blue color. Web safe color of #5904C7 is #6600CC (or #60C).

RGB color model

#5904C7 color RGB value is (89,4,199).

  • red value is 89;
  • green value is 4;
  • blue value is 199.
RGB:
(89,4,199)
(35%,2%,78%)

RGB channels and saturation

R 89 of 255 = 35%
G 4 of 255 = 2%
B 199 of 255 = 78%

89
4
199

R + G + B ~ 38%. #5904C7 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 4 + 199 = 292 (100%)
R 89 of 292 ~ 30.48%
G 4 of 292 ~ 1.37%
B 199 of 292 ~ 68.15%

%30.48
%68.15

CMYK color model

#5904C7 color CMYK value is (55,98,0,22).

  • cyan value is 55.28%
  • magenta value is 97.99%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(55,98,0,22)
C55M98Y0K22 
(55%,98%,0%,22%)
(0.55/0.98/0.00/0.22)	

CMYK percentages

%55.28
%97.99
%0
%21.96

Codes

Color #5904C7 in popluar color models

5904C7
RGB894199
HSL266°96.06%39.80%
HSB/HSV266°97.99%78.04%
CMYK55.28%97.99%0.00%
21.96%

Color #5904C7 in popluar number systems.

HEX5904C7
Decimal894199
Binary101100110011000111
Octal1314307

Shades and tints

Shades of #5904C7

#5904C7
(89,4,199)
#5104B5
(81,4,181)
#4904A3
(73,4,163)
#410491
(65,4,145)
#39047F
(57,4,127)
#31046D
(49,4,109)
#29045B
(41,4,91)
#210449
(33,4,73)
#190437
(25,4,55)
#110425
(17,4,37)
#090413
(9,4,19)
#000000
(0,0,0)

Tints of #5904C7

#5904C7
(89,4,199)
#681ACC
(104,26,204)
#7730D1
(119,48,209)
#8646D6
(134,70,214)
#955CDB
(149,92,219)
#A472E0
(164,114,224)
#B388E5
(179,136,229)
#C29EEA
(194,158,234)
#D1B4EF
(209,180,239)
#E0CAF4
(224,202,244)
#EFE0F9
(239,224,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5904C7 color. Also use rgb(89,4,199) instead hex code.

Text Font Color

.myTextColor { color: #5904C7; }

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

This text font color is #5904C7.


Background Color

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

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

This div background color is #5904C7.


Border color

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

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

This div border color is #5904C7.


Opacity

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

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

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

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

This text has shadow with #5904C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5904C7 on black background.


Color preview on white background

This text has color #5904C7 on white background.



Black color preview on #5904C7 background

This text has black color on #5904C7 background.


White color preview on #5904C7 background

This text has white color on #5904C7 background.