COLOR #5C92F9

HEX: #5C92F9 RGB: (92,146,249)

Color info

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

RGB color model

#5C92F9 color RGB value is (92,146,249).

RGB: (92,146,249) (36%, 57%, 98%)

RGB channels and saturation

R 92 of 255 = 36%
G 146 of 255 = 57%
B 249 of 255 = 98%

92
146
249

R + G + B ~ 64%. #5C92F9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 92 + 146 + 249 = 487 (100%)
R 92 of 487 ~ 18.89%
G 146 of 487 ~ 29.98%
B 249 of 487 ~ 51.13'%

%18.89
%29.98
%51.13

CMYK color model

#5C92F9 color CMYK value is (63,41,0,2).

  • cyan value is 63.05%
  • magenta value is 41.37%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK: (63,41,0,2) C63M41Y0K2 (63%,41%,0%,2%) (0.63/0.41/0.00/0.02) 

CMYK percentages

%63.05
%41.37
%0
%2.35

Codes

Color #5C92F9 in popluar color models

5C 92 F9
RGB 92 146 249
HSL 219° 92.90% 66.86%
HSB/HSV 219° 63.05% 97.65%
CMYK 63.05% 41.37% 0.00%
2.35%

Color #5C92F9 in popluar number systems.

HEX 5C 92 F9
Decimal 92 146 249
Binary 1011100 10010010 11111001
Octal 134 222 371

Shades and tints

Shades of #5C92F9

#5C92F9
(92,146,249)
#5485E3
(84,133,227)
#4C78CD
(76,120,205)
#446BB7
(68,107,183)
#3C5EA1
(60,94,161)
#34518B
(52,81,139)
#2C4475
(44,68,117)
#24375F
(36,55,95)
#1C2A49
(28,42,73)
#141D33
(20,29,51)
#0C101D
(12,16,29)
#000000
(0,0,0)

Tints of #5C92F9

#5C92F9
(92,146,249)
#6A9BF9
(106,155,249)
#78A4F9
(120,164,249)
#86ADF9
(134,173,249)
#94B6F9
(148,182,249)
#A2BFF9
(162,191,249)
#B0C8F9
(176,200,249)
#BED1F9
(190,209,249)
#CCDAF9
(204,218,249)
#DAE3F9
(218,227,249)
#E8ECF9
(232,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C92F9 color. Also use rgb(92,146,249) instead hex code.

Text Font Color

.myTextColor { color: #5C92F9; }

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

This text font color is #5C92F9.

Background Color

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

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

This div background color is #5C92F9.

Border color

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

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

This div border color is #5C92F9.

Opacity

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

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

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

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

This text has shadow with #5C92F9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C92F9.

Preview

Color preview on black background

This text has color #5C92F9 on black background.


Color preview on white background

This text has color #5C92F9 on white background.


Black color preview on #5C92F9 background

This text has black color on #5C92F9 background.


White color preview on #5C92F9 background

This text has white color on #5C92F9 background.


Related colors

Complementary color

Complementary color for #hex is #A36D06.


I love getcolorcode.com

Triadic colors

1 #F95C92 and #92F95C with #5C92F9 are triadic colors.

2 #F9925C and #925CF9 with #5C92F9 are triadic colors.