#5492BF

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

Shades of Danube #5492BF

Tints of Danube #5492BF

Color information

#5492BF (or 0x5492BF) is unknown color: approx Danube. HEX triplet: 54, 92 and BF. RGB value is (84,146,191). Sum of RGB (Red+Green+Blue) = 84+146+191=421 (55% of max value = 765). Red value is 84 (33.20% from 255 or 19.95% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 191 (75% from 255 or 45.37% from 421); Max value from RGB is 191 - color contains mainly: blue. Hex color #5492BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5492BF is #AB6D40. Grayscale: #848484. Windows color (decimal): -11234625 or 12554836. OLE color: 12554836.

HSL color Cylindrical-coordinate representation of color #5492BF: hue angle of 205.23º degrees, saturation: 0.46, 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 #5492BF is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB84146191-
CMYK0.560.2400.25
HSL205.23º45.53%53.92%-
HSV(B)205.23º56.02%74.9%-
XYZ23.3426.253.12-
YUV132.59160.9693.34-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.95%
GREEN value IS 146 (57.42% from 255) = 34.68%
BLUE value IS 191 (75% from 255) = 45.37%
R=19.95%
G=34.68%
B=45.37%

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
Decimal841461910.560.2400.25205.2345.5353.92
Hex5492BF3818019cd2e36
Octal12422227770300313155666
Binary101010010010010101111111110001100001100111001101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5492BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5492BF; }

 p { color: rgb(84,146,191); }

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

<style>
 a { background-color: #5492BF; }

 a { background-color: rgb(84,146,191); }

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

<style>
 span { border-color: #5492BF; }

 span { border-color: rgb(84,146,191); }

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