COLOR #5C86B0

HEX: #5C86B0
RGB: (92,134,176)

Color info

#5C86B0 contains mainly green and blue colors. Web safe color of #5C86B0 is #669999 (or #699).

RGB color model

#5C86B0 color RGB value is (92,134,176).

  • red value is 92;
  • green value is 134;
  • blue value is 176.
RGB:
(92,134,176)
(36%,53%,69%)

RGB channels and saturation

R 92 of 255 = 36%
G 134 of 255 = 53%
B 176 of 255 = 69%

92
134
176

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

Portions of RGB colors in percentages

R + G + B =
92 + 134 + 176 = 402 (100%)
R 92 of 402 ~ 22.89%
G 134 of 402 ~ 33.33%
B 176 of 402 ~ 43.78%

%22.89
%33.33
%43.78

CMYK color model

#5C86B0 color CMYK value is (48,24,0,31).

  • cyan value is 47.73%
  • magenta value is 23.86%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(48,24,0,31)
C48M24Y0K31 
(48%,24%,0%,31%)
(0.48/0.24/0.00/0.31)	

CMYK percentages

%47.73
%23.86
%0
%30.98

Codes

Color #5C86B0 in popluar color models

5C86B0
RGB92134176
HSL210°34.71%52.55%
HSB/HSV210°47.73%69.02%
CMYK47.73%23.86%0.00%
30.98%

Color #5C86B0 in popluar number systems.

HEX5C86B0
Decimal92134176
Binary10111001000011010110000
Octal134206260

Shades and tints

Shades of #5C86B0

#5C86B0
(92,134,176)
#547AA0
(84,122,160)
#4C6E90
(76,110,144)
#446280
(68,98,128)
#3C5670
(60,86,112)
#344A60
(52,74,96)
#2C3E50
(44,62,80)
#243240
(36,50,64)
#1C2630
(28,38,48)
#141A20
(20,26,32)
#0C0E10
(12,14,16)
#000000
(0,0,0)

Tints of #5C86B0

#5C86B0
(92,134,176)
#6A91B7
(106,145,183)
#789CBE
(120,156,190)
#86A7C5
(134,167,197)
#94B2CC
(148,178,204)
#A2BDD3
(162,189,211)
#B0C8DA
(176,200,218)
#BED3E1
(190,211,225)
#CCDEE8
(204,222,232)
#DAE9EF
(218,233,239)
#E8F4F6
(232,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C86B0 color. Also use rgb(92,134,176) instead hex code.

Text Font Color

.myTextColor { color: #5C86B0; }

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

This text font color is #5C86B0.


Background Color

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

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

This div background color is #5C86B0.


Border color

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

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

This div border color is #5C86B0.


Opacity

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

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

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

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

This text has shadow with #5C86B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C86B0 on black background.


Color preview on white background

This text has color #5C86B0 on white background.



Black color preview on #5C86B0 background

This text has black color on #5C86B0 background.


White color preview on #5C86B0 background

This text has white color on #5C86B0 background.