#5991FD

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

Shades of Cornflower Blue #5991FD

Tints of Cornflower Blue #5991FD

Color information

#5991FD (or 0x5991FD) is unknown color: approx Cornflower Blue. HEX triplet: 59, 91 and FD. RGB value is (89,145,253). Sum of RGB (Red+Green+Blue) = 89+145+253=487 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.28% from 487); Green value is 145 (57.03% from 255 or 29.77% from 487); Blue value is 253 (99.22% from 255 or 51.95% from 487); Max value from RGB is 253 - color contains mainly: blue. Hex color #5991FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5991FD is #A66E02. Grayscale: #8C8C8C. Windows color (decimal): -10907139 or 16617817. OLE color: 16617817.

HSL color Cylindrical-coordinate representation of color #5991FD: hue angle of 219.51º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5991FD is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB89145253-
CMYK0.650.4300.01
HSL219.51º97.62%67.06%-
HSV(B)219.51º64.82%99.22%-
XYZ31.9729.4796.93-
YUV140.57191.4591.22-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.28%
GREEN value IS 145 (57.03% from 255) = 29.77%
BLUE value IS 253 (99.22% from 255) = 51.95%
R=18.28%
G=29.77%
B=51.95%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal891452530.650.4300.01219.5197.6267.06
Hex5991FD412B01dc6243
Octal1312213751015301334142103
Binary101100110010001111111011000001101011011101110011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5991FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5991FD; }

 p { color: rgb(89,145,253); }

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

<style>
 a { background-color: #5991FD; }

 a { background-color: rgb(89,145,253); }

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

<style>
 span { border-color: #5991FD; }

 span { border-color: rgb(89,145,253); }

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