#5591BC

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

Shades of Danube #5591BC

Tints of Danube #5591BC

Color information

#5591BC (or 0x5591BC) is unknown color: approx Danube. HEX triplet: 55, 91 and BC. RGB value is (85,145,188). Sum of RGB (Red+Green+Blue) = 85+145+188=418 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.33% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #5591BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5591BC is #AA6E43. Grayscale: #838383. Windows color (decimal): -11169348 or 12357973. OLE color: 12357973.

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

Color convert

RGB85145188-
CMYK0.550.2300.26
HSL205.05º43.46%53.53%-
HSV(B)205.05º54.79%73.73%-
XYZ22.9525.8151.35-
YUV131.96159.6294.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.33%
GREEN value IS 145 (57.03% from 255) = 34.69%
BLUE value IS 188 (73.83% from 255) = 44.98%
R=20.33%
G=34.69%
B=44.98%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal851451880.550.2300.26205.0543.4653.53
Hex5591BC371701Acd2b36
Octal12522127467270323155366
Binary101010110010001101111001101111011101101011001101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5591BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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