#5E91EB

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

Shades of Cornflower Blue #5E91EB

Tints of Cornflower Blue #5E91EB

Color information

#5E91EB (or 0x5E91EB) is unknown color: approx Cornflower Blue. HEX triplet: 5E, 91 and EB. RGB value is (94,145,235). Sum of RGB (Red+Green+Blue) = 94+145+235=474 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.83% from 474); Green value is 145 (57.03% from 255 or 30.59% from 474); Blue value is 235 (92.19% from 255 or 49.58% from 474); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E91EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E91EB is #A16E14. Grayscale: #8B8B8B. Windows color (decimal): -10579477 or 15438174. OLE color: 15438174.

HSL color Cylindrical-coordinate representation of color #5E91EB: hue angle of 218.3º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E91EB is Cyan = 0.6, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB94145235-
CMYK0.60.3800.08
HSL218.3º77.9%64.51%-
HSV(B)218.3º60%92.16%-
XYZ29.7428.6382.56-
YUV140.01181.695.18-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.83%
GREEN value IS 145 (57.03% from 255) = 30.59%
BLUE value IS 235 (92.19% from 255) = 49.58%
R=19.83%
G=30.59%
B=49.58%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal941452350.60.3800.08218.377.964.51
Hex5E91EB3C2608da4e41
Octal1362213537446010332116101
Binary10111101001000111101011111100100110010001101101010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E91EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,145,235); }

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

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

 a { background-color: rgb(94,145,235); }

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

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

 span { border-color: rgb(94,145,235); }

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