#5489BF

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

Shades of Danube #5489BF

Tints of Danube #5489BF

Color information

#5489BF (or 0x5489BF) is unknown color: approx Danube. HEX triplet: 54, 89 and BF. RGB value is (84,137,191). Sum of RGB (Red+Green+Blue) = 84+137+191=412 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.39% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 191 - color contains mainly: blue. Hex color #5489BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5489BF is #AB7640. Grayscale: #7F7F7F. Windows color (decimal): -11236929 or 12552532. OLE color: 12552532.

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

Color convert

RGB84137191-
CMYK0.560.2800.25
HSL210.28º45.53%53.92%-
HSV(B)210.28º56.02%74.9%-
XYZ22.0123.5452.67-
YUV127.31163.9497.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.39%
GREEN value IS 137 (53.91% from 255) = 33.25%
BLUE value IS 191 (75% from 255) = 46.36%
R=20.39%
G=33.25%
B=46.36%

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
Decimal841371910.560.2800.25210.2845.5353.92
Hex5489BF381C019d22e36
Octal12421127770340313225666
Binary101010010001001101111111110001110001100111010010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5489BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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