#5A90E5

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

Shades of Cornflower Blue #5A90E5

Tints of Cornflower Blue #5A90E5

Color information

#5A90E5 (or 0x5A90E5) is unknown color: approx Cornflower Blue. HEX triplet: 5A, 90 and E5. RGB value is (90,144,229). Sum of RGB (Red+Green+Blue) = 90+144+229=463 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.44% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 229 (89.84% from 255 or 49.46% from 463); Max value from RGB is 229 - color contains mainly: blue. Hex color #5A90E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A90E5 is #A56F1A. Grayscale: #898989. Windows color (decimal): -10841883 or 15044698. OLE color: 15044698.

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

Color convert

RGB90144229-
CMYK0.610.3700.10
HSL216.69º72.77%62.55%-
HSV(B)216.69º60.7%89.8%-
XYZ28.3327.7878-
YUV137.54179.6194.09-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.44%
GREEN value IS 144 (56.64% from 255) = 31.10%
BLUE value IS 229 (89.84% from 255) = 49.46%
R=19.44%
G=31.10%
B=49.46%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal901442290.610.3700.10216.6972.7762.55
Hex5A90E53D250Ad9493f
Octal132220345754501233111177
Binary1011010100100001110010111110110010101010110110011001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A90E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A90E5; }

 p { color: rgb(90,144,229); }

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

<style>
 a { background-color: #5A90E5; }

 a { background-color: rgb(90,144,229); }

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

<style>
 span { border-color: #5A90E5; }

 span { border-color: rgb(90,144,229); }

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