#5291CA

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

Shades of Danube #5291CA

Tints of Danube #5291CA

Color information

#5291CA (or 0x5291CA) is unknown color: approx Danube. HEX triplet: 52, 91 and CA. RGB value is (82,145,202). Sum of RGB (Red+Green+Blue) = 82+145+202=429 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.11% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #5291CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5291CA is #AD6E35. Grayscale: #848484. Windows color (decimal): -11365942 or 13275474. OLE color: 13275474.

HSL color Cylindrical-coordinate representation of color #5291CA: hue angle of 208.5º 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 #5291CA is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB82145202-
CMYK0.590.2800.21
HSL208.5º53.1%55.69%-
HSV(B)208.5º59.41%79.22%-
XYZ24.2726.3159.68-
YUV132.66167.1391.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.11%
GREEN value IS 145 (57.03% from 255) = 33.80%
BLUE value IS 202 (79.30% from 255) = 47.09%
R=19.11%
G=33.80%
B=47.09%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal821452020.590.2800.21208.553.155.69
Hex5291CA3B1C015d03538
Octal12222131273340253206570
Binary101001010010001110010101110111110001010111010000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5291CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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