Html Css Color HEX #5589BD Danube

📋 copy color: '#5589BD'

red 85 ◦ green 137 ◦ blue 189

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

Shades of Danube #5589BD

Tints of Danube #5589BD

RGB

 RED value IS 85 (33.59% from 255) = 20.68%

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

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

R = 20.68%
G = 33.33%
B = 45.99%

CMYK

 C value IS 0.55

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5589BD (or 0x5589BD) is known color: Danube. HEX triplet: 55, 89 and BD. RGB value is (85,137,189). Sum of RGB (Red+Green+Blue) = 85+137+189=411 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.68% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 189 - color contains mainly: blue. Hex color #5589BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5589BD is #AA7642. Grayscale: #7F7F7F. Windows color (decimal): -11171395 or 12421461. OLE color: 12421461.

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

Color convert

RGB 85 137 189 -
CMYK 0.55 0.28 0 0.26
HSL 210º 0.44% 0.54% -
HSV(B) 210º 0.55% 0.74% -
XYZ 21.88 23.5 51.53 -
YUV 127.38 162.77 97.77 -
System Red Green Blue C M Y K H S L
Decimal 85 137 189 0.55 0.28 0 0.26 210 0.44 0.54
Hex 55 89 BD 37 1C 0 1A D2 2C 36
Octal 125 211 275 67 34 0 32 322 54 66
Binary 1010101 10001001 10111101 110111 11100 0 11010 11010010 101100 110110

Color Harmonies of #5589BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5589BD

Black with #5589BD

Text Example


Text Example

White with #5589BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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