Html Css Color HEX #5589BC Danube

📋 copy color: '#5589BC'

red 85 ◦ green 137 ◦ blue 188

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

Shades of Danube #5589BC

Tints of Danube #5589BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.85%

R = 20.73%
G = 33.41%
B = 45.85%

CMYK

 C value IS 0.55

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5589BC (or 0x5589BC) is known color: Danube. HEX triplet: 55, 89 and BC. RGB value is (85,137,188). Sum of RGB (Red+Green+Blue) = 85+137+188=410 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.73% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 188 - color contains mainly: blue. Hex color #5589BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5589BC is #AA7643. Grayscale: #7F7F7F. Windows color (decimal): -11171396 or 12355925. OLE color: 12355925.

HSL color Cylindrical-coordinate representation of color #5589BC: hue angle of 209.71º degrees, saturation: 0.43, 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 #5589BC is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 137 188 -
CMYK 0.55 0.27 0 0.26
HSL 209.71º 0.43% 0.54% -
HSV(B) 209.71º 0.55% 0.74% -
XYZ 21.77 23.45 50.96 -
YUV 127.27 162.27 97.85 -
System Red Green Blue C M Y K H S L
Decimal 85 137 188 0.55 0.27 0 0.26 209.71 0.43 0.54
Hex 55 89 BC 37 1B 0 1A D2 2B 36
Octal 125 211 274 67 33 0 32 322 53 66
Binary 1010101 10001001 10111100 110111 11011 0 11010 11010010 101011 110110

Color Harmonies of #5589BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5589BC

Black with #5589BC

Text Example


Text Example

White with #5589BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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