#5679FF

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

Shades of Cornflower Blue #5679FF

Tints of Cornflower Blue #5679FF

Color information

#5679FF (or 0x5679FF) is unknown color: approx Cornflower Blue. HEX triplet: 56, 79 and FF. RGB value is (86,121,255). Sum of RGB (Red+Green+Blue) = 86+121+255=462 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.61% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #5679FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5679FF is #A98600. Grayscale: #7D7D7D. Windows color (decimal): -11109889 or 16742742. OLE color: 16742742.

HSL color Cylindrical-coordinate representation of color #5679FF: hue angle of 227.57º 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 #5679FF is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB86121255-
CMYK0.660.5300
HSL227.57º100%66.86%-
HSV(B)227.57º66.27%100%-
XYZ28.7322.8797.51-
YUV125.81200.999.6-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 18.61%
GREEN value IS 121 (47.66% from 255) = 26.19%
BLUE value IS 255 (100% from 255) = 55.19%
R=18.61%
G=26.19%
B=55.19%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal861212550.660.5300227.5710066.86
Hex5679FF423500e46443
Octal1261713771026500344144103
Binary10101101111001111111111000010110101001110010011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5679FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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