COLOR #5D80B1

HEX: #5D80B1 RGB: (93,128,177)

Color info

#5D80B1 contains mainly green and blue colors. Web safe color of #5D80B1 is #666699 (or #669).

RGB color model

#5D80B1 color RGB value is (93,128,177).

RGB: (93,128,177) (36%, 50%, 69%)

RGB channels and saturation

R 93 of 255 = 36%
G 128 of 255 = 50%
B 177 of 255 = 69%

93
128
177

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

Portions of RGB colors in percentages

R + G + B = 93 + 128 + 177 = 398 (100%)
R 93 of 398 ~ 23.37%
G 128 of 398 ~ 32.16%
B 177 of 398 ~ 44.47'%

%23.37
%32.16
%44.47

CMYK color model

#5D80B1 color CMYK value is (47,28,0,31).

  • cyan value is 47.46%
  • magenta value is 27.68%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (47,28,0,31)
C47M28Y0K31 (47%, 28%, 0%, 31%)
(0.47 / 0.28 / 0.00 / 0.31)

CMYK percentages

%47.46
%27.68
%0
%30.59

Codes

Color #5D80B1 in popluar color models

5D 80 B1
RGB 93 128 177
HSL 215° 35.00% 52.94%
HSB/HSV 215° 47.46% 69.41%
CMYK 47.46% 27.68% 0.00%
30.59%

Color #5D80B1 in popluar number systems.

HEX 5D 80 B1
Decimal 93 128 177
Binary 1011101 10000000 10110001
Octal 135 200 261

Shades and tints

Shades of #5D80B1

#5D80B1
(93,128,177)
#5575A1
(85,117,161)
#4D6A91
(77,106,145)
#455F81
(69,95,129)
#3D5471
(61,84,113)
#354961
(53,73,97)
#2D3E51
(45,62,81)
#253341
(37,51,65)
#1D2831
(29,40,49)
#151D21
(21,29,33)
#0D1211
(13,18,17)
#000000
(0,0,0)

Tints of #5D80B1

#5D80B1
(93,128,177)
#6B8BB8
(107,139,184)
#7996BF
(121,150,191)
#87A1C6
(135,161,198)
#95ACCD
(149,172,205)
#A3B7D4
(163,183,212)
#B1C2DB
(177,194,219)
#BFCDE2
(191,205,226)
#CDD8E9
(205,216,233)
#DBE3F0
(219,227,240)
#E9EEF7
(233,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D80B1 color. Also use rgb(93,128,177) instead hex code.

Text Font Color

.myTextColor { color: #5D80B1; }

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

This text font color is #5D80B1.

Background Color

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

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

This div background color is #5D80B1.

Border color

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

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

This div border color is #5D80B1.

Opacity

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

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

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

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

This text has shadow with #5D80B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D80B1.

Preview

Color preview on black background

This text has color #5D80B1 on black background.


Color preview on white background

This text has color #5D80B1 on white background.


Black color preview on #5D80B1 background

This text has black color on #5D80B1 background.


White color preview on #5D80B1 background

This text has white color on #5D80B1 background.


Related colors

Complementary color

Complementary color for #hex is #A27F4E.


I love getcolorcode.com

Triadic colors

1 #B15D80 and #80B15D with #5D80B1 are triadic colors.

2 #B1805D and #805DB1 with #5D80B1 are triadic colors.