COLOR #5B637A

HEX: #5B637A RGB: (91,99,122)

Color info

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

RGB color model

#5B637A color RGB value is (91,99,122).

RGB: (91,99,122) (36%, 39%, 48%)

RGB channels and saturation

R 91 of 255 = 36%
G 99 of 255 = 39%
B 122 of 255 = 48%

91
99
122

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

Portions of RGB colors in percentages

R + G + B = 91 + 99 + 122 = 312 (100%)
R 91 of 312 ~ 29.17%
G 99 of 312 ~ 31.73%
B 122 of 312 ~ 39.1'%

%29.17
%31.73
%39.1

CMYK color model

#5B637A color CMYK value is (25,19,0,52).

  • cyan value is 25.41%
  • magenta value is 18.85%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (25,19,0,52)
C25M19Y0K52 (25%, 19%, 0%, 52%)
(0.25 / 0.19 / 0.00 / 0.52)

CMYK percentages

%25.41
%18.85
%0
%52.16

Codes

Color #5B637A in popluar color models

5B 63 7A
RGB 91 99 122
HSL 225° 14.55% 41.76%
HSB/HSV 225° 25.41% 47.84%
CMYK 25.41% 18.85% 0.00%
52.16%

Color #5B637A in popluar number systems.

HEX 5B 63 7A
Decimal 91 99 122
Binary 1011011 1100011 1111010
Octal 133 143 172

Shades and tints

Shades of #5B637A

#5B637A
(91,99,122)
#535A6F
(83,90,111)
#4B5164
(75,81,100)
#434859
(67,72,89)
#3B3F4E
(59,63,78)
#333643
(51,54,67)
#2B2D38
(43,45,56)
#23242D
(35,36,45)
#1B1B22
(27,27,34)
#131217
(19,18,23)
#0B090C
(11,9,12)
#000000
(0,0,0)

Tints of #5B637A

#5B637A
(91,99,122)
#697186
(105,113,134)
#777F92
(119,127,146)
#858D9E
(133,141,158)
#939BAA
(147,155,170)
#A1A9B6
(161,169,182)
#AFB7C2
(175,183,194)
#BDC5CE
(189,197,206)
#CBD3DA
(203,211,218)
#D9E1E6
(217,225,230)
#E7EFF2
(231,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B637A color. Also use rgb(91,99,122) instead hex code.

Text Font Color

.myTextColor { color: #5B637A; }

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

This text font color is #5B637A.

Background Color

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

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

This div background color is #5B637A.

Border color

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

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

This div border color is #5B637A.

Opacity

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

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

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

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

This text has shadow with #5B637A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B637A.

Preview

Color preview on black background

This text has color #5B637A on black background.


Color preview on white background

This text has color #5B637A on white background.


Black color preview on #5B637A background

This text has black color on #5B637A background.


White color preview on #5B637A background

This text has white color on #5B637A background.


Related colors

Complementary color

Complementary color for #hex is #A49C85.


I love getcolorcode.com

Triadic colors

1 #7A5B63 and #637A5B with #5B637A are triadic colors.

2 #7A635B and #635B7A with #5B637A are triadic colors.