#5182E5

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

Shades of Cornflower Blue #5182E5

Tints of Cornflower Blue #5182E5

Color information

#5182E5 (or 0x5182E5) is unknown color: approx Cornflower Blue. HEX triplet: 51, 82 and E5. RGB value is (81,130,229). Sum of RGB (Red+Green+Blue) = 81+130+229=440 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.41% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 229 (89.84% from 255 or 52.05% from 440); Max value from RGB is 229 - color contains mainly: blue. Hex color #5182E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5182E5 is #AE7D1A. Grayscale: #7E7E7E. Windows color (decimal): -11435291 or 15041105. OLE color: 15041105.

HSL color Cylindrical-coordinate representation of color #5182E5: hue angle of 220.14º 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 #5182E5 is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB81130229-
CMYK0.650.4300.10
HSL220.14º74%60.78%-
HSV(B)220.14º64.63%89.8%-
XYZ25.5223.3777.29-
YUV126.64185.7795.45-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.41%
GREEN value IS 130 (51.17% from 255) = 29.55%
BLUE value IS 229 (89.84% from 255) = 52.05%
R=18.41%
G=29.55%
B=52.05%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal811302290.650.4300.10220.147460.78
Hex5182E5412B0Adc4a3d
Octal1212023451015301233411275
Binary10100011000001011100101100000110101101010110111001001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5182E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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