#5490C0

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

Shades of Danube #5490C0

Tints of Danube #5490C0

Color information

#5490C0 (or 0x5490C0) is unknown color: approx Danube. HEX triplet: 54, 90 and C0. RGB value is (84,144,192). Sum of RGB (Red+Green+Blue) = 84+144+192=420 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 192 (75.39% from 255 or 45.71% from 420); Max value from RGB is 192 - color contains mainly: blue. Hex color #5490C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5490C0 is #AB6F3F. Grayscale: #838383. Windows color (decimal): -11235136 or 12619860. OLE color: 12619860.

HSL color Cylindrical-coordinate representation of color #5490C0: hue angle of 206.67º 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 #5490C0 is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB84144192-
CMYK0.560.2500.25
HSL206.67º46.15%54.12%-
HSV(B)206.67º56.25%75.29%-
XYZ23.1425.6453.6-
YUV131.53162.1294.1-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20%
GREEN value IS 144 (56.64% from 255) = 34.29%
BLUE value IS 192 (75.39% from 255) = 45.71%
R=20%
G=34.29%
B=45.71%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal841441920.560.2500.25206.6746.1554.12
Hex5490C03819019cf2e36
Octal12422030070310313175666
Binary101010010010000110000001110001100101100111001111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5490C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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