COLOR #5B4F6C

HEX: #5B4F6C RGB: (91,79,108)

Color info

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

RGB color model

#5B4F6C color RGB value is (91,79,108).

RGB: (91,79,108) (36%, 31%, 42%)

RGB channels and saturation

R 91 of 255 = 36%
G 79 of 255 = 31%
B 108 of 255 = 42%

91
79
108

R + G + B ~ 36%. #5B4F6C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 91 + 79 + 108 = 278 (100%)
R 91 of 278 ~ 32.73%
G 79 of 278 ~ 28.42%
B 108 of 278 ~ 38.85'%

%32.73
%28.42
%38.85

CMYK color model

#5B4F6C color CMYK value is (16,27,0,58).

  • cyan value is 15.74%
  • magenta value is 26.85%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (16,27,0,58)
C16M27Y0K58 (16%, 27%, 0%, 58%)
(0.16 / 0.27 / 0.00 / 0.58)

CMYK percentages

%15.74
%26.85
%0
%57.65

Codes

Color #5B4F6C in popluar color models

5B 4F 6C
RGB 91 79 108
HSL 265° 15.51% 36.67%
HSB/HSV 265° 26.85% 42.35%
CMYK 15.74% 26.85% 0.00%
57.65%

Color #5B4F6C in popluar number systems.

HEX 5B 4F 6C
Decimal 91 79 108
Binary 1011011 1001111 1101100
Octal 133 117 154

Shades and tints

Shades of #5B4F6C

#5B4F6C
(91,79,108)
#534863
(83,72,99)
#4B415A
(75,65,90)
#433A51
(67,58,81)
#3B3348
(59,51,72)
#332C3F
(51,44,63)
#2B2536
(43,37,54)
#231E2D
(35,30,45)
#1B1724
(27,23,36)
#13101B
(19,16,27)
#0B0912
(11,9,18)
#000000
(0,0,0)

Tints of #5B4F6C

#5B4F6C
(91,79,108)
#695F79
(105,95,121)
#776F86
(119,111,134)
#857F93
(133,127,147)
#938FA0
(147,143,160)
#A19FAD
(161,159,173)
#AFAFBA
(175,175,186)
#BDBFC7
(189,191,199)
#CBCFD4
(203,207,212)
#D9DFE1
(217,223,225)
#E7EFEE
(231,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B4F6C color. Also use rgb(91,79,108) instead hex code.

Text Font Color

.myTextColor { color: #5B4F6C; }

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

This text font color is #5B4F6C.

Background Color

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

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

This div background color is #5B4F6C.

Border color

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

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

This div border color is #5B4F6C.

Opacity

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

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

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

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

This text has shadow with #5B4F6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B4F6C.

Preview

Color preview on black background

This text has color #5B4F6C on black background.


Color preview on white background

This text has color #5B4F6C on white background.


Black color preview on #5B4F6C background

This text has black color on #5B4F6C background.


White color preview on #5B4F6C background

This text has white color on #5B4F6C background.


Related colors

Complementary color

Complementary color for #hex is #A4B093.


I love getcolorcode.com

Triadic colors

1 #6C5B4F and #4F6C5B with #5B4F6C are triadic colors.

2 #6C4F5B and #4F5B6C with #5B4F6C are triadic colors.