COLOR #5795CC

HEX: #5795CC
RGB: (87,149,204)

Color info

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

RGB color model

#5795CC color RGB value is (87,149,204).

  • red value is 87;
  • green value is 149;
  • blue value is 204.
RGB:
(87,149,204)
(34%,58%,80%)

RGB channels and saturation

R 87 of 255 = 34%
G 149 of 255 = 58%
B 204 of 255 = 80%

87
149
204

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

Portions of RGB colors in percentages

R + G + B =
87 + 149 + 204 = 440 (100%)
R 87 of 440 ~ 19.77%
G 149 of 440 ~ 33.86%
B 204 of 440 ~ 46.36%

%19.77
%33.86
%46.36

CMYK color model

#5795CC color CMYK value is (57,27,0,20).

  • cyan value is 57.35%
  • magenta value is 26.96%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(57,27,0,20)
C57M27Y0K20 
(57%,27%,0%,20%)
(0.57/0.27/0.00/0.20)	

CMYK percentages

%57.35
%26.96
%0
%20

Codes

Color #5795CC in popluar color models

5795CC
RGB87149204
HSL208°53.42%57.06%
HSB/HSV208°57.35%80.00%
CMYK57.35%26.96%0.00%
20.00%

Color #5795CC in popluar number systems.

HEX5795CC
Decimal87149204
Binary10101111001010111001100
Octal127225314

Shades and tints

Shades of #5795CC

#5795CC
(87,149,204)
#5088BA
(80,136,186)
#497BA8
(73,123,168)
#426E96
(66,110,150)
#3B6184
(59,97,132)
#345472
(52,84,114)
#2D4760
(45,71,96)
#263A4E
(38,58,78)
#1F2D3C
(31,45,60)
#18202A
(24,32,42)
#111318
(17,19,24)
#000000
(0,0,0)

Tints of #5795CC

#5795CC
(87,149,204)
#669ED0
(102,158,208)
#75A7D4
(117,167,212)
#84B0D8
(132,176,216)
#93B9DC
(147,185,220)
#A2C2E0
(162,194,224)
#B1CBE4
(177,203,228)
#C0D4E8
(192,212,232)
#CFDDEC
(207,221,236)
#DEE6F0
(222,230,240)
#EDEFF4
(237,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5795CC color. Also use rgb(87,149,204) instead hex code.

Text Font Color

.myTextColor { color: #5795CC; }

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

This text font color is #5795CC.


Background Color

.myBgColor { background-color: #5795CC; }

<div style="background-color:#5795CC">Inner text</div>

This div background color is #5795CC.


Border color

.myBorderColor { border: 1px solid #5795CC; }

<div style="border:3px solid #5795CC">Div</div>

This div border color is #5795CC.


Opacity

.myOpacity80 { color: #5795CC; opacity: 0.8; }

<p style="color:#5795CC;opacity:0.8;">80%</p>

Text with #5795CC 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 #5795CC;}

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

This text has shadow with #5795CC color.

.textShadow {text-shadow: 3px 3px 1px #5795CC, 3px 3px 1px red;}

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

This text has shadow with #5795CC primary color and red secondary color.


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

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

This text has shadow with #5795CC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5795CC on black background.


Color preview on white background

This text has color #5795CC on white background.



Black color preview on #5795CC background

This text has black color on #5795CC background.


White color preview on #5795CC background

This text has white color on #5795CC background.