#5689FF

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

Shades of Cornflower Blue #5689FF

Tints of Cornflower Blue #5689FF

Color information

#5689FF (or 0x5689FF) is unknown color: approx Cornflower Blue. HEX triplet: 56, 89 and FF. RGB value is (86,137,255). Sum of RGB (Red+Green+Blue) = 86+137+255=478 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.99% from 478); Green value is 137 (53.91% from 255 or 28.66% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #5689FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5689FF is #A97600. Grayscale: #868686. Windows color (decimal): -11105793 or 16746838. OLE color: 16746838.

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

Color convert

RGB86137255-
CMYK0.660.4600
HSL221.89º100%66.86%-
HSV(B)221.89º66.27%100%-
XYZ30.8327.0998.21-
YUV135.2195.692.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.99%
GREEN value IS 137 (53.91% from 255) = 28.66%
BLUE value IS 255 (100% from 255) = 53.35%
R=17.99%
G=28.66%
B=53.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal861372550.660.4600221.8910066.86
Hex5689FF422E00de6443
Octal1262113771025600336144103
Binary101011010001001111111111000010101110001101111011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5689FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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