#5389BF

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

Shades of Danube #5389BF

Tints of Danube #5389BF

Color information

#5389BF (or 0x5389BF) is unknown color: approx Danube. HEX triplet: 53, 89 and BF. RGB value is (83,137,191). Sum of RGB (Red+Green+Blue) = 83+137+191=411 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.19% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #5389BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5389BF is #AC7640. Grayscale: #7E7E7E. Windows color (decimal): -11302465 or 12552531. OLE color: 12552531.

HSL color Cylindrical-coordinate representation of color #5389BF: hue angle of 210º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5389BF is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB83137191-
CMYK0.570.2800.25
HSL210º45.76%53.73%-
HSV(B)210º56.54%74.9%-
XYZ21.9223.4952.67-
YUV127.01164.1196.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.19%
GREEN value IS 137 (53.91% from 255) = 33.33%
BLUE value IS 191 (75% from 255) = 46.47%
R=20.19%
G=33.33%
B=46.47%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831371910.570.2800.2521045.7653.73
Hex5389BF391C019d22e36
Octal12321127771340313225666
Binary101001110001001101111111110011110001100111010010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5389BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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