COLOR #5D769C

HEX: #5D769C RGB: (93,118,156)

Color info

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

RGB color model

#5D769C color RGB value is (93,118,156).

RGB: (93,118,156) (36%, 46%, 61%)

RGB channels and saturation

R 93 of 255 = 36%
G 118 of 255 = 46%
B 156 of 255 = 61%

93
118
156

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

Portions of RGB colors in percentages

R + G + B = 93 + 118 + 156 = 367 (100%)
R 93 of 367 ~ 25.34%
G 118 of 367 ~ 32.15%
B 156 of 367 ~ 42.51'%

%25.34
%32.15
%42.51

CMYK color model

#5D769C color CMYK value is (40,24,0,39).

  • cyan value is 40.38%
  • magenta value is 24.36%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (40,24,0,39)
C40M24Y0K39 (40%, 24%, 0%, 39%)
(0.40 / 0.24 / 0.00 / 0.39)

CMYK percentages

%40.38
%24.36
%0
%38.82

Codes

Color #5D769C in popluar color models

5D 76 9C
RGB 93 118 156
HSL 216° 25.30% 48.82%
HSB/HSV 216° 40.38% 61.18%
CMYK 40.38% 24.36% 0.00%
38.82%

Color #5D769C in popluar number systems.

HEX 5D 76 9C
Decimal 93 118 156
Binary 1011101 1110110 10011100
Octal 135 166 234

Shades and tints

Shades of #5D769C

#5D769C
(93,118,156)
#556C8E
(85,108,142)
#4D6280
(77,98,128)
#455872
(69,88,114)
#3D4E64
(61,78,100)
#354456
(53,68,86)
#2D3A48
(45,58,72)
#25303A
(37,48,58)
#1D262C
(29,38,44)
#151C1E
(21,28,30)
#0D1210
(13,18,16)
#000000
(0,0,0)

Tints of #5D769C

#5D769C
(93,118,156)
#6B82A5
(107,130,165)
#798EAE
(121,142,174)
#879AB7
(135,154,183)
#95A6C0
(149,166,192)
#A3B2C9
(163,178,201)
#B1BED2
(177,190,210)
#BFCADB
(191,202,219)
#CDD6E4
(205,214,228)
#DBE2ED
(219,226,237)
#E9EEF6
(233,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D769C color. Also use rgb(93,118,156) instead hex code.

Text Font Color

.myTextColor { color: #5D769C; }

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

This text font color is #5D769C.

Background Color

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

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

This div background color is #5D769C.

Border color

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

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

This div border color is #5D769C.

Opacity

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

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

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

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

This text has shadow with #5D769C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D769C.

Preview

Color preview on black background

This text has color #5D769C on black background.


Color preview on white background

This text has color #5D769C on white background.


Black color preview on #5D769C background

This text has black color on #5D769C background.


White color preview on #5D769C background

This text has white color on #5D769C background.


Related colors

Complementary color

Complementary color for #hex is #A28963.


I love getcolorcode.com

Triadic colors

1 #9C5D76 and #769C5D with #5D769C are triadic colors.

2 #9C765D and #765D9C with #5D769C are triadic colors.