Html Css Color HEX #5489BD Danube

📋 copy color: '#5489BD'

red 84 ◦ green 137 ◦ blue 189

#5489BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Danube #5489BD

Tints of Danube #5489BD

RGB

 RED value IS 84 (33.2% from 255) = 20.49%

 GREEN value IS 137 (53.91% from 255) = 33.41%

 BLUE value IS 189 (74.22% from 255) = 46.1%

R = 20.49%
G = 33.41%
B = 46.1%

CMYK

 C value IS 0.56

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5489BD (or 0x5489BD) is known color: Danube. HEX triplet: 54, 89 and BD. RGB value is (84,137,189). Sum of RGB (Red+Green+Blue) = 84+137+189=410 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.49% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 189 - color contains mainly: blue. Hex color #5489BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5489BD is #AB7642. Grayscale: #7E7E7E. Windows color (decimal): -11236931 or 12421460. OLE color: 12421460.

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

Color convert

RGB 84 137 189 -
CMYK 0.56 0.28 0 0.26
HSL 209.71º 0.44% 0.54% -
HSV(B) 209.71º 0.56% 0.74% -
XYZ 21.79 23.45 51.52 -
YUV 127.08 162.94 97.27 -
System Red Green Blue C M Y K H S L
Decimal 84 137 189 0.56 0.28 0 0.26 209.71 0.44 0.54
Hex 54 89 BD 38 1C 0 1A D2 2C 36
Octal 124 211 275 70 34 0 32 322 54 66
Binary 1010100 10001001 10111101 111000 11100 0 11010 11010010 101100 110110

Color Harmonies of #5489BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5489BD

Black with #5489BD

Text Example


Text Example

White with #5489BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5489BD;
 }
 .AnyTagClassName
 {
   color: #5489BD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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