#5394E4

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

Shades of Cornflower Blue #5394E4

Tints of Cornflower Blue #5394E4

Color information

#5394E4 (or 0x5394E4) is unknown color: approx Cornflower Blue. HEX triplet: 53, 94 and E4. RGB value is (83,148,228). Sum of RGB (Red+Green+Blue) = 83+148+228=459 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.08% from 459); Green value is 148 (58.20% from 255 or 32.24% from 459); Blue value is 228 (89.45% from 255 or 49.67% from 459); Max value from RGB is 228 - color contains mainly: blue. Hex color #5394E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5394E4 is #AC6B1B. Grayscale: #898989. Windows color (decimal): -11299612 or 14980179. OLE color: 14980179.

HSL color Cylindrical-coordinate representation of color #5394E4: hue angle of 213.1º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5394E4 is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB83148228-
CMYK0.640.3500.11
HSL213.1º72.86%60.98%-
HSV(B)213.1º63.6%89.41%-
XYZ28.1628.6277.44-
YUV137.68178.9789-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.08%
GREEN value IS 148 (58.20% from 255) = 32.24%
BLUE value IS 228 (89.45% from 255) = 49.67%
R=18.08%
G=32.24%
B=49.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal831482280.640.3500.11213.172.8660.98
Hex5394E440230Bd5493d
Octal1232243441004301332511175
Binary10100111001010011100100100000010001101011110101011001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5394E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5394E4; }

 p { color: rgb(83,148,228); }

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

<style>
 a { background-color: #5394E4; }

 a { background-color: rgb(83,148,228); }

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

<style>
 span { border-color: #5394E4; }

 span { border-color: rgb(83,148,228); }

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