COLOR #5B6277

HEX: #5B6277 RGB: (91,98,119)

Color info

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

RGB color model

#5B6277 color RGB value is (91,98,119).

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

RGB channels and saturation

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

91
98
119

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

Portions of RGB colors in percentages

R + G + B = 91 + 98 + 119 = 308 (100%)
R 91 of 308 ~ 29.55%
G 98 of 308 ~ 31.82%
B 119 of 308 ~ 38.64'%

%29.55
%31.82
%38.64

CMYK color model

#5B6277 color CMYK value is (24,18,0,53).

  • cyan value is 23.53%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 53.33%

CMYK: (24,18,0,53)
C24M18Y0K53 (24%, 18%, 0%, 53%)
(0.24 / 0.18 / 0.00 / 0.53)

CMYK percentages

%23.53
%17.65
%0
%53.33

Codes

Color #5B6277 in popluar color models

5B 62 77
RGB 91 98 119
HSL 225° 13.33% 41.18%
HSB/HSV 225° 23.53% 46.67%
CMYK 23.53% 17.65% 0.00%
53.33%

Color #5B6277 in popluar number systems.

HEX 5B 62 77
Decimal 91 98 119
Binary 1011011 1100010 1110111
Octal 133 142 167

Shades and tints

Shades of #5B6277

#5B6277
(91,98,119)
#535A6D
(83,90,109)
#4B5263
(75,82,99)
#434A59
(67,74,89)
#3B424F
(59,66,79)
#333A45
(51,58,69)
#2B323B
(43,50,59)
#232A31
(35,42,49)
#1B2227
(27,34,39)
#131A1D
(19,26,29)
#0B1213
(11,18,19)
#000000
(0,0,0)

Tints of #5B6277

#5B6277
(91,98,119)
#697083
(105,112,131)
#777E8F
(119,126,143)
#858C9B
(133,140,155)
#939AA7
(147,154,167)
#A1A8B3
(161,168,179)
#AFB6BF
(175,182,191)
#BDC4CB
(189,196,203)
#CBD2D7
(203,210,215)
#D9E0E3
(217,224,227)
#E7EEEF
(231,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B6277; }

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

This text font color is #5B6277.

Background Color

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

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

This div background color is #5B6277.

Border color

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

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

This div border color is #5B6277.

Opacity

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

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

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

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

This text has shadow with #5B6277 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B6277.

Preview

Color preview on black background

This text has color #5B6277 on black background.


Color preview on white background

This text has color #5B6277 on white background.


Black color preview on #5B6277 background

This text has black color on #5B6277 background.


White color preview on #5B6277 background

This text has white color on #5B6277 background.


Related colors

Complementary color

Complementary color for #hex is #A49D88.


I love getcolorcode.com

Triadic colors

1 #775B62 and #62775B with #5B6277 are triadic colors.

2 #77625B and #625B77 with #5B6277 are triadic colors.