#5B92F3

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

Shades of Cornflower Blue #5B92F3

Tints of Cornflower Blue #5B92F3

Color information

#5B92F3 (or 0x5B92F3) is unknown color: approx Cornflower Blue. HEX triplet: 5B, 92 and F3. RGB value is (91,146,243). Sum of RGB (Red+Green+Blue) = 91+146+243=480 (63% of max value = 765). Red value is 91 (35.94% from 255 or 18.96% from 480); Green value is 146 (57.42% from 255 or 30.42% from 480); Blue value is 243 (95.31% from 255 or 50.62% from 480); Max value from RGB is 243 - color contains mainly: blue. Hex color #5B92F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B92F3 is #A46D0C. Grayscale: #8C8C8C. Windows color (decimal): -10775821 or 15962715. OLE color: 15962715.

HSL color Cylindrical-coordinate representation of color #5B92F3: hue angle of 218.29º 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 #5B92F3 is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB91146243-
CMYK0.630.4000.05
HSL218.29º86.36%65.49%-
HSV(B)218.29º62.55%95.29%-
XYZ30.7729.2588.82-
YUV140.61185.7892.61-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.96%
GREEN value IS 146 (57.42% from 255) = 30.42%
BLUE value IS 243 (95.31% from 255) = 50.62%
R=18.96%
G=30.42%
B=50.62%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal911462430.630.4000.05218.2986.3665.49
Hex5B92F33F2805da5641
Octal133222363775005332126101
Binary1011011100100101111001111111110100001011101101010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B92F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,146,243); }

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

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

 a { background-color: rgb(91,146,243); }

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

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

 span { border-color: rgb(91,146,243); }

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