#5290CA

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

Shades of Danube #5290CA

Tints of Danube #5290CA

Color information

#5290CA (or 0x5290CA) is unknown color: approx Danube. HEX triplet: 52, 90 and CA. RGB value is (82,144,202). Sum of RGB (Red+Green+Blue) = 82+144+202=428 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.16% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 202 - color contains mainly: blue. Hex color #5290CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5290CA is #AD6F35. Grayscale: #838383. Windows color (decimal): -11366198 or 13275218. OLE color: 13275218.

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

Color convert

RGB82144202-
CMYK0.590.2900.21
HSL209º53.1%55.69%-
HSV(B)209º59.41%79.22%-
XYZ24.112659.63-
YUV132.07167.4692.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.16%
GREEN value IS 144 (56.64% from 255) = 33.64%
BLUE value IS 202 (79.30% from 255) = 47.20%
R=19.16%
G=33.64%
B=47.20%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal821442020.590.2900.2120953.155.69
Hex5290CA3B1D015d13538
Octal12222031273350253216570
Binary101001010010000110010101110111110101010111010001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5290CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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