#5696f2

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

Shades of Cornflower Blue #5696F2

Tints of Cornflower Blue #5696F2

Color information

#5696F2 (or 0x5696F2) is unknown color: approx Cornflower Blue. HEX triplet: 56, 96 and F2. RGB value is (86,150,242). Sum of RGB (Red+Green+Blue) = 86+150+242=478 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.99% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 242 (94.92% from 255 or 50.63% from 478); Max value from RGB is 242 - color contains mainly: blue. Hex color #5696F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5696F2 is #A9690D. Grayscale: #8C8C8C. Windows color (decimal): -11102478 or 15898198. OLE color: 15898198.

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

Color convert

RGB86150242-
CMYK0.640.3800.05
HSL215.38º85.71%64.31%-
HSV(B)215.38º64.46%94.9%-
XYZ30.7730.288.21-
YUV141.35184.888.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.99%
GREEN value IS 150 (58.98% from 255) = 31.38%
BLUE value IS 242 (94.92% from 255) = 50.63%
R=17.99%
G=31.38%
B=50.63%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal861502420.640.3800.05215.3885.7164.31
Hex5696F2402605d75640
Octal1262263621004605327126100
Binary10101101001011011110010100000010011001011101011110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5696f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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