#5194C5

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

Shades of Danube #5194C5

Tints of Danube #5194C5

Color information

#5194C5 (or 0x5194C5) is unknown color: approx Danube. HEX triplet: 51, 94 and C5. RGB value is (81,148,197). Sum of RGB (Red+Green+Blue) = 81+148+197=426 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.01% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 197 (77.34% from 255 or 46.24% from 426); Max value from RGB is 197 - color contains mainly: blue. Hex color #5194C5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5194C5 is #AE6B3A. Grayscale: #858585. Windows color (decimal): -11430715 or 12948561. OLE color: 12948561.

HSL color Cylindrical-coordinate representation of color #5194C5: hue angle of 205.34º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5194C5 is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB81148197-
CMYK0.590.2500.23
HSL205.34º50%54.51%-
HSV(B)205.34º58.88%77.25%-
XYZ24.0626.9656.76-
YUV133.55163.890.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.01%
GREEN value IS 148 (58.20% from 255) = 34.74%
BLUE value IS 197 (77.34% from 255) = 46.24%
R=19.01%
G=34.74%
B=46.24%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal811481970.590.2500.23205.345054.51
Hex5194C53B19017cd3237
Octal12122430573310273156267
Binary101000110010100110001011110111100101011111001101110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5194C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5194C5; }

 p { color: rgb(81,148,197); }

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

<style>
 a { background-color: #5194C5; }

 a { background-color: rgb(81,148,197); }

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

<style>
 span { border-color: #5194C5; }

 span { border-color: rgb(81,148,197); }

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