#5C92EC

Color #5C92EC Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #5C92EC

Tints of Cornflower Blue #5C92EC

Color information

#5C92EC (or 0x5C92EC) is unknown color: approx Cornflower Blue. HEX triplet: 5C, 92 and EC. RGB value is (92,146,236). Sum of RGB (Red+Green+Blue) = 92+146+236=474 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.41% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #5C92EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C92EC is #A36D13. Grayscale: #8B8B8B. Windows color (decimal): -10710292 or 15503964. OLE color: 15503964.

HSL color Cylindrical-coordinate representation of color #5C92EC: hue angle of 217.5º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5C92EC is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB92146236-
CMYK0.610.3800.07
HSL217.5º79.12%64.31%-
HSV(B)217.5º61.02%92.55%-
XYZ29.8328.8983.36-
YUV140.11182.1193.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 92 (36.33% from 255) = 19.41%
GREEN value IS 146 (57.42% from 255) = 30.80%
BLUE value IS 236 (92.58% from 255) = 49.79%
R=19.41%
G=30.80%
B=49.79%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal921462360.610.3800.07217.579.1264.31
Hex5C92EC3D2607da4f40
Octal134222354754607332117100
Binary1011100100100101110110011110110011001111101101010011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C92EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C92EC; }

 p { color: rgb(92,146,236); }

 H1.HeaderClassName
 {
   color: #5C92EC;
 }
 .AnyTagClassName
 {
   color: #5C92EC;
 }
</style>
background-color css

<style>
 a { background-color: #5C92EC; }

 a { background-color: rgb(92,146,236); }

 div.DivClassName
 {
   background-color: #5C92EC;
 }
 .BgClassName
 {
   background-color: #5C92EC;
 }
</style>
border-color css

<style>
 span { border-color: #5C92EC; }

 span { border-color: rgb(92,146,236); }

 td.TdClassName
 {
   border-color: #5C92EC;
 }
 .TagClassName
 {
   border-color: #5C92EC;
 }
</style>