#5490CA

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

Shades of Danube #5490CA

Tints of Danube #5490CA

Color information

#5490CA (or 0x5490CA) is unknown color: approx Danube. HEX triplet: 54, 90 and CA. RGB value is (84,144,202). Sum of RGB (Red+Green+Blue) = 84+144+202=430 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.53% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #5490CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5490CA is #AB6F35. Grayscale: #848484. Windows color (decimal): -11235126 or 13275220. OLE color: 13275220.

HSL color Cylindrical-coordinate representation of color #5490CA: hue angle of 209.49º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5490CA is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB84144202-
CMYK0.580.2900.21
HSL209.49º52.68%56.08%-
HSV(B)209.49º58.42%79.22%-
XYZ24.2926.159.63-
YUV132.67167.1293.28-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.53%
GREEN value IS 144 (56.64% from 255) = 33.49%
BLUE value IS 202 (79.30% from 255) = 46.98%
R=19.53%
G=33.49%
B=46.98%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal841442020.580.2900.21209.4952.6856.08
Hex5490CA3A1D015d13538
Octal12422031272350253216570
Binary101010010010000110010101110101110101010111010001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5490CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5490CA; }

 p { color: rgb(84,144,202); }

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

<style>
 a { background-color: #5490CA; }

 a { background-color: rgb(84,144,202); }

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

<style>
 span { border-color: #5490CA; }

 span { border-color: rgb(84,144,202); }

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