#5193C4

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

Shades of Danube #5193C4

Tints of Danube #5193C4

Color information

#5193C4 (or 0x5193C4) is unknown color: approx Danube. HEX triplet: 51, 93 and C4. RGB value is (81,147,196). Sum of RGB (Red+Green+Blue) = 81+147+196=424 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.10% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 196 (76.95% from 255 or 46.23% from 424); Max value from RGB is 196 - color contains mainly: blue. Hex color #5193C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5193C4 is #AE6C3B. Grayscale: #848484. Windows color (decimal): -11430972 or 12882769. OLE color: 12882769.

HSL color Cylindrical-coordinate representation of color #5193C4: hue angle of 205.57º 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 #5193C4 is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB81147196-
CMYK0.590.2500.23
HSL205.57º49.36%54.31%-
HSV(B)205.57º58.67%76.86%-
XYZ23.7926.656.11-
YUV132.85163.6391.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.10%
GREEN value IS 147 (57.81% from 255) = 34.67%
BLUE value IS 196 (76.95% from 255) = 46.23%
R=19.10%
G=34.67%
B=46.23%

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
Decimal811471960.590.2500.23205.5749.3654.31
Hex5193C43B19017ce3136
Octal12122330473310273166166
Binary101000110010011110001001110111100101011111001110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5193C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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