#5488BC

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

Shades of Danube #5488BC

Tints of Danube #5488BC

Color information

#5488BC (or 0x5488BC) is unknown color: approx Danube. HEX triplet: 54, 88 and BC. RGB value is (84,136,188). Sum of RGB (Red+Green+Blue) = 84+136+188=408 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.59% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #5488BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5488BC is #AB7743. Grayscale: #7E7E7E. Windows color (decimal): -11237188 or 12355668. OLE color: 12355668.

HSL color Cylindrical-coordinate representation of color #5488BC: hue angle of 210º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5488BC is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB84136188-
CMYK0.550.2800.26
HSL210º43.7%53.33%-
HSV(B)210º55.32%73.73%-
XYZ21.5423.1250.91-
YUV126.38162.7797.77-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.59%
GREEN value IS 136 (53.52% from 255) = 33.33%
BLUE value IS 188 (73.83% from 255) = 46.08%
R=20.59%
G=33.33%
B=46.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal841361880.550.2800.2621043.753.33
Hex5488BC371C01Ad22c35
Octal12421027467340323225465
Binary101010010001000101111001101111110001101011010010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5488BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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