#5588bb

Color #5588BB Danube (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Danube #5588BB

Tints of Danube #5588BB

Color information

#5588BB (or 0x5588BB) is unknown color: approx Danube. HEX triplet: 55, 88 and BB. RGB value is (85,136,187). Sum of RGB (Red+Green+Blue) = 85+136+187=408 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.83% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 187 - color contains mainly: blue. Hex color #5588BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5588BB is #AA7744. Grayscale: #7E7E7E. Windows color (decimal): -11171653 or 12290133. OLE color: 12290133.

HSL color Cylindrical-coordinate representation of color #5588BB: hue angle of 210º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5588BB is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB85136187-
CMYK0.550.2700.27
HSL210º42.86%53.33%-
HSV(B)210º54.55%73.33%-
XYZ21.5223.1350.34-
YUV126.56162.198.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.83%
GREEN value IS 136 (53.52% from 255) = 33.33%
BLUE value IS 187 (73.44% from 255) = 45.83%
R=20.83%
G=33.33%
B=45.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal851361870.550.2700.2721042.8653.33
Hex5588BB371B01Bd22b35
Octal12521027367330333225365
Binary101010110001000101110111101111101101101111010010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5588bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5588bb; }

 p { color: rgb(85,136,187); }

 H1.HeaderClassName
 {
   color: #5588bb;
 }
 .AnyTagClassName
 {
   color: #5588bb;
 }
</style>
background-color css

<style>
 a { background-color: #5588bb; }

 a { background-color: rgb(85,136,187); }

 div.DivClassName
 {
   background-color: #5588bb;
 }
 .BgClassName
 {
   background-color: #5588bb;
 }
</style>
border-color css

<style>
 span { border-color: #5588bb; }

 span { border-color: rgb(85,136,187); }

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