COLOR #5D6277

HEX: #5D6277 RGB: (93,98,119)

Color info

#5D6277 contains red, green and blue colors in about the same proportion. Web safe color of #5D6277 is #666666 (or #666).

RGB color model

#5D6277 color RGB value is (93,98,119).

RGB: (93,98,119) (36%, 38%, 47%)

RGB channels and saturation

R 93 of 255 = 36%
G 98 of 255 = 38%
B 119 of 255 = 47%

93
98
119

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

Portions of RGB colors in percentages

R + G + B = 93 + 98 + 119 = 310 (100%)
R 93 of 310 ~ 30%
G 98 of 310 ~ 31.61%
B 119 of 310 ~ 38.39'%

%30
%31.61
%38.39

CMYK color model

#5D6277 color CMYK value is (22,18,0,53).

  • cyan value is 21.85%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK: (22,18,0,53) C22M18Y0K53 (22%,18%,0%,53%) (0.22/0.18/0.00/0.53) 

CMYK percentages

%21.85
%17.65
%0
%53.33

Codes

Color #5D6277 in popluar color models

5D 62 77
RGB 93 98 119
HSL 228° 12.26% 41.57%
HSB/HSV 228° 21.85% 46.67%
CMYK 21.85% 17.65% 0.00%
53.33%

Color #5D6277 in popluar number systems.

HEX 5D 62 77
Decimal 93 98 119
Binary 1011101 1100010 1110111
Octal 135 142 167

Shades and tints

Shades of #5D6277

#5D6277
(93,98,119)
#555A6D
(85,90,109)
#4D5263
(77,82,99)
#454A59
(69,74,89)
#3D424F
(61,66,79)
#353A45
(53,58,69)
#2D323B
(45,50,59)
#252A31
(37,42,49)
#1D2227
(29,34,39)
#151A1D
(21,26,29)
#0D1213
(13,18,19)
#000000
(0,0,0)

Tints of #5D6277

#5D6277
(93,98,119)
#6B7083
(107,112,131)
#797E8F
(121,126,143)
#878C9B
(135,140,155)
#959AA7
(149,154,167)
#A3A8B3
(163,168,179)
#B1B6BF
(177,182,191)
#BFC4CB
(191,196,203)
#CDD2D7
(205,210,215)
#DBE0E3
(219,224,227)
#E9EEEF
(233,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D6277; }

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

This text font color is #5D6277.

Background Color

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

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

This div background color is #5D6277.

Border color

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

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

This div border color is #5D6277.

Opacity

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

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

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

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

This text has shadow with #5D6277 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D6277.

Preview

Color preview on black background

This text has color #5D6277 on black background.


Color preview on white background

This text has color #5D6277 on white background.


Black color preview on #5D6277 background

This text has black color on #5D6277 background.


White color preview on #5D6277 background

This text has white color on #5D6277 background.


Related colors

Complementary color

Complementary color for #hex is #A29D88.


I love getcolorcode.com

Triadic colors

1 #775D62 and #62775D with #5D6277 are triadic colors.

2 #77625D and #625D77 with #5D6277 are triadic colors.