COLOR #5B6088

HEX: #5B6088 RGB: (91,96,136)

Color info

#5B6088 contains red, green and blue colors in about the same proportion. Web safe color of #5B6088 is #666699 (or #669).

RGB color model

#5B6088 color RGB value is (91,96,136).

RGB: (91,96,136) (36%, 38%, 53%)

RGB channels and saturation

R 91 of 255 = 36%
G 96 of 255 = 38%
B 136 of 255 = 53%

91
96
136

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

Portions of RGB colors in percentages

R + G + B = 91 + 96 + 136 = 323 (100%)
R 91 of 323 ~ 28.17%
G 96 of 323 ~ 29.72%
B 136 of 323 ~ 42.11'%

%28.17
%29.72
%42.11

CMYK color model

#5B6088 color CMYK value is (33,29,0,47).

  • cyan value is 33.09%
  • magenta value is 29.41%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (33,29,0,47)
C33M29Y0K47 (33%, 29%, 0%, 47%)
(0.33 / 0.29 / 0.00 / 0.47)

CMYK percentages

%33.09
%29.41
%0
%46.67

Codes

Color #5B6088 in popluar color models

5B 60 88
RGB 91 96 136
HSL 233° 19.82% 44.51%
HSB/HSV 233° 33.09% 53.33%
CMYK 33.09% 29.41% 0.00%
46.67%

Color #5B6088 in popluar number systems.

HEX 5B 60 88
Decimal 91 96 136
Binary 1011011 1100000 10001000
Octal 133 140 210

Shades and tints

Shades of #5B6088

#5B6088
(91,96,136)
#53587C
(83,88,124)
#4B5070
(75,80,112)
#434864
(67,72,100)
#3B4058
(59,64,88)
#33384C
(51,56,76)
#2B3040
(43,48,64)
#232834
(35,40,52)
#1B2028
(27,32,40)
#13181C
(19,24,28)
#0B1010
(11,16,16)
#000000
(0,0,0)

Tints of #5B6088

#5B6088
(91,96,136)
#696E92
(105,110,146)
#777C9C
(119,124,156)
#858AA6
(133,138,166)
#9398B0
(147,152,176)
#A1A6BA
(161,166,186)
#AFB4C4
(175,180,196)
#BDC2CE
(189,194,206)
#CBD0D8
(203,208,216)
#D9DEE2
(217,222,226)
#E7ECEC
(231,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B6088; }

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

This text font color is #5B6088.

Background Color

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

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

This div background color is #5B6088.

Border color

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

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

This div border color is #5B6088.

Opacity

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

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

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

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

This text has shadow with #5B6088 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B6088.

Preview

Color preview on black background

This text has color #5B6088 on black background.


Color preview on white background

This text has color #5B6088 on white background.


Black color preview on #5B6088 background

This text has black color on #5B6088 background.


White color preview on #5B6088 background

This text has white color on #5B6088 background.


Related colors

Complementary color

Complementary color for #hex is #A49F77.


I love getcolorcode.com

Triadic colors

1 #885B60 and #60885B with #5B6088 are triadic colors.

2 #88605B and #605B88 with #5B6088 are triadic colors.