COLOR #5D808A

HEX: #5D808A
RGB: (93,128,138)

Color info

#5D808A contains red, green and blue colors in about the same proportion. Web safe color of #5D808A is #666699 (or #669).

RGB color model

#5D808A color RGB value is (93,128,138).

  • red value is 93;
  • green value is 128;
  • blue value is 138.
RGB:
(93,128,138)
(36%,50%,54%)

RGB channels and saturation

R 93 of 255 = 36%
G 128 of 255 = 50%
B 138 of 255 = 54%

93
128
138

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

Portions of RGB colors in percentages

R + G + B =
93 + 128 + 138 = 359 (100%)
R 93 of 359 ~ 25.91%
G 128 of 359 ~ 35.65%
B 138 of 359 ~ 38.44%

%25.91
%35.65
%38.44

CMYK color model

#5D808A color CMYK value is (33,7,0,46).

  • cyan value is 32.61%
  • magenta value is 7.25%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(33,7,0,46)
C33M7Y0K46 
(33%,7%,0%,46%)
(0.33/0.07/0.00/0.46)	

CMYK percentages

%32.61
%7.25
%0
%45.88

Codes

Color #5D808A in popluar color models

5D808A
RGB93128138
HSL193°19.48%45.29%
HSB/HSV193°32.61%54.12%
CMYK32.61%7.25%0.00%
45.88%

Color #5D808A in popluar number systems.

HEX5D808A
Decimal93128138
Binary10111011000000010001010
Octal135200212

Shades and tints

Shades of #5D808A

#5D808A
(93,128,138)
#55757E
(85,117,126)
#4D6A72
(77,106,114)
#455F66
(69,95,102)
#3D545A
(61,84,90)
#35494E
(53,73,78)
#2D3E42
(45,62,66)
#253336
(37,51,54)
#1D282A
(29,40,42)
#151D1E
(21,29,30)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #5D808A

#5D808A
(93,128,138)
#6B8B94
(107,139,148)
#79969E
(121,150,158)
#87A1A8
(135,161,168)
#95ACB2
(149,172,178)
#A3B7BC
(163,183,188)
#B1C2C6
(177,194,198)
#BFCDD0
(191,205,208)
#CDD8DA
(205,216,218)
#DBE3E4
(219,227,228)
#E9EEEE
(233,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D808A; }

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

This text font color is #5D808A.


Background Color

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

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

This div background color is #5D808A.


Border color

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

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

This div border color is #5D808A.


Opacity

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

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

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

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

This text has shadow with #5D808A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D808A on black background.


Color preview on white background

This text has color #5D808A on white background.



Black color preview on #5D808A background

This text has black color on #5D808A background.


White color preview on #5D808A background

This text has white color on #5D808A background.