#5986DF

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

Shades of Cornflower Blue #5986DF

Tints of Cornflower Blue #5986DF

Color information

#5986DF (or 0x5986DF) is unknown color: approx Cornflower Blue. HEX triplet: 59, 86 and DF. RGB value is (89,134,223). Sum of RGB (Red+Green+Blue) = 89+134+223=446 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.96% from 446); Green value is 134 (52.73% from 255 or 30.04% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #5986DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5986DF is #A67920. Grayscale: #828282. Windows color (decimal): -10909985 or 14648921. OLE color: 14648921.

HSL color Cylindrical-coordinate representation of color #5986DF: hue angle of 219.85º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5986DF is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB89134223-
CMYK0.600.4000.13
HSL219.85º67.68%61.18%-
HSV(B)219.85º60.09%87.45%-
XYZ25.9624.573.17-
YUV130.69180.0998.26-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.96%
GREEN value IS 134 (52.73% from 255) = 30.04%
BLUE value IS 223 (87.5% from 255) = 50%
R=19.96%
G=30.04%
B=50%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal891342230.600.4000.13219.8567.6861.18
Hex5986DF3C280Ddc443d
Octal131206337745001533410475
Binary1011001100001101101111111110010100001101110111001000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5986DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5986DF; }

 p { color: rgb(89,134,223); }

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

<style>
 a { background-color: #5986DF; }

 a { background-color: rgb(89,134,223); }

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

<style>
 span { border-color: #5986DF; }

 span { border-color: rgb(89,134,223); }

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