#5890E6

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

Shades of Cornflower Blue #5890E6

Tints of Cornflower Blue #5890E6

Color information

#5890E6 (or 0x5890E6) is unknown color: approx Cornflower Blue. HEX triplet: 58, 90 and E6. RGB value is (88,144,230). Sum of RGB (Red+Green+Blue) = 88+144+230=462 (61% of max value = 765). Red value is 88 (34.77% from 255 or 19.05% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 230 (90.23% from 255 or 49.78% from 462); Max value from RGB is 230 - color contains mainly: blue. Hex color #5890E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5890E6 is #A76F19. Grayscale: #888888. Windows color (decimal): -10972954 or 15110232. OLE color: 15110232.

HSL color Cylindrical-coordinate representation of color #5890E6: hue angle of 216.34º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5890E6 is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB88144230-
CMYK0.620.3700.10
HSL216.34º73.96%62.35%-
HSV(B)216.34º61.74%90.2%-
XYZ28.2827.7378.73-
YUV137.06180.4593.01-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.05%
GREEN value IS 144 (56.64% from 255) = 31.17%
BLUE value IS 230 (90.23% from 255) = 49.78%
R=19.05%
G=31.17%
B=49.78%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal881442300.620.3700.10216.3473.9662.35
Hex5890E63E250Ad84a3e
Octal130220346764501233011276
Binary1011000100100001110011011111010010101010110110001001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5890E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5890E6; }

 p { color: rgb(88,144,230); }

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

<style>
 a { background-color: #5890E6; }

 a { background-color: rgb(88,144,230); }

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

<style>
 span { border-color: #5890E6; }

 span { border-color: rgb(88,144,230); }

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