#5589EA

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

Shades of Cornflower Blue #5589EA

Tints of Cornflower Blue #5589EA

Color information

#5589EA (or 0x5589EA) is unknown color: approx Cornflower Blue. HEX triplet: 55, 89 and EA. RGB value is (85,137,234). Sum of RGB (Red+Green+Blue) = 85+137+234=456 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.64% from 456); Green value is 137 (53.91% from 255 or 30.04% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #5589EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5589EA is #AA7615. Grayscale: #848484. Windows color (decimal): -11171350 or 15370581. OLE color: 15370581.

HSL color Cylindrical-coordinate representation of color #5589EA: hue angle of 219.06º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5589EA is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB85137234-
CMYK0.640.4100.08
HSL219.06º78.01%62.55%-
HSV(B)219.06º63.68%91.76%-
XYZ27.5425.7681.36-
YUV132.51185.2794.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.64%
GREEN value IS 137 (53.91% from 255) = 30.04%
BLUE value IS 234 (91.80% from 255) = 51.32%
R=18.64%
G=30.04%
B=51.32%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal851372340.640.4100.08219.0678.0162.55
Hex5589EA402908db4e3f
Octal1252113521005101033311677
Binary10101011000100111101010100000010100101000110110111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5589EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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