#5190BC

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

Shades of Danube #5190BC

Tints of Danube #5190BC

Color information

#5190BC (or 0x5190BC) is unknown color: approx Danube. HEX triplet: 51, 90 and BC. RGB value is (81,144,188). Sum of RGB (Red+Green+Blue) = 81+144+188=413 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.61% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #5190BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5190BC is #AE6F43. Grayscale: #818181. Windows color (decimal): -11431748 or 12357713. OLE color: 12357713.

HSL color Cylindrical-coordinate representation of color #5190BC: hue angle of 204.67º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5190BC is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB81144188-
CMYK0.570.2300.26
HSL204.67º44.4%52.75%-
HSV(B)204.67º56.91%73.73%-
XYZ22.4425.3351.28-
YUV130.18160.6392.92-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.61%
GREEN value IS 144 (56.64% from 255) = 34.87%
BLUE value IS 188 (73.83% from 255) = 45.52%
R=19.61%
G=34.87%
B=45.52%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal811441880.570.2300.26204.6744.452.75
Hex5190BC391701Acd2c35
Octal12122027471270323155465
Binary101000110010000101111001110011011101101011001101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5190BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5190BC; }

 p { color: rgb(81,144,188); }

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

<style>
 a { background-color: #5190BC; }

 a { background-color: rgb(81,144,188); }

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

<style>
 span { border-color: #5190BC; }

 span { border-color: rgb(81,144,188); }

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