#5390cb

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

Shades of Danube #5390CB

Tints of Danube #5390CB

Color information

#5390CB (or 0x5390CB) is unknown color: approx Danube. HEX triplet: 53, 90 and CB. RGB value is (83,144,203). Sum of RGB (Red+Green+Blue) = 83+144+203=430 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.30% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #5390CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5390CB is #AC6F34. Grayscale: #848484. Windows color (decimal): -11300661 or 13340755. OLE color: 13340755.

HSL color Cylindrical-coordinate representation of color #5390CB: hue angle of 209.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5390CB is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB83144203-
CMYK0.590.2900.20
HSL209.5º53.57%56.08%-
HSV(B)209.5º59.11%79.61%-
XYZ24.3226.160.26-
YUV132.49167.7992.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.30%
GREEN value IS 144 (56.64% from 255) = 33.49%
BLUE value IS 203 (79.69% from 255) = 47.21%
R=19.30%
G=33.49%
B=47.21%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal831442030.590.2900.20209.553.5756.08
Hex5390CB3B1D014d23638
Octal12322031373350243226670
Binary101001110010000110010111110111110101010011010010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5390cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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