#5590E4

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

Shades of Cornflower Blue #5590E4

Tints of Cornflower Blue #5590E4

Color information

#5590E4 (or 0x5590E4) is unknown color: approx Cornflower Blue. HEX triplet: 55, 90 and E4. RGB value is (85,144,228). Sum of RGB (Red+Green+Blue) = 85+144+228=457 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.60% from 457); Green value is 144 (56.64% from 255 or 31.51% from 457); Blue value is 228 (89.45% from 255 or 49.89% from 457); Max value from RGB is 228 - color contains mainly: blue. Hex color #5590E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5590E4 is #AA6F1B. Grayscale: #878787. Windows color (decimal): -11169564 or 14979157. OLE color: 14979157.

HSL color Cylindrical-coordinate representation of color #5590E4: hue angle of 215.24º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5590E4 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB85144228-
CMYK0.630.3700.11
HSL215.24º72.59%61.37%-
HSV(B)215.24º62.72%89.41%-
XYZ27.7227.4877.24-
YUV135.93179.9591.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.60%
GREEN value IS 144 (56.64% from 255) = 31.51%
BLUE value IS 228 (89.45% from 255) = 49.89%
R=18.60%
G=31.51%
B=49.89%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal851442280.630.3700.11215.2472.5961.37
Hex5590E43F250Bd7493d
Octal125220344774501332711175
Binary1010101100100001110010011111110010101011110101111001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5590E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5590E4; }

 p { color: rgb(85,144,228); }

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

<style>
 a { background-color: #5590E4; }

 a { background-color: rgb(85,144,228); }

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

<style>
 span { border-color: #5590E4; }

 span { border-color: rgb(85,144,228); }

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