#5488BD

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

Shades of Danube #5488BD

Tints of Danube #5488BD

Color information

#5488BD (or 0x5488BD) is unknown color: approx Danube. HEX triplet: 54, 88 and BD. RGB value is (84,136,189). Sum of RGB (Red+Green+Blue) = 84+136+189=409 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.54% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 189 - color contains mainly: blue. Hex color #5488BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5488BD is #AB7742. Grayscale: #7E7E7E. Windows color (decimal): -11237187 or 12421204. OLE color: 12421204.

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

Color convert

RGB84136189-
CMYK0.560.2800.26
HSL210.29º44.3%53.53%-
HSV(B)210.29º55.56%74.12%-
XYZ21.6523.1751.47-
YUV126.49163.2797.69-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.54%
GREEN value IS 136 (53.52% from 255) = 33.25%
BLUE value IS 189 (74.22% from 255) = 46.21%
R=20.54%
G=33.25%
B=46.21%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal841361890.560.2800.26210.2944.353.53
Hex5488BD381C01Ad22c36
Octal12421027570340323225466
Binary101010010001000101111011110001110001101011010010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5488BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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