#5192E5

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

Shades of Cornflower Blue #5192E5

Tints of Cornflower Blue #5192E5

Color information

#5192E5 (or 0x5192E5) is unknown color: approx Cornflower Blue. HEX triplet: 51, 92 and E5. RGB value is (81,146,229). Sum of RGB (Red+Green+Blue) = 81+146+229=456 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.76% from 456); Green value is 146 (57.42% from 255 or 32.02% from 456); Blue value is 229 (89.84% from 255 or 50.22% from 456); Max value from RGB is 229 - color contains mainly: blue. Hex color #5192E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5192E5 is #AE6D1A. Grayscale: #878787. Windows color (decimal): -11431195 or 15045201. OLE color: 15045201.

HSL color Cylindrical-coordinate representation of color #5192E5: hue angle of 213.65º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5192E5 is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB81146229-
CMYK0.650.3600.10
HSL213.65º74%60.78%-
HSV(B)213.65º64.63%89.8%-
XYZ27.8227.9678.06-
YUV136.03180.4788.75-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.76%
GREEN value IS 146 (57.42% from 255) = 32.02%
BLUE value IS 229 (89.84% from 255) = 50.22%
R=17.76%
G=32.02%
B=50.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal811462290.650.3600.10213.657460.78
Hex5192E541240Ad64a3d
Octal1212223451014401232611275
Binary10100011001001011100101100000110010001010110101101001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5192E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5192E5; }

 p { color: rgb(81,146,229); }

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

<style>
 a { background-color: #5192E5; }

 a { background-color: rgb(81,146,229); }

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

<style>
 span { border-color: #5192E5; }

 span { border-color: rgb(81,146,229); }

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