#5391be

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

Shades of Danube #5391BE

Tints of Danube #5391BE

Color information

#5391BE (or 0x5391BE) is unknown color: approx Danube. HEX triplet: 53, 91 and BE. RGB value is (83,145,190). Sum of RGB (Red+Green+Blue) = 83+145+190=418 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.86% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 190 - color contains mainly: blue. Hex color #5391BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5391BE is #AC6E41. Grayscale: #838383. Windows color (decimal): -11300418 or 12489043. OLE color: 12489043.

HSL color Cylindrical-coordinate representation of color #5391BE: hue angle of 205.23º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5391BE is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB83145190-
CMYK0.560.2400.25
HSL205.23º45.15%53.53%-
HSV(B)205.23º56.32%74.51%-
XYZ22.9925.8152.49-
YUV131.59160.9693.34-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.86%
GREEN value IS 145 (57.03% from 255) = 34.69%
BLUE value IS 190 (74.61% from 255) = 45.45%
R=19.86%
G=34.69%
B=45.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831451900.560.2400.25205.2345.1553.53
Hex5391BE3818019cd2d36
Octal12322127670300313155566
Binary101001110010001101111101110001100001100111001101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5391be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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