COLOR #5C99B6

HEX: #5C99B6
RGB: (92,153,182)

Color info

#5C99B6 contains mainly green and blue colors. Web safe color of #5C99B6 is #6699CC (or #69C).

RGB color model

#5C99B6 color RGB value is (92,153,182).

  • red value is 92;
  • green value is 153;
  • blue value is 182.
RGB:
(92,153,182)
(36%,60%,71%)

RGB channels and saturation

R 92 of 255 = 36%
G 153 of 255 = 60%
B 182 of 255 = 71%

92
153
182

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

Portions of RGB colors in percentages

R + G + B =
92 + 153 + 182 = 427 (100%)
R 92 of 427 ~ 21.55%
G 153 of 427 ~ 35.83%
B 182 of 427 ~ 42.62%

%21.55
%35.83
%42.62

CMYK color model

#5C99B6 color CMYK value is (49,16,0,29).

  • cyan value is 49.45%
  • magenta value is 15.93%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(49,16,0,29)
C49M16Y0K29 
(49%,16%,0%,29%)
(0.49/0.16/0.00/0.29)	

CMYK percentages

%49.45
%15.93
%0
%28.63

Codes

Color #5C99B6 in popluar color models

5C99B6
RGB92153182
HSL199°38.14%53.73%
HSB/HSV199°49.45%71.37%
CMYK49.45%15.93%0.00%
28.63%

Color #5C99B6 in popluar number systems.

HEX5C99B6
Decimal92153182
Binary10111001001100110110110
Octal134231266

Shades and tints

Shades of #5C99B6

#5C99B6
(92,153,182)
#548CA6
(84,140,166)
#4C7F96
(76,127,150)
#447286
(68,114,134)
#3C6576
(60,101,118)
#345866
(52,88,102)
#2C4B56
(44,75,86)
#243E46
(36,62,70)
#1C3136
(28,49,54)
#142426
(20,36,38)
#0C1716
(12,23,22)
#000000
(0,0,0)

Tints of #5C99B6

#5C99B6
(92,153,182)
#6AA2BC
(106,162,188)
#78ABC2
(120,171,194)
#86B4C8
(134,180,200)
#94BDCE
(148,189,206)
#A2C6D4
(162,198,212)
#B0CFDA
(176,207,218)
#BED8E0
(190,216,224)
#CCE1E6
(204,225,230)
#DAEAEC
(218,234,236)
#E8F3F2
(232,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C99B6 color. Also use rgb(92,153,182) instead hex code.

Text Font Color

.myTextColor { color: #5C99B6; }

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

This text font color is #5C99B6.


Background Color

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

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

This div background color is #5C99B6.


Border color

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

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

This div border color is #5C99B6.


Opacity

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

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

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

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

This text has shadow with #5C99B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C99B6 on black background.


Color preview on white background

This text has color #5C99B6 on white background.



Black color preview on #5C99B6 background

This text has black color on #5C99B6 background.


White color preview on #5C99B6 background

This text has white color on #5C99B6 background.