COLOR #5B627A

HEX: #5B627A RGB: (91,98,122)

Color info

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

RGB color model

#5B627A color RGB value is (91,98,122).

RGB: (91,98,122) (36%, 38%, 48%)

RGB channels and saturation

R 91 of 255 = 36%
G 98 of 255 = 38%
B 122 of 255 = 48%

91
98
122

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

Portions of RGB colors in percentages

R + G + B = 91 + 98 + 122 = 311 (100%)
R 91 of 311 ~ 29.26%
G 98 of 311 ~ 31.51%
B 122 of 311 ~ 39.23'%

%29.26
%31.51
%39.23

CMYK color model

#5B627A color CMYK value is (25,20,0,52).

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

CMYK: (25,20,0,52)
C25M20Y0K52 (25%, 20%, 0%, 52%)
(0.25 / 0.20 / 0.00 / 0.52)

CMYK percentages

%25.41
%19.67
%0
%52.16

Codes

Color #5B627A in popluar color models

5B 62 7A
RGB 91 98 122
HSL 226° 14.55% 41.76%
HSB/HSV 226° 25.41% 47.84%
CMYK 25.41% 19.67% 0.00%
52.16%

Color #5B627A in popluar number systems.

HEX 5B 62 7A
Decimal 91 98 122
Binary 1011011 1100010 1111010
Octal 133 142 172

Shades and tints

Shades of #5B627A

#5B627A
(91,98,122)
#535A6F
(83,90,111)
#4B5264
(75,82,100)
#434A59
(67,74,89)
#3B424E
(59,66,78)
#333A43
(51,58,67)
#2B3238
(43,50,56)
#232A2D
(35,42,45)
#1B2222
(27,34,34)
#131A17
(19,26,23)
#0B120C
(11,18,12)
#000000
(0,0,0)

Tints of #5B627A

#5B627A
(91,98,122)
#697086
(105,112,134)
#777E92
(119,126,146)
#858C9E
(133,140,158)
#939AAA
(147,154,170)
#A1A8B6
(161,168,182)
#AFB6C2
(175,182,194)
#BDC4CE
(189,196,206)
#CBD2DA
(203,210,218)
#D9E0E6
(217,224,230)
#E7EEF2
(231,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B627A; }

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

This text font color is #5B627A.

Background Color

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

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

This div background color is #5B627A.

Border color

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

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

This div border color is #5B627A.

Opacity

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

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

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

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

This text has shadow with #5B627A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B627A.

Preview

Color preview on black background

This text has color #5B627A on black background.


Color preview on white background

This text has color #5B627A on white background.


Black color preview on #5B627A background

This text has black color on #5B627A background.


White color preview on #5B627A background

This text has white color on #5B627A background.


Related colors

Complementary color

Complementary color for #hex is #A49D85.


I love getcolorcode.com

Triadic colors

1 #7A5B62 and #627A5B with #5B627A are triadic colors.

2 #7A625B and #625B7A with #5B627A are triadic colors.