COLOR #5C6F88

HEX: #5C6F88
RGB: (92,111,136)

Color info

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

RGB color model

#5C6F88 color RGB value is (92,111,136).

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

RGB channels and saturation

R 92 of 255 = 36%
G 111 of 255 = 44%
B 136 of 255 = 53%

92
111
136

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

Portions of RGB colors in percentages

R + G + B =
92 + 111 + 136 = 339 (100%)
R 92 of 339 ~ 27.14%
G 111 of 339 ~ 32.74%
B 136 of 339 ~ 40.12%

%27.14
%32.74
%40.12

CMYK color model

#5C6F88 color CMYK value is (32,18,0,47).

  • cyan value is 32.35%
  • magenta value is 18.38%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(32,18,0,47)
C32M18Y0K47 
(32%,18%,0%,47%)
(0.32/0.18/0.00/0.47)	

CMYK percentages

%32.35
%18.38
%0
%46.67

Codes

Color #5C6F88 in popluar color models

5C6F88
RGB92111136
HSL214°19.30%44.71%
HSB/HSV214°32.35%53.33%
CMYK32.35%18.38%0.00%
46.67%

Color #5C6F88 in popluar number systems.

HEX5C6F88
Decimal92111136
Binary1011100110111110001000
Octal134157210

Shades and tints

Shades of #5C6F88

#5C6F88
(92,111,136)
#54657C
(84,101,124)
#4C5B70
(76,91,112)
#445164
(68,81,100)
#3C4758
(60,71,88)
#343D4C
(52,61,76)
#2C3340
(44,51,64)
#242934
(36,41,52)
#1C1F28
(28,31,40)
#14151C
(20,21,28)
#0C0B10
(12,11,16)
#000000
(0,0,0)

Tints of #5C6F88

#5C6F88
(92,111,136)
#6A7C92
(106,124,146)
#78899C
(120,137,156)
#8696A6
(134,150,166)
#94A3B0
(148,163,176)
#A2B0BA
(162,176,186)
#B0BDC4
(176,189,196)
#BECACE
(190,202,206)
#CCD7D8
(204,215,216)
#DAE4E2
(218,228,226)
#E8F1EC
(232,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C6F88; }

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

This text font color is #5C6F88.


Background Color

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

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

This div background color is #5C6F88.


Border color

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

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

This div border color is #5C6F88.


Opacity

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

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

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

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

This text has shadow with #5C6F88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6F88 on black background.


Color preview on white background

This text has color #5C6F88 on white background.



Black color preview on #5C6F88 background

This text has black color on #5C6F88 background.


White color preview on #5C6F88 background

This text has white color on #5C6F88 background.