COLOR #5D77AA

HEX: #5D77AA RGB: (93,119,170)

Color info

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

RGB color model

#5D77AA color RGB value is (93,119,170).

RGB: (93,119,170) (36%, 47%, 67%)

RGB channels and saturation

R 93 of 255 = 36%
G 119 of 255 = 47%
B 170 of 255 = 67%

93
119
170

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

Portions of RGB colors in percentages

R + G + B = 93 + 119 + 170 = 382 (100%)
R 93 of 382 ~ 24.35%
G 119 of 382 ~ 31.15%
B 170 of 382 ~ 44.5'%

%24.35
%31.15
%44.5

CMYK color model

#5D77AA color CMYK value is (45,30,0,33).

  • cyan value is 45.29%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (45,30,0,33)
C45M30Y0K33 (45%, 30%, 0%, 33%)
(0.45 / 0.30 / 0.00 / 0.33)

CMYK percentages

%45.29
%30
%0
%33.33

Codes

Color #5D77AA in popluar color models

5D 77 AA
RGB 93 119 170
HSL 220° 31.17% 51.57%
HSB/HSV 220° 45.29% 66.67%
CMYK 45.29% 30.00% 0.00%
33.33%

Color #5D77AA in popluar number systems.

HEX 5D 77 AA
Decimal 93 119 170
Binary 1011101 1110111 10101010
Octal 135 167 252

Shades and tints

Shades of #5D77AA

#5D77AA
(93,119,170)
#556D9B
(85,109,155)
#4D638C
(77,99,140)
#45597D
(69,89,125)
#3D4F6E
(61,79,110)
#35455F
(53,69,95)
#2D3B50
(45,59,80)
#253141
(37,49,65)
#1D2732
(29,39,50)
#151D23
(21,29,35)
#0D1314
(13,19,20)
#000000
(0,0,0)

Tints of #5D77AA

#5D77AA
(93,119,170)
#6B83B1
(107,131,177)
#798FB8
(121,143,184)
#879BBF
(135,155,191)
#95A7C6
(149,167,198)
#A3B3CD
(163,179,205)
#B1BFD4
(177,191,212)
#BFCBDB
(191,203,219)
#CDD7E2
(205,215,226)
#DBE3E9
(219,227,233)
#E9EFF0
(233,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D77AA; }

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

This text font color is #5D77AA.

Background Color

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

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

This div background color is #5D77AA.

Border color

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

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

This div border color is #5D77AA.

Opacity

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

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

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

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

This text has shadow with #5D77AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D77AA.

Preview

Color preview on black background

This text has color #5D77AA on black background.


Color preview on white background

This text has color #5D77AA on white background.


Black color preview on #5D77AA background

This text has black color on #5D77AA background.


White color preview on #5D77AA background

This text has white color on #5D77AA background.


Related colors

Complementary color

Complementary color for #hex is #A28855.


I love getcolorcode.com

Triadic colors

1 #AA5D77 and #77AA5D with #5D77AA are triadic colors.

2 #AA775D and #775DAA with #5D77AA are triadic colors.