#518AC0

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

Shades of Danube #518AC0

Tints of Danube #518AC0

Color information

#518AC0 (or 0x518AC0) is unknown color: approx Danube. HEX triplet: 51, 8A and C0. RGB value is (81,138,192). Sum of RGB (Red+Green+Blue) = 81+138+192=411 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.71% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 192 (75.39% from 255 or 46.72% from 411); Max value from RGB is 192 - color contains mainly: blue. Hex color #518AC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518AC0 is #AE753F. Grayscale: #7E7E7E. Windows color (decimal): -11433280 or 12618321. OLE color: 12618321.

HSL color Cylindrical-coordinate representation of color #518AC0: hue angle of 209.19º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #518AC0 is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB81138192-
CMYK0.580.2800.25
HSL209.19º46.84%53.53%-
HSV(B)209.19º57.81%75.29%-
XYZ2223.7353.29-
YUV127.11164.6295.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.71%
GREEN value IS 138 (54.30% from 255) = 33.58%
BLUE value IS 192 (75.39% from 255) = 46.72%
R=19.71%
G=33.58%
B=46.72%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal811381920.580.2800.25209.1946.8453.53
Hex518AC03A1C019d12f36
Octal12121230072340313215766
Binary101000110001010110000001110101110001100111010001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,138,192); }

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

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

 a { background-color: rgb(81,138,192); }

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

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

 span { border-color: rgb(81,138,192); }

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