#5993EC

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

Shades of Cornflower Blue #5993EC

Tints of Cornflower Blue #5993EC

Color information

#5993EC (or 0x5993EC) is unknown color: approx Cornflower Blue. HEX triplet: 59, 93 and EC. RGB value is (89,147,236). Sum of RGB (Red+Green+Blue) = 89+147+236=472 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.86% from 472); Green value is 147 (57.81% from 255 or 31.14% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #5993EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5993EC is #A66C13. Grayscale: #8B8B8B. Windows color (decimal): -10906644 or 15504217. OLE color: 15504217.

HSL color Cylindrical-coordinate representation of color #5993EC: hue angle of 216.33º 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 #5993EC is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB89147236-
CMYK0.620.3800.07
HSL216.33º79.46%63.73%-
HSV(B)216.33º62.29%92.55%-
XYZ29.6929.0583.4-
YUV139.8182.2891.76-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.86%
GREEN value IS 147 (57.81% from 255) = 31.14%
BLUE value IS 236 (92.58% from 255) = 50%
R=18.86%
G=31.14%
B=50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal891472360.620.3800.07216.3379.4663.73
Hex5993EC3E2607d84f40
Octal131223354764607330117100
Binary1011001100100111110110011111010011001111101100010011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5993EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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