#5389DF

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

Shades of Cornflower Blue #5389DF

Tints of Cornflower Blue #5389DF

Color information

#5389DF (or 0x5389DF) is unknown color: approx Cornflower Blue. HEX triplet: 53, 89 and DF. RGB value is (83,137,223). Sum of RGB (Red+Green+Blue) = 83+137+223=443 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.74% from 443); Green value is 137 (53.91% from 255 or 30.93% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #5389DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5389DF is #AC7620. Grayscale: #828282. Windows color (decimal): -11302433 or 14649683. OLE color: 14649683.

HSL color Cylindrical-coordinate representation of color #5389DF: hue angle of 216.86º degrees, saturation: 0.69, 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 #5389DF is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB83137223-
CMYK0.630.3900.13
HSL216.86º68.63%60%-
HSV(B)216.86º62.78%87.45%-
XYZ25.8325.0673.29-
YUV130.66180.1194.01-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.74%
GREEN value IS 137 (53.91% from 255) = 30.93%
BLUE value IS 223 (87.5% from 255) = 50.34%
R=18.74%
G=30.93%
B=50.34%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal831372230.630.3900.13216.8668.6360
Hex5389DF3F270Dd9453c
Octal123211337774701533110574
Binary1010011100010011101111111111110011101101110110011000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5389DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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