#5991EC

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

Shades of Cornflower Blue #5991EC

Tints of Cornflower Blue #5991EC

Color information

#5991EC (or 0x5991EC) is unknown color: approx Cornflower Blue. HEX triplet: 59, 91 and EC. RGB value is (89,145,236). Sum of RGB (Red+Green+Blue) = 89+145+236=470 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.94% from 470); Green value is 145 (57.03% from 255 or 30.85% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #5991EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5991EC is #A66E13. Grayscale: #8A8A8A. Windows color (decimal): -10907156 or 15503705. OLE color: 15503705.

HSL color Cylindrical-coordinate representation of color #5991EC: hue angle of 217.14º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5991EC is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB89145236-
CMYK0.620.3900.07
HSL217.14º79.46%63.73%-
HSV(B)217.14º62.29%92.55%-
XYZ29.3928.4383.3-
YUV138.63182.9592.6-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.94%
GREEN value IS 145 (57.03% from 255) = 30.85%
BLUE value IS 236 (92.58% from 255) = 50.21%
R=18.94%
G=30.85%
B=50.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal891452360.620.3900.07217.1479.4663.73
Hex5991EC3E2707d94f40
Octal131221354764707331117100
Binary1011001100100011110110011111010011101111101100110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5991EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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