#5696F3

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

Shades of Cornflower Blue #5696F3

Tints of Cornflower Blue #5696F3

Color information

#5696F3 (or 0x5696F3) is unknown color: approx Cornflower Blue. HEX triplet: 56, 96 and F3. RGB value is (86,150,243). Sum of RGB (Red+Green+Blue) = 86+150+243=479 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.95% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 243 (95.31% from 255 or 50.73% from 479); Max value from RGB is 243 - color contains mainly: blue. Hex color #5696F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5696F3 is #A9690C. Grayscale: #8D8D8D. Windows color (decimal): -11102477 or 15963734. OLE color: 15963734.

HSL color Cylindrical-coordinate representation of color #5696F3: hue angle of 215.54º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5696F3 is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB86150243-
CMYK0.650.3800.05
HSL215.54º86.74%64.51%-
HSV(B)215.54º64.61%95.29%-
XYZ30.9230.2689.01-
YUV141.47185.388.44-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.95%
GREEN value IS 150 (58.98% from 255) = 31.32%
BLUE value IS 243 (95.31% from 255) = 50.73%
R=17.95%
G=31.32%
B=50.73%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal861502430.650.3800.05215.5486.7464.51
Hex5696F3412605d85741
Octal1262263631014605330127101
Binary10101101001011011110011100000110011001011101100010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5696F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5696F3; }

 p { color: rgb(86,150,243); }

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

<style>
 a { background-color: #5696F3; }

 a { background-color: rgb(86,150,243); }

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

<style>
 span { border-color: #5696F3; }

 span { border-color: rgb(86,150,243); }

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