#5B96EF

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

Shades of Cornflower Blue #5B96EF

Tints of Cornflower Blue #5B96EF

Color information

#5B96EF (or 0x5B96EF) is unknown color: approx Cornflower Blue. HEX triplet: 5B, 96 and EF. RGB value is (91,150,239). Sum of RGB (Red+Green+Blue) = 91+150+239=480 (63% of max value = 765). Red value is 91 (35.94% from 255 or 18.96% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #5B96EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B96EF is #A46910. Grayscale: #8E8E8E. Windows color (decimal): -10774801 or 15701595. OLE color: 15701595.

HSL color Cylindrical-coordinate representation of color #5B96EF: hue angle of 216.08º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B96EF is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB91150239-
CMYK0.620.3700.06
HSL216.08º82.22%64.71%-
HSV(B)216.08º61.92%93.73%-
XYZ30.830.2785.88-
YUV142.5182.4591.26-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.96%
GREEN value IS 150 (58.98% from 255) = 31.25%
BLUE value IS 239 (93.75% from 255) = 49.79%
R=18.96%
G=31.25%
B=49.79%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal911502390.620.3700.06216.0882.2264.71
Hex5B96EF3E2506d85241
Octal133226357764506330122101
Binary1011011100101101110111111111010010101101101100010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B96EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,150,239); }

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

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

 a { background-color: rgb(91,150,239); }

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

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

 span { border-color: rgb(91,150,239); }

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