#5487BA

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

Shades of Danube #5487BA

Tints of Danube #5487BA

Color information

#5487BA (or 0x5487BA) is unknown color: approx Danube. HEX triplet: 54, 87 and BA. RGB value is (84,135,186). Sum of RGB (Red+Green+Blue) = 84+135+186=405 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.74% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #5487BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5487BA is #AB7845. Grayscale: #7D7D7D. Windows color (decimal): -11237446 or 12224340. OLE color: 12224340.

HSL color Cylindrical-coordinate representation of color #5487BA: hue angle of 210º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5487BA is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB84135186-
CMYK0.550.2700.27
HSL210º42.5%52.94%-
HSV(B)210º54.84%72.94%-
XYZ21.1822.7649.73-
YUV125.56162.198.35-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.74%
GREEN value IS 135 (53.12% from 255) = 33.33%
BLUE value IS 186 (73.05% from 255) = 45.93%
R=20.74%
G=33.33%
B=45.93%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal841351860.550.2700.2721042.552.94
Hex5487BA371B01Bd22a35
Octal12420727267330333225265
Binary101010010000111101110101101111101101101111010010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5487BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5487BA; }

 p { color: rgb(84,135,186); }

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

<style>
 a { background-color: #5487BA; }

 a { background-color: rgb(84,135,186); }

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

<style>
 span { border-color: #5487BA; }

 span { border-color: rgb(84,135,186); }

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