#5593BF

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

Shades of Danube #5593BF

Tints of Danube #5593BF

Color information

#5593BF (or 0x5593BF) is unknown color: approx Danube. HEX triplet: 55, 93 and BF. RGB value is (85,147,191). Sum of RGB (Red+Green+Blue) = 85+147+191=423 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.09% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 191 - color contains mainly: blue. Hex color #5593BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5593BF is #AA6C40. Grayscale: #858585. Windows color (decimal): -11168833 or 12555093. OLE color: 12555093.

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

Color convert

RGB85147191-
CMYK0.550.2300.25
HSL204.91º45.3%54.12%-
HSV(B)204.91º55.5%74.9%-
XYZ23.5826.5653.17-
YUV133.48160.4693.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.09%
GREEN value IS 147 (57.81% from 255) = 34.75%
BLUE value IS 191 (75% from 255) = 45.15%
R=20.09%
G=34.75%
B=45.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal851471910.550.2300.25204.9145.354.12
Hex5593BF3717019cd2d36
Octal12522327767270313155566
Binary101010110010011101111111101111011101100111001101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5593BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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