#5C92ED

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

Shades of Cornflower Blue #5C92ED

Tints of Cornflower Blue #5C92ED

Color information

#5C92ED (or 0x5C92ED) is unknown color: approx Cornflower Blue. HEX triplet: 5C, 92 and ED. RGB value is (92,146,237). Sum of RGB (Red+Green+Blue) = 92+146+237=475 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.37% from 475); Green value is 146 (57.42% from 255 or 30.74% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #5C92ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C92ED is #A36D12. Grayscale: #8B8B8B. Windows color (decimal): -10710291 or 15569500. OLE color: 15569500.

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

Color convert

RGB92146237-
CMYK0.610.3800.07
HSL217.66º80.11%64.51%-
HSV(B)217.66º61.18%92.94%-
XYZ29.9828.9584.13-
YUV140.23182.6193.6-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.37%
GREEN value IS 146 (57.42% from 255) = 30.74%
BLUE value IS 237 (92.97% from 255) = 49.89%
R=19.37%
G=30.74%
B=49.89%

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
Decimal921462370.610.3800.07217.6680.1164.51
Hex5C92ED3D2607da5041
Octal134222355754607332120101
Binary1011100100100101110110111110110011001111101101010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C92ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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