Html Css Color HEX #5589BF Danube

📋 copy color: '#5589BF'

red 85 ◦ green 137 ◦ blue 191

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

Shades of Danube #5589BF

Tints of Danube #5589BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.25%

R = 20.58%
G = 33.17%
B = 46.25%

CMYK

 C value IS 0.55

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5589BF (or 0x5589BF) is known color: Danube. HEX triplet: 55, 89 and BF. RGB value is (85,137,191). Sum of RGB (Red+Green+Blue) = 85+137+191=413 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.58% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #5589BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5589BF is #AA7640. Grayscale: #7F7F7F. Windows color (decimal): -11171393 or 12552533. OLE color: 12552533.

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

Color convert

RGB 85 137 191 -
CMYK 0.55 0.28 0 0.25
HSL 210.57º 0.45% 0.54% -
HSV(B) 210.57º 0.55% 0.75% -
XYZ 22.1 23.58 52.68 -
YUV 127.61 163.77 97.61 -
System Red Green Blue C M Y K H S L
Decimal 85 137 191 0.55 0.28 0 0.25 210.57 0.45 0.54
Hex 55 89 BF 37 1C 0 19 D3 2D 36
Octal 125 211 277 67 34 0 31 323 55 66
Binary 1010101 10001001 10111111 110111 11100 0 11001 11010011 101101 110110

Color Harmonies of #5589BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5589BF

Black with #5589BF

Text Example


Text Example

White with #5589BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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