#5687FF

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

Shades of Cornflower Blue #5687FF

Tints of Cornflower Blue #5687FF

Color information

#5687FF (or 0x5687FF) is unknown color: approx Cornflower Blue. HEX triplet: 56, 87 and FF. RGB value is (86,135,255). Sum of RGB (Red+Green+Blue) = 86+135+255=476 (63% of max value = 765). Red value is 86 (33.98% from 255 or 18.07% from 476); Green value is 135 (53.12% from 255 or 28.36% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #5687FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5687FF is #A97800. Grayscale: #858585. Windows color (decimal): -11106305 or 16746326. OLE color: 16746326.

HSL color Cylindrical-coordinate representation of color #5687FF: hue angle of 222.6º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5687FF is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB86135255-
CMYK0.660.4700
HSL222.6º100%66.86%-
HSV(B)222.6º66.27%100%-
XYZ30.5526.5398.12-
YUV134.03196.2793.74-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.07%
GREEN value IS 135 (53.12% from 255) = 28.36%
BLUE value IS 255 (100% from 255) = 53.57%
R=18.07%
G=28.36%
B=53.57%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal861352550.660.4700222.610066.86
Hex5687FF422F00df6443
Octal1262073771025700337144103
Binary101011010000111111111111000010101111001101111111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5687FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5687FF; }

 p { color: rgb(86,135,255); }

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

<style>
 a { background-color: #5687FF; }

 a { background-color: rgb(86,135,255); }

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

<style>
 span { border-color: #5687FF; }

 span { border-color: rgb(86,135,255); }

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