#5391CE

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

Shades of Danube #5391CE

Tints of Danube #5391CE

Color information

#5391CE (or 0x5391CE) is unknown color: approx Danube. HEX triplet: 53, 91 and CE. RGB value is (83,145,206). Sum of RGB (Red+Green+Blue) = 83+145+206=434 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.12% from 434); Green value is 145 (57.03% from 255 or 33.41% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #5391CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5391CE is #AC6E31. Grayscale: #858585. Windows color (decimal): -11300402 or 13537619. OLE color: 13537619.

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

Color convert

RGB83145206-
CMYK0.600.3000.19
HSL209.76º55.66%56.67%-
HSV(B)209.76º59.71%80.78%-
XYZ24.8326.5562.21-
YUV133.42168.9692.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.12%
GREEN value IS 145 (57.03% from 255) = 33.41%
BLUE value IS 206 (80.86% from 255) = 47.47%
R=19.12%
G=33.41%
B=47.47%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal831452060.600.3000.19209.7655.6656.67
Hex5391CE3C1E013d23839
Octal12322131674360233227071
Binary101001110010001110011101111001111001001111010010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5391CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5391CE; }

 p { color: rgb(83,145,206); }

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

<style>
 a { background-color: #5391CE; }

 a { background-color: rgb(83,145,206); }

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

<style>
 span { border-color: #5391CE; }

 span { border-color: rgb(83,145,206); }

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