#5591F1

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

Shades of Cornflower Blue #5591F1

Tints of Cornflower Blue #5591F1

Color information

#5591F1 (or 0x5591F1) is unknown color: approx Cornflower Blue. HEX triplet: 55, 91 and F1. RGB value is (85,145,241). Sum of RGB (Red+Green+Blue) = 85+145+241=471 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.05% from 471); Green value is 145 (57.03% from 255 or 30.79% from 471); Blue value is 241 (94.53% from 255 or 51.17% from 471); Max value from RGB is 241 - color contains mainly: blue. Hex color #5591F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5591F1 is #AA6E0E. Grayscale: #898989. Windows color (decimal): -11169295 or 15831381. OLE color: 15831381.

HSL color Cylindrical-coordinate representation of color #5591F1: hue angle of 216.92º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5591F1 is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB85145241-
CMYK0.650.4000.05
HSL216.92º84.78%63.92%-
HSV(B)216.92º64.73%94.51%-
XYZ29.7528.5387.16-
YUV138186.1290.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.05%
GREEN value IS 145 (57.03% from 255) = 30.79%
BLUE value IS 241 (94.53% from 255) = 51.17%
R=18.05%
G=30.79%
B=51.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal851452410.650.4000.05216.9284.7863.92
Hex5591F1412805d95540
Octal1252213611015005331125100
Binary10101011001000111110001100000110100001011101100110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5591F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5591F1; }

 p { color: rgb(85,145,241); }

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

<style>
 a { background-color: #5591F1; }

 a { background-color: rgb(85,145,241); }

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

<style>
 span { border-color: #5591F1; }

 span { border-color: rgb(85,145,241); }

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