COLOR #5B7E7C

HEX: #5B7E7C RGB: (91,126,124)

Color info

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

RGB color model

#5B7E7C color RGB value is (91,126,124).

RGB: (91,126,124) (36%, 49%, 49%)

RGB channels and saturation

R 91 of 255 = 36%
G 126 of 255 = 49%
B 124 of 255 = 49%

91
126
124

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

Portions of RGB colors in percentages

R + G + B = 91 + 126 + 124 = 341 (100%)
R 91 of 341 ~ 26.69%
G 126 of 341 ~ 36.95%
B 124 of 341 ~ 36.36'%

%26.69
%36.95
%36.36

CMYK color model

#5B7E7C color CMYK value is (28,0,2,51).

  • cyan value is 27.78%
  • magenta value is 0.00%
  • yellow value is 1.59%
  • key color value is 50.59%

CMYK: (28,0,2,51)
C28M0Y2K51 (28%, 0%, 2%, 51%)
(0.28 / 0.00 / 0.02 / 0.51)

CMYK percentages

%27.78
%0
%1.59
%50.59

Codes

Color #5B7E7C in popluar color models

5B 7E 7C
RGB 91 126 124
HSL 177° 16.13% 42.55%
HSB/HSV 177° 27.78% 49.41%
CMYK 27.78% 0.00% 1.59%
50.59%

Color #5B7E7C in popluar number systems.

HEX 5B 7E 7C
Decimal 91 126 124
Binary 1011011 1111110 1111100
Octal 133 176 174

Shades and tints

Shades of #5B7E7C

#5B7E7C
(91,126,124)
#537371
(83,115,113)
#4B6866
(75,104,102)
#435D5B
(67,93,91)
#3B5250
(59,82,80)
#334745
(51,71,69)
#2B3C3A
(43,60,58)
#23312F
(35,49,47)
#1B2624
(27,38,36)
#131B19
(19,27,25)
#0B100E
(11,16,14)
#000000
(0,0,0)

Tints of #5B7E7C

#5B7E7C
(91,126,124)
#698987
(105,137,135)
#779492
(119,148,146)
#859F9D
(133,159,157)
#93AAA8
(147,170,168)
#A1B5B3
(161,181,179)
#AFC0BE
(175,192,190)
#BDCBC9
(189,203,201)
#CBD6D4
(203,214,212)
#D9E1DF
(217,225,223)
#E7ECEA
(231,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B7E7C color. Also use rgb(91,126,124) instead hex code.

Text Font Color

.myTextColor { color: #5B7E7C; }

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

This text font color is #5B7E7C.

Background Color

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

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

This div background color is #5B7E7C.

Border color

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

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

This div border color is #5B7E7C.

Opacity

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

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

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

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

This text has shadow with #5B7E7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B7E7C.

Preview

Color preview on black background

This text has color #5B7E7C on black background.


Color preview on white background

This text has color #5B7E7C on white background.


Black color preview on #5B7E7C background

This text has black color on #5B7E7C background.


White color preview on #5B7E7C background

This text has white color on #5B7E7C background.


Related colors

Complementary color

Complementary color for #hex is #A48183.


I love getcolorcode.com

Triadic colors

1 #7C5B7E and #7E7C5B with #5B7E7C are triadic colors.

2 #7C7E5B and #7E5B7C with #5B7E7C are triadic colors.