#5190CA

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

Shades of Danube #5190CA

Tints of Danube #5190CA

Color information

#5190CA (or 0x5190CA) is unknown color: approx Danube. HEX triplet: 51, 90 and CA. RGB value is (81,144,202). Sum of RGB (Red+Green+Blue) = 81+144+202=427 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.97% from 427); Green value is 144 (56.64% from 255 or 33.72% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #5190CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5190CA is #AE6F35. Grayscale: #838383. Windows color (decimal): -11431734 or 13275217. OLE color: 13275217.

HSL color Cylindrical-coordinate representation of color #5190CA: hue angle of 208.76º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5190CA is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB81144202-
CMYK0.600.2900.21
HSL208.76º53.3%55.49%-
HSV(B)208.76º59.9%79.22%-
XYZ24.0325.9659.62-
YUV131.77167.6391.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.97%
GREEN value IS 144 (56.64% from 255) = 33.72%
BLUE value IS 202 (79.30% from 255) = 47.31%
R=18.97%
G=33.72%
B=47.31%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal811442020.600.2900.21208.7653.355.49
Hex5190CA3C1D015d13537
Octal12122031274350253216567
Binary101000110010000110010101111001110101010111010001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5190CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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