#5491BE

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

Shades of Danube #5491BE

Tints of Danube #5491BE

Color information

#5491BE (or 0x5491BE) is unknown color: approx Danube. HEX triplet: 54, 91 and BE. RGB value is (84,145,190). Sum of RGB (Red+Green+Blue) = 84+145+190=419 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.05% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #5491BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5491BE is #AB6E41. Grayscale: #838383. Windows color (decimal): -11234882 or 12489044. OLE color: 12489044.

HSL color Cylindrical-coordinate representation of color #5491BE: hue angle of 205.47º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5491BE is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB84145190-
CMYK0.560.2400.25
HSL205.47º44.92%53.73%-
HSV(B)205.47º55.79%74.51%-
XYZ23.0825.8552.49-
YUV131.89160.7993.84-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.05%
GREEN value IS 145 (57.03% from 255) = 34.61%
BLUE value IS 190 (74.61% from 255) = 45.35%
R=20.05%
G=34.61%
B=45.35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal841451900.560.2400.25205.4744.9253.73
Hex5491BE3818019cd2d36
Octal12422127670300313155566
Binary101010010010001101111101110001100001100111001101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5491BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5491BE; }

 p { color: rgb(84,145,190); }

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

<style>
 a { background-color: #5491BE; }

 a { background-color: rgb(84,145,190); }

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

<style>
 span { border-color: #5491BE; }

 span { border-color: rgb(84,145,190); }

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