#5489BC

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

Shades of Danube #5489BC

Tints of Danube #5489BC

Color information

#5489BC (or 0x5489BC) is unknown color: approx Danube. HEX triplet: 54, 89 and BC. RGB value is (84,137,188). Sum of RGB (Red+Green+Blue) = 84+137+188=409 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.54% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #5489BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5489BC is #AB7643. Grayscale: #7E7E7E. Windows color (decimal): -11236932 or 12355924. OLE color: 12355924.

HSL color Cylindrical-coordinate representation of color #5489BC: hue angle of 209.42º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5489BC is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB84137188-
CMYK0.550.2700.26
HSL209.42º43.7%53.33%-
HSV(B)209.42º55.32%73.73%-
XYZ21.6823.4150.95-
YUV126.97162.4497.35-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.54%
GREEN value IS 137 (53.91% from 255) = 33.50%
BLUE value IS 188 (73.83% from 255) = 45.97%
R=20.54%
G=33.50%
B=45.97%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal841371880.550.2700.26209.4243.753.33
Hex5489BC371B01Ad12c35
Octal12421127467330323215465
Binary101010010001001101111001101111101101101011010001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5489BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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