#5389de

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

Shades of Cornflower Blue #5389DE

Tints of Cornflower Blue #5389DE

Color information

#5389DE (or 0x5389DE) is unknown color: approx Cornflower Blue. HEX triplet: 53, 89 and DE. RGB value is (83,137,222). Sum of RGB (Red+Green+Blue) = 83+137+222=442 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.78% from 442); Green value is 137 (53.91% from 255 or 31.00% from 442); Blue value is 222 (87.11% from 255 or 50.23% from 442); Max value from RGB is 222 - color contains mainly: blue. Hex color #5389DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5389DE is #AC7621. Grayscale: #828282. Windows color (decimal): -11302434 or 14584147. OLE color: 14584147.

HSL color Cylindrical-coordinate representation of color #5389DE: hue angle of 216.69º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5389DE is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB83137222-
CMYK0.630.3800.13
HSL216.69º67.8%59.8%-
HSV(B)216.69º62.61%87.06%-
XYZ25.72572.58-
YUV130.54179.6194.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.78%
GREEN value IS 137 (53.91% from 255) = 31.00%
BLUE value IS 222 (87.11% from 255) = 50.23%
R=18.78%
G=31.00%
B=50.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal831372220.630.3800.13216.6967.859.8
Hex5389DE3F260Dd9443c
Octal123211336774601533110474
Binary1010011100010011101111011111110011001101110110011000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5389de

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5389de; }

 p { color: rgb(83,137,222); }

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

<style>
 a { background-color: #5389de; }

 a { background-color: rgb(83,137,222); }

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

<style>
 span { border-color: #5389de; }

 span { border-color: rgb(83,137,222); }

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