#518DC9

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

Shades of Danube #518DC9

Tints of Danube #518DC9

Color information

#518DC9 (or 0x518DC9) is unknown color: approx Danube. HEX triplet: 51, 8D and C9. RGB value is (81,141,201). Sum of RGB (Red+Green+Blue) = 81+141+201=423 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.15% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 201 (78.91% from 255 or 47.52% from 423); Max value from RGB is 201 - color contains mainly: blue. Hex color #518DC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518DC9 is #AE7236. Grayscale: #818181. Windows color (decimal): -11432503 or 13208913. OLE color: 13208913.

HSL color Cylindrical-coordinate representation of color #518DC9: hue angle of 210º 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 #518DC9 is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB81141201-
CMYK0.600.3000.21
HSL210º52.63%55.29%-
HSV(B)210º59.7%78.82%-
XYZ23.4625.0258.85-
YUV129.9168.1293.12-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.15%
GREEN value IS 141 (55.47% from 255) = 33.33%
BLUE value IS 201 (78.91% from 255) = 47.52%
R=19.15%
G=33.33%
B=47.52%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal811412010.600.3000.2121052.6355.29
Hex518DC93C1E015d23537
Octal12121531174360253226567
Binary101000110001101110010011111001111001010111010010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518DC9; }

 p { color: rgb(81,141,201); }

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

<style>
 a { background-color: #518DC9; }

 a { background-color: rgb(81,141,201); }

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

<style>
 span { border-color: #518DC9; }

 span { border-color: rgb(81,141,201); }

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