#5783F6

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

Shades of Cornflower Blue #5783F6

Tints of Cornflower Blue #5783F6

Color information

#5783F6 (or 0x5783F6) is unknown color: approx Cornflower Blue. HEX triplet: 57, 83 and F6. RGB value is (87,131,246). Sum of RGB (Red+Green+Blue) = 87+131+246=464 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.75% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 246 (96.48% from 255 or 53.02% from 464); Max value from RGB is 246 - color contains mainly: blue. Hex color #5783F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5783F6 is #A87C09. Grayscale: #828282. Windows color (decimal): -11041802 or 16155479. OLE color: 16155479.

HSL color Cylindrical-coordinate representation of color #5783F6: hue angle of 223.4º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5783F6 is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB87131246-
CMYK0.650.4700.04
HSL223.4º89.83%65.29%-
HSV(B)223.4º64.63%96.47%-
XYZ28.6824.9190.49-
YUV130.95192.9296.65-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.75%
GREEN value IS 131 (51.56% from 255) = 28.23%
BLUE value IS 246 (96.48% from 255) = 53.02%
R=18.75%
G=28.23%
B=53.02%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal871312460.650.4700.04223.489.8365.29
Hex5783F6412F04df5a41
Octal1272033661015704337132101
Binary10101111000001111110110100000110111101001101111110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5783F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5783F6; }

 p { color: rgb(87,131,246); }

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

<style>
 a { background-color: #5783F6; }

 a { background-color: rgb(87,131,246); }

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

<style>
 span { border-color: #5783F6; }

 span { border-color: rgb(87,131,246); }

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