#5585B4

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

Shades of Danube #5585B4

Tints of Danube #5585B4

Color information

#5585B4 (or 0x5585B4) is unknown color: approx Danube. HEX triplet: 55, 85 and B4. RGB value is (85,133,180). Sum of RGB (Red+Green+Blue) = 85+133+180=398 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.36% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 180 (70.70% from 255 or 45.23% from 398); Max value from RGB is 180 - color contains mainly: blue. Hex color #5585B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5585B4 is #AA7A4B. Grayscale: #7B7B7B. Windows color (decimal): -11172428 or 11830613. OLE color: 11830613.

HSL color Cylindrical-coordinate representation of color #5585B4: hue angle of 209.68º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5585B4 is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB85133180-
CMYK0.530.2600.29
HSL209.68º38.78%51.96%-
HSV(B)209.68º52.78%70.59%-
XYZ20.372246.35-
YUV124.01159.6100.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.36%
GREEN value IS 133 (52.34% from 255) = 33.42%
BLUE value IS 180 (70.70% from 255) = 45.23%
R=21.36%
G=33.42%
B=45.23%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal851331800.530.2600.29209.6838.7851.96
Hex5585B4351A01Dd22734
Octal12520526465320353224764
Binary101010110000101101101001101011101001110111010010100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5585B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5585B4; }

 p { color: rgb(85,133,180); }

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

<style>
 a { background-color: #5585B4; }

 a { background-color: rgb(85,133,180); }

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

<style>
 span { border-color: #5585B4; }

 span { border-color: rgb(85,133,180); }

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