#5390C9

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

Shades of Danube #5390C9

Tints of Danube #5390C9

Color information

#5390C9 (or 0x5390C9) is unknown color: approx Danube. HEX triplet: 53, 90 and C9. RGB value is (83,144,201). Sum of RGB (Red+Green+Blue) = 83+144+201=428 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.39% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 201 (78.91% from 255 or 46.96% from 428); Max value from RGB is 201 - color contains mainly: blue. Hex color #5390C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5390C9 is #AC6F36. Grayscale: #838383. Windows color (decimal): -11300663 or 13209683. OLE color: 13209683.

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

Color convert

RGB83144201-
CMYK0.590.2800.21
HSL208.98º52.21%55.69%-
HSV(B)208.98º58.71%78.82%-
XYZ24.082659.01-
YUV132.26166.7992.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.39%
GREEN value IS 144 (56.64% from 255) = 33.64%
BLUE value IS 201 (78.91% from 255) = 46.96%
R=19.39%
G=33.64%
B=46.96%

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
Decimal831442010.590.2800.21208.9852.2155.69
Hex5390C93B1C015d13438
Octal12322031173340253216470
Binary101001110010000110010011110111110001010111010001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5390C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5390C9; }

 p { color: rgb(83,144,201); }

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

<style>
 a { background-color: #5390C9; }

 a { background-color: rgb(83,144,201); }

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

<style>
 span { border-color: #5390C9; }

 span { border-color: rgb(83,144,201); }

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