Html Css Color HEX #5589BA Danube

📋 copy color: '#5589BA'

red 85 ◦ green 137 ◦ blue 186

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

Shades of Danube #5589BA

Tints of Danube #5589BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.59%

R = 20.83%
G = 33.58%
B = 45.59%

CMYK

 C value IS 0.54

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5589BA (or 0x5589BA) is known color: Danube. HEX triplet: 55, 89 and BA. RGB value is (85,137,186). Sum of RGB (Red+Green+Blue) = 85+137+186=408 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.83% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #5589BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5589BA is #AA7645. Grayscale: #7E7E7E. Windows color (decimal): -11171398 or 12224853. OLE color: 12224853.

HSL color Cylindrical-coordinate representation of color #5589BA: hue angle of 209.11º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5589BA is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 137 186 -
CMYK 0.54 0.26 0 0.27
HSL 209.11º 0.42% 0.53% -
HSV(B) 209.11º 0.54% 0.73% -
XYZ 21.55 23.37 49.83 -
YUV 127.04 161.27 98.02 -
System Red Green Blue C M Y K H S L
Decimal 85 137 186 0.54 0.26 0 0.27 209.11 0.42 0.53
Hex 55 89 BA 36 1A 0 1B D1 2A 35
Octal 125 211 272 66 32 0 33 321 52 65
Binary 1010101 10001001 10111010 110110 11010 0 11011 11010001 101010 110101

Color Harmonies of #5589BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5589BA

Black with #5589BA

Text Example


Text Example

White with #5589BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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