#5191C4

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

Shades of Danube #5191C4

Tints of Danube #5191C4

Color information

#5191C4 (or 0x5191C4) is unknown color: approx Danube. HEX triplet: 51, 91 and C4. RGB value is (81,145,196). Sum of RGB (Red+Green+Blue) = 81+145+196=422 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.19% from 422); Green value is 145 (57.03% from 255 or 34.36% from 422); Blue value is 196 (76.95% from 255 or 46.45% from 422); Max value from RGB is 196 - color contains mainly: blue. Hex color #5191C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5191C4 is #AE6E3B. Grayscale: #838383. Windows color (decimal): -11431484 or 12882257. OLE color: 12882257.

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

Color convert

RGB81145196-
CMYK0.590.2600.23
HSL206.61º49.36%54.31%-
HSV(B)206.61º58.67%76.86%-
XYZ23.4825.9956-
YUV131.68164.391.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.19%
GREEN value IS 145 (57.03% from 255) = 34.36%
BLUE value IS 196 (76.95% from 255) = 46.45%
R=19.19%
G=34.36%
B=46.45%

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
Decimal811451960.590.2600.23206.6149.3654.31
Hex5191C43B1A017cf3136
Octal12122130473320273176166
Binary101000110010001110001001110111101001011111001111110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5191C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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