#5586B6

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

Shades of Danube #5586B6

Tints of Danube #5586B6

Color information

#5586B6 (or 0x5586B6) is unknown color: approx Danube. HEX triplet: 55, 86 and B6. RGB value is (85,134,182). Sum of RGB (Red+Green+Blue) = 85+134+182=401 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.20% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 182 (71.48% from 255 or 45.39% from 401); Max value from RGB is 182 - color contains mainly: blue. Hex color #5586B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5586B6 is #AA7949. Grayscale: #7C7C7C. Windows color (decimal): -11172170 or 11961941. OLE color: 11961941.

HSL color Cylindrical-coordinate representation of color #5586B6: hue angle of 209.69º degrees, saturation: 0.4, 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 #5586B6 is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB85134182-
CMYK0.530.2600.29
HSL209.69º39.92%52.35%-
HSV(B)209.69º53.3%71.37%-
XYZ20.7122.3647.48-
YUV124.82160.2799.6-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.20%
GREEN value IS 134 (52.73% from 255) = 33.42%
BLUE value IS 182 (71.48% from 255) = 45.39%
R=21.20%
G=33.42%
B=45.39%

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
Decimal851341820.530.2600.29209.6939.9252.35
Hex5586B6351A01Dd22834
Octal12520626665320353225064
Binary101010110000110101101101101011101001110111010010101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5586B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5586B6; }

 p { color: rgb(85,134,182); }

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

<style>
 a { background-color: #5586B6; }

 a { background-color: rgb(85,134,182); }

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

<style>
 span { border-color: #5586B6; }

 span { border-color: rgb(85,134,182); }

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