#5589F4

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

Shades of Cornflower Blue #5589F4

Tints of Cornflower Blue #5589F4

Color information

#5589F4 (or 0x5589F4) is unknown color: approx Cornflower Blue. HEX triplet: 55, 89 and F4. RGB value is (85,137,244). Sum of RGB (Red+Green+Blue) = 85+137+244=466 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.24% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 244 (95.70% from 255 or 52.36% from 466); Max value from RGB is 244 - color contains mainly: blue. Hex color #5589F4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5589F4 is #AA760B. Grayscale: #858585. Windows color (decimal): -11171340 or 16025941. OLE color: 16025941.

HSL color Cylindrical-coordinate representation of color #5589F4: hue angle of 220.38º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5589F4 is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB85137244-
CMYK0.650.4400.04
HSL220.38º87.85%64.51%-
HSV(B)220.38º65.16%95.69%-
XYZ29.0226.3589.15-
YUV133.65190.2793.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.24%
GREEN value IS 137 (53.91% from 255) = 29.40%
BLUE value IS 244 (95.70% from 255) = 52.36%
R=18.24%
G=29.40%
B=52.36%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal851372440.650.4400.04220.3887.8564.51
Hex5589F4412C04dc5841
Octal1252113641015404334130101
Binary10101011000100111110100100000110110001001101110010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5589F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5589F4; }

 p { color: rgb(85,137,244); }

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

<style>
 a { background-color: #5589F4; }

 a { background-color: rgb(85,137,244); }

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

<style>
 span { border-color: #5589F4; }

 span { border-color: rgb(85,137,244); }

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