COLOR #5C6B88

HEX: #5C6B88
RGB: (92,107,136)

Color info

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

RGB color model

#5C6B88 color RGB value is (92,107,136).

  • red value is 92;
  • green value is 107;
  • blue value is 136.
RGB:
(92,107,136)
(36%,42%,53%)

RGB channels and saturation

R 92 of 255 = 36%
G 107 of 255 = 42%
B 136 of 255 = 53%

92
107
136

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

Portions of RGB colors in percentages

R + G + B =
92 + 107 + 136 = 335 (100%)
R 92 of 335 ~ 27.46%
G 107 of 335 ~ 31.94%
B 136 of 335 ~ 40.6%

%27.46
%31.94
%40.6

CMYK color model

#5C6B88 color CMYK value is (32,21,0,47).

  • cyan value is 32.35%
  • magenta value is 21.32%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(32,21,0,47)
C32M21Y0K47 
(32%,21%,0%,47%)
(0.32/0.21/0.00/0.47)	

CMYK percentages

%32.35
%21.32
%0
%46.67

Codes

Color #5C6B88 in popluar color models

5C6B88
RGB92107136
HSL220°19.30%44.71%
HSB/HSV220°32.35%53.33%
CMYK32.35%21.32%0.00%
46.67%

Color #5C6B88 in popluar number systems.

HEX5C6B88
Decimal92107136
Binary1011100110101110001000
Octal134153210

Shades and tints

Shades of #5C6B88

#5C6B88
(92,107,136)
#54627C
(84,98,124)
#4C5970
(76,89,112)
#445064
(68,80,100)
#3C4758
(60,71,88)
#343E4C
(52,62,76)
#2C3540
(44,53,64)
#242C34
(36,44,52)
#1C2328
(28,35,40)
#141A1C
(20,26,28)
#0C1110
(12,17,16)
#000000
(0,0,0)

Tints of #5C6B88

#5C6B88
(92,107,136)
#6A7892
(106,120,146)
#78859C
(120,133,156)
#8692A6
(134,146,166)
#949FB0
(148,159,176)
#A2ACBA
(162,172,186)
#B0B9C4
(176,185,196)
#BEC6CE
(190,198,206)
#CCD3D8
(204,211,216)
#DAE0E2
(218,224,226)
#E8EDEC
(232,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C6B88 color. Also use rgb(92,107,136) instead hex code.

Text Font Color

.myTextColor { color: #5C6B88; }

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

This text font color is #5C6B88.


Background Color

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

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

This div background color is #5C6B88.


Border color

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

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

This div border color is #5C6B88.


Opacity

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

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

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

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

This text has shadow with #5C6B88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6B88 on black background.


Color preview on white background

This text has color #5C6B88 on white background.



Black color preview on #5C6B88 background

This text has black color on #5C6B88 background.


White color preview on #5C6B88 background

This text has white color on #5C6B88 background.