#5590BC

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

Shades of Danube #5590BC

Tints of Danube #5590BC

Color information

#5590BC (or 0x5590BC) is unknown color: approx Danube. HEX triplet: 55, 90 and BC. RGB value is (85,144,188). Sum of RGB (Red+Green+Blue) = 85+144+188=417 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.38% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #5590BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5590BC is #AA6F43. Grayscale: #838383. Windows color (decimal): -11169604 or 12357717. OLE color: 12357717.

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

Color convert

RGB85144188-
CMYK0.550.2300.26
HSL205.63º43.46%53.53%-
HSV(B)205.63º54.79%73.73%-
XYZ22.825.5151.3-
YUV131.38159.9594.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.38%
GREEN value IS 144 (56.64% from 255) = 34.53%
BLUE value IS 188 (73.83% from 255) = 45.08%
R=20.38%
G=34.53%
B=45.08%

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
Decimal851441880.550.2300.26205.6343.4653.53
Hex5590BC371701Ace2b36
Octal12522027467270323165366
Binary101010110010000101111001101111011101101011001110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5590BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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