#5688F6

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

Shades of Cornflower Blue #5688F6

Tints of Cornflower Blue #5688F6

Color information

#5688F6 (or 0x5688F6) is unknown color: approx Cornflower Blue. HEX triplet: 56, 88 and F6. RGB value is (86,136,246). Sum of RGB (Red+Green+Blue) = 86+136+246=468 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.38% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 246 (96.48% from 255 or 52.56% from 468); Max value from RGB is 246 - color contains mainly: blue. Hex color #5688F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5688F6 is #A97709. Grayscale: #858585. Windows color (decimal): -11106058 or 16156758. OLE color: 16156758.

HSL color Cylindrical-coordinate representation of color #5688F6: hue angle of 221.25º 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 #5688F6 is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB86136246-
CMYK0.650.4500.04
HSL221.25º89.89%65.1%-
HSV(B)221.25º65.04%96.47%-
XYZ29.2826.2490.71-
YUV133.59191.4494.06-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.38%
GREEN value IS 136 (53.52% from 255) = 29.06%
BLUE value IS 246 (96.48% from 255) = 52.56%
R=18.38%
G=29.06%
B=52.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal861362460.650.4500.04221.2589.8965.1
Hex5688F6412D04dd5a41
Octal1262103661015504335132101
Binary10101101000100011110110100000110110101001101110110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5688F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,136,246); }

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

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

 a { background-color: rgb(86,136,246); }

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

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

 span { border-color: rgb(86,136,246); }

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