#5490CF

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

Shades of Danube #5490CF

Tints of Danube #5490CF

Color information

#5490CF (or 0x5490CF) is unknown color: approx Danube. HEX triplet: 54, 90 and CF. RGB value is (84,144,207). Sum of RGB (Red+Green+Blue) = 84+144+207=435 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.31% from 435); Green value is 144 (56.64% from 255 or 33.10% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #5490CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5490CF is #AB6F30. Grayscale: #848484. Windows color (decimal): -11235121 or 13602900. OLE color: 13602900.

HSL color Cylindrical-coordinate representation of color #5490CF: hue angle of 210.73º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5490CF is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB84144207-
CMYK0.590.3000.19
HSL210.73º56.16%57.06%-
HSV(B)210.73º59.42%81.18%-
XYZ24.8926.3462.8-
YUV133.24169.6292.88-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.31%
GREEN value IS 144 (56.64% from 255) = 33.10%
BLUE value IS 207 (81.25% from 255) = 47.59%
R=19.31%
G=33.10%
B=47.59%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal841442070.590.3000.19210.7356.1657.06
Hex5490CF3B1E013d33839
Octal12422031773360233237071
Binary101010010010000110011111110111111001001111010011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5490CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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