#5389BE

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

Shades of Danube #5389BE

Tints of Danube #5389BE

Color information

#5389BE (or 0x5389BE) is unknown color: approx Danube. HEX triplet: 53, 89 and BE. RGB value is (83,137,190). Sum of RGB (Red+Green+Blue) = 83+137+190=410 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.24% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #5389BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5389BE is #AC7641. Grayscale: #7E7E7E. Windows color (decimal): -11302466 or 12486995. OLE color: 12486995.

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

Color convert

RGB83137190-
CMYK0.560.2800.25
HSL209.72º45.15%53.53%-
HSV(B)209.72º56.32%74.51%-
XYZ21.8123.4552.09-
YUV126.9163.6196.69-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.24%
GREEN value IS 137 (53.91% from 255) = 33.41%
BLUE value IS 190 (74.61% from 255) = 46.34%
R=20.24%
G=33.41%
B=46.34%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831371900.560.2800.25209.7245.1553.53
Hex5389BE381C019d22d36
Octal12321127670340313225566
Binary101001110001001101111101110001110001100111010010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5389BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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