COLOR #5C99FF

HEX: #5C99FF RGB: (92,153,255)

Color info

#5C99FF contains mainly blue color. Web safe color of #5C99FF is #6699FF (or #69F).

RGB color model

#5C99FF color RGB value is (92,153,255).

RGB: (92,153,255) (36%, 60%, 100%)

RGB channels and saturation

R 92 of 255 = 36%
G 153 of 255 = 60%
B 255 of 255 = 100%

92
153
255

R + G + B ~ 65%. #5C99FF is quite light color.

Portions of RGB colors in percentages

R + G + B = 92 + 153 + 255 = 500 (100%)
R 92 of 500 ~ 18.4%
G 153 of 500 ~ 30.6%
B 255 of 500 ~ 51'%

%18.4
%30.6
%51

CMYK color model

#5C99FF color CMYK value is (64,40,0,0).

  • cyan value is 63.92%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (64,40,0,0)
C64M40Y0K0 (64%, 40%, 0%, 0%)
(0.64 / 0.40 / 0.00 / 0.00)

CMYK percentages

%63.92
%40
%0
%0

Codes

Color #5C99FF in popluar color models

5C 99 FF
RGB 92 153 255
HSL 218° 100.00% 68.04%
HSB/HSV 218° 63.92% 100.00%
CMYK 63.92% 40.00% 0.00%
0.00%

Color #5C99FF in popluar number systems.

HEX 5C 99 FF
Decimal 92 153 255
Binary 1011100 10011001 11111111
Octal 134 231 377

Shades and tints

Shades of #5C99FF

#5C99FF
(92,153,255)
#548CE8
(84,140,232)
#4C7FD1
(76,127,209)
#4472BA
(68,114,186)
#3C65A3
(60,101,163)
#34588C
(52,88,140)
#2C4B75
(44,75,117)
#243E5E
(36,62,94)
#1C3147
(28,49,71)
#142430
(20,36,48)
#0C1719
(12,23,25)
#000000
(0,0,0)

Tints of #5C99FF

#5C99FF
(92,153,255)
#6AA2FF
(106,162,255)
#78ABFF
(120,171,255)
#86B4FF
(134,180,255)
#94BDFF
(148,189,255)
#A2C6FF
(162,198,255)
#B0CFFF
(176,207,255)
#BED8FF
(190,216,255)
#CCE1FF
(204,225,255)
#DAEAFF
(218,234,255)
#E8F3FF
(232,243,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C99FF; }

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

This text font color is #5C99FF.

Background Color

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

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

This div background color is #5C99FF.

Border color

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

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

This div border color is #5C99FF.

Opacity

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

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

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

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

This text has shadow with #5C99FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C99FF.

Preview

Color preview on black background

This text has color #5C99FF on black background.


Color preview on white background

This text has color #5C99FF on white background.


Black color preview on #5C99FF background

This text has black color on #5C99FF background.


White color preview on #5C99FF background

This text has white color on #5C99FF background.


Related colors

Complementary color

Complementary color for #hex is #A36600.


I love getcolorcode.com

Triadic colors

1 #FF5C99 and #99FF5C with #5C99FF are triadic colors.

2 #FF995C and #995CFF with #5C99FF are triadic colors.