#5192C4

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

Shades of Danube #5192C4

Tints of Danube #5192C4

Color information

#5192C4 (or 0x5192C4) is unknown color: approx Danube. HEX triplet: 51, 92 and C4. RGB value is (81,146,196). Sum of RGB (Red+Green+Blue) = 81+146+196=423 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.15% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 196 (76.95% from 255 or 46.34% from 423); Max value from RGB is 196 - color contains mainly: blue. Hex color #5192C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5192C4 is #AE6D3B. Grayscale: #848484. Windows color (decimal): -11431228 or 12882513. OLE color: 12882513.

HSL color Cylindrical-coordinate representation of color #5192C4: hue angle of 206.09º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5192C4 is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB81146196-
CMYK0.590.2600.23
HSL206.09º49.36%54.31%-
HSV(B)206.09º58.67%76.86%-
XYZ23.6426.2956.05-
YUV132.26163.9791.43-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.15%
GREEN value IS 146 (57.42% from 255) = 34.52%
BLUE value IS 196 (76.95% from 255) = 46.34%
R=19.15%
G=34.52%
B=46.34%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal811461960.590.2600.23206.0949.3654.31
Hex5192C43B1A017ce3136
Octal12122230473320273166166
Binary101000110010010110001001110111101001011111001110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5192C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5192C4; }

 p { color: rgb(81,146,196); }

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

<style>
 a { background-color: #5192C4; }

 a { background-color: rgb(81,146,196); }

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

<style>
 span { border-color: #5192C4; }

 span { border-color: rgb(81,146,196); }

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