#5891f7

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

Shades of Cornflower Blue #5891F7

Tints of Cornflower Blue #5891F7

Color information

#5891F7 (or 0x5891F7) is unknown color: approx Cornflower Blue. HEX triplet: 58, 91 and F7. RGB value is (88,145,247). Sum of RGB (Red+Green+Blue) = 88+145+247=480 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.33% from 480); Green value is 145 (57.03% from 255 or 30.21% from 480); Blue value is 247 (96.88% from 255 or 51.46% from 480); Max value from RGB is 247 - color contains mainly: blue. Hex color #5891F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5891F7 is #A76E08. Grayscale: #8B8B8B. Windows color (decimal): -10972681 or 16224600. OLE color: 16224600.

HSL color Cylindrical-coordinate representation of color #5891F7: hue angle of 218.49º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5891F7 is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB88145247-
CMYK0.640.4100.03
HSL218.49º90.86%65.69%-
HSV(B)218.49º64.37%96.86%-
XYZ30.9429.0491.97-
YUV139.58188.6291.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.33%
GREEN value IS 145 (57.03% from 255) = 30.21%
BLUE value IS 247 (96.88% from 255) = 51.46%
R=18.33%
G=30.21%
B=51.46%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal881452470.640.4100.03218.4990.8665.69
Hex5891F7402903da5b42
Octal1302213671005103332133102
Binary1011000100100011111011110000001010010111101101010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5891f7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5891f7; }

 p { color: rgb(88,145,247); }

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

<style>
 a { background-color: #5891f7; }

 a { background-color: rgb(88,145,247); }

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

<style>
 span { border-color: #5891f7; }

 span { border-color: rgb(88,145,247); }

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