COLOR #5B6077

HEX: #5B6077 RGB: (91,96,119)

Color info

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

RGB color model

#5B6077 color RGB value is (91,96,119).

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

RGB channels and saturation

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

91
96
119

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

Portions of RGB colors in percentages

R + G + B = 91 + 96 + 119 = 306 (100%)
R 91 of 306 ~ 29.74%
G 96 of 306 ~ 31.37%
B 119 of 306 ~ 38.89'%

%29.74
%31.37
%38.89

CMYK color model

#5B6077 color CMYK value is (24,19,0,53).

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

CMYK: (24,19,0,53)
C24M19Y0K53 (24%, 19%, 0%, 53%)
(0.24 / 0.19 / 0.00 / 0.53)

CMYK percentages

%23.53
%19.33
%0
%53.33

Codes

Color #5B6077 in popluar color models

5B 60 77
RGB 91 96 119
HSL 229° 13.33% 41.18%
HSB/HSV 229° 23.53% 46.67%
CMYK 23.53% 19.33% 0.00%
53.33%

Color #5B6077 in popluar number systems.

HEX 5B 60 77
Decimal 91 96 119
Binary 1011011 1100000 1110111
Octal 133 140 167

Shades and tints

Shades of #5B6077

#5B6077
(91,96,119)
#53586D
(83,88,109)
#4B5063
(75,80,99)
#434859
(67,72,89)
#3B404F
(59,64,79)
#333845
(51,56,69)
#2B303B
(43,48,59)
#232831
(35,40,49)
#1B2027
(27,32,39)
#13181D
(19,24,29)
#0B1013
(11,16,19)
#000000
(0,0,0)

Tints of #5B6077

#5B6077
(91,96,119)
#696E83
(105,110,131)
#777C8F
(119,124,143)
#858A9B
(133,138,155)
#9398A7
(147,152,167)
#A1A6B3
(161,166,179)
#AFB4BF
(175,180,191)
#BDC2CB
(189,194,203)
#CBD0D7
(203,208,215)
#D9DEE3
(217,222,227)
#E7ECEF
(231,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B6077; }

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

This text font color is #5B6077.

Background Color

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

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

This div background color is #5B6077.

Border color

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

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

This div border color is #5B6077.

Opacity

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

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

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

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

This text has shadow with #5B6077 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B6077.

Preview

Color preview on black background

This text has color #5B6077 on black background.


Color preview on white background

This text has color #5B6077 on white background.


Black color preview on #5B6077 background

This text has black color on #5B6077 background.


White color preview on #5B6077 background

This text has white color on #5B6077 background.


Related colors

Complementary color

Complementary color for #hex is #A49F88.


I love getcolorcode.com

Triadic colors

1 #775B60 and #60775B with #5B6077 are triadic colors.

2 #77605B and #605B77 with #5B6077 are triadic colors.