#5489BE

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

Shades of Danube #5489BE

Tints of Danube #5489BE

Color information

#5489BE (or 0x5489BE) is unknown color: approx Danube. HEX triplet: 54, 89 and BE. RGB value is (84,137,190). Sum of RGB (Red+Green+Blue) = 84+137+190=411 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.44% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #5489BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5489BE is #AB7641. Grayscale: #7E7E7E. Windows color (decimal): -11236930 or 12486996. OLE color: 12486996.

HSL color Cylindrical-coordinate representation of color #5489BE: hue angle of 210º 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 #5489BE is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB84137190-
CMYK0.560.2800.25
HSL210º44.92%53.73%-
HSV(B)210º55.79%74.51%-
XYZ21.923.4952.1-
YUV127.2163.4497.19-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.44%
GREEN value IS 137 (53.91% from 255) = 33.33%
BLUE value IS 190 (74.61% from 255) = 46.23%
R=20.44%
G=33.33%
B=46.23%

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
Decimal841371900.560.2800.2521044.9253.73
Hex5489BE381C019d22d36
Octal12421127670340313225566
Binary101010010001001101111101110001110001100111010010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5489BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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