#5A88F3

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

Shades of Cornflower Blue #5A88F3

Tints of Cornflower Blue #5A88F3

Color information

#5A88F3 (or 0x5A88F3) is unknown color: approx Cornflower Blue. HEX triplet: 5A, 88 and F3. RGB value is (90,136,243). Sum of RGB (Red+Green+Blue) = 90+136+243=469 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.19% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 243 (95.31% from 255 or 51.81% from 469); Max value from RGB is 243 - color contains mainly: blue. Hex color #5A88F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A88F3 is #A5770C. Grayscale: #858585. Windows color (decimal): -10843917 or 15960154. OLE color: 15960154.

HSL color Cylindrical-coordinate representation of color #5A88F3: hue angle of 221.96º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A88F3 is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB90136243-
CMYK0.630.4400.05
HSL221.96º86.44%65.29%-
HSV(B)221.96º62.96%95.29%-
XYZ29.226.2588.32-
YUV134.44189.2696.3-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.19%
GREEN value IS 136 (53.52% from 255) = 29.00%
BLUE value IS 243 (95.31% from 255) = 51.81%
R=19.19%
G=29.00%
B=51.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal901362430.630.4400.05221.9686.4465.29
Hex5A88F33F2C05de5641
Octal132210363775405336126101
Binary1011010100010001111001111111110110001011101111010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A88F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,136,243); }

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

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

 a { background-color: rgb(90,136,243); }

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

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

 span { border-color: rgb(90,136,243); }

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