COLOR #5B6CAE

HEX: #5B6CAE RGB: (91,108,174)

Color info

#5B6CAE contains mainly blue color. Web safe color of #5B6CAE is #666699 (or #669).

RGB color model

#5B6CAE color RGB value is (91,108,174).

RGB: (91,108,174) (36%, 42%, 68%)

RGB channels and saturation

R 91 of 255 = 36%
G 108 of 255 = 42%
B 174 of 255 = 68%

91
108
174

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

Portions of RGB colors in percentages

R + G + B = 91 + 108 + 174 = 373 (100%)
R 91 of 373 ~ 24.4%
G 108 of 373 ~ 28.95%
B 174 of 373 ~ 46.65'%

%24.4
%28.95
%46.65

CMYK color model

#5B6CAE color CMYK value is (48,38,0,32).

  • cyan value is 47.70%
  • magenta value is 37.93%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (48,38,0,32)
C48M38Y0K32 (48%, 38%, 0%, 32%)
(0.48 / 0.38 / 0.00 / 0.32)

CMYK percentages

%47.7
%37.93
%0
%31.76

Codes

Color #5B6CAE in popluar color models

5B 6C AE
RGB 91 108 174
HSL 228° 33.88% 51.96%
HSB/HSV 228° 47.70% 68.24%
CMYK 47.70% 37.93% 0.00%
31.76%

Color #5B6CAE in popluar number systems.

HEX 5B 6C AE
Decimal 91 108 174
Binary 1011011 1101100 10101110
Octal 133 154 256

Shades and tints

Shades of #5B6CAE

#5B6CAE
(91,108,174)
#53639F
(83,99,159)
#4B5A90
(75,90,144)
#435181
(67,81,129)
#3B4872
(59,72,114)
#333F63
(51,63,99)
#2B3654
(43,54,84)
#232D45
(35,45,69)
#1B2436
(27,36,54)
#131B27
(19,27,39)
#0B1218
(11,18,24)
#000000
(0,0,0)

Tints of #5B6CAE

#5B6CAE
(91,108,174)
#6979B5
(105,121,181)
#7786BC
(119,134,188)
#8593C3
(133,147,195)
#93A0CA
(147,160,202)
#A1ADD1
(161,173,209)
#AFBAD8
(175,186,216)
#BDC7DF
(189,199,223)
#CBD4E6
(203,212,230)
#D9E1ED
(217,225,237)
#E7EEF4
(231,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B6CAE; }

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

This text font color is #5B6CAE.

Background Color

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

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

This div background color is #5B6CAE.

Border color

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

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

This div border color is #5B6CAE.

Opacity

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

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

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

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

This text has shadow with #5B6CAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B6CAE.

Preview

Color preview on black background

This text has color #5B6CAE on black background.


Color preview on white background

This text has color #5B6CAE on white background.


Black color preview on #5B6CAE background

This text has black color on #5B6CAE background.


White color preview on #5B6CAE background

This text has white color on #5B6CAE background.


Related colors

Complementary color

Complementary color for #hex is #A49351.


I love getcolorcode.com

Triadic colors

1 #AE5B6C and #6CAE5B with #5B6CAE are triadic colors.

2 #AE6C5B and #6C5BAE with #5B6CAE are triadic colors.