#5488BA

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

Shades of Danube #5488BA

Tints of Danube #5488BA

Color information

#5488BA (or 0x5488BA) is unknown color: approx Danube. HEX triplet: 54, 88 and BA. RGB value is (84,136,186). Sum of RGB (Red+Green+Blue) = 84+136+186=406 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.69% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #5488BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5488BA is #AB7745. Grayscale: #7D7D7D. Windows color (decimal): -11237190 or 12224596. OLE color: 12224596.

HSL color Cylindrical-coordinate representation of color #5488BA: hue angle of 209.41º 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 #5488BA is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB84136186-
CMYK0.550.2700.27
HSL209.41º42.5%52.94%-
HSV(B)209.41º54.84%72.94%-
XYZ21.3223.0449.78-
YUV126.15161.7797.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.69%
GREEN value IS 136 (53.52% from 255) = 33.50%
BLUE value IS 186 (73.05% from 255) = 45.81%
R=20.69%
G=33.50%
B=45.81%

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
Decimal841361860.550.2700.27209.4142.552.94
Hex5488BA371B01Bd12a35
Octal12421027267330333215265
Binary101010010001000101110101101111101101101111010001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5488BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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