COLOR #5D77CB

HEX: #5D77CB
RGB: (93,119,203)

Color info

#5D77CB contains mainly blue color. Web safe color of #5D77CB is #6666CC (or #66C).

RGB color model

#5D77CB color RGB value is (93,119,203).

  • red value is 93;
  • green value is 119;
  • blue value is 203.
RGB:
(93,119,203)
(36%,47%,80%)

RGB channels and saturation

R 93 of 255 = 36%
G 119 of 255 = 47%
B 203 of 255 = 80%

93
119
203

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

Portions of RGB colors in percentages

R + G + B =
93 + 119 + 203 = 415 (100%)
R 93 of 415 ~ 22.41%
G 119 of 415 ~ 28.67%
B 203 of 415 ~ 48.92%

%22.41
%28.67
%48.92

CMYK color model

#5D77CB color CMYK value is (54,41,0,20).

  • cyan value is 54.19%
  • magenta value is 41.38%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(54,41,0,20)
C54M41Y0K20 
(54%,41%,0%,20%)
(0.54/0.41/0.00/0.20)	

CMYK percentages

%54.19
%41.38
%0
%20.39

Codes

Color #5D77CB in popluar color models

5D77CB
RGB93119203
HSL226°51.40%58.04%
HSB/HSV226°54.19%79.61%
CMYK54.19%41.38%0.00%
20.39%

Color #5D77CB in popluar number systems.

HEX5D77CB
Decimal93119203
Binary1011101111011111001011
Octal135167313

Shades and tints

Shades of #5D77CB

#5D77CB
(93,119,203)
#556DB9
(85,109,185)
#4D63A7
(77,99,167)
#455995
(69,89,149)
#3D4F83
(61,79,131)
#354571
(53,69,113)
#2D3B5F
(45,59,95)
#25314D
(37,49,77)
#1D273B
(29,39,59)
#151D29
(21,29,41)
#0D1317
(13,19,23)
#000000
(0,0,0)

Tints of #5D77CB

#5D77CB
(93,119,203)
#6B83CF
(107,131,207)
#798FD3
(121,143,211)
#879BD7
(135,155,215)
#95A7DB
(149,167,219)
#A3B3DF
(163,179,223)
#B1BFE3
(177,191,227)
#BFCBE7
(191,203,231)
#CDD7EB
(205,215,235)
#DBE3EF
(219,227,239)
#E9EFF3
(233,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D77CB color. Also use rgb(93,119,203) instead hex code.

Text Font Color

.myTextColor { color: #5D77CB; }

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

This text font color is #5D77CB.


Background Color

.myBgColor { background-color: #5D77CB; }

<div style="background-color:#5D77CB">Inner text</div>

This div background color is #5D77CB.


Border color

.myBorderColor { border: 1px solid #5D77CB; }

<div style="border:3px solid #5D77CB">Div</div>

This div border color is #5D77CB.


Opacity

.myOpacity80 { color: #5D77CB; opacity: 0.8; }

<p style="color:#5D77CB;opacity:0.8;">80%</p>

Text with #5D77CB 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 #5D77CB;}

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

This text has shadow with #5D77CB color.

.textShadow {text-shadow: 3px 3px 1px #5D77CB, 3px 3px 1px red;}

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

This text has shadow with #5D77CB primary color and red secondary color.


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

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

This text has shadow with #5D77CB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D77CB on black background.


Color preview on white background

This text has color #5D77CB on white background.



Black color preview on #5D77CB background

This text has black color on #5D77CB background.


White color preview on #5D77CB background

This text has white color on #5D77CB background.