#518ABD

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

Shades of Danube #518ABD

Tints of Danube #518ABD

Color information

#518ABD (or 0x518ABD) is unknown color: approx Danube. HEX triplet: 51, 8A and BD. RGB value is (81,138,189). Sum of RGB (Red+Green+Blue) = 81+138+189=408 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.85% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 189 - color contains mainly: blue. Hex color #518ABD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518ABD is #AE7542. Grayscale: #7E7E7E. Windows color (decimal): -11433283 or 12421713. OLE color: 12421713.

HSL color Cylindrical-coordinate representation of color #518ABD: hue angle of 208.33º degrees, saturation: 0.45, 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 #518ABD is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB81138189-
CMYK0.570.2700.26
HSL208.33º45%52.94%-
HSV(B)208.33º57.14%74.12%-
XYZ21.6723.651.56-
YUV126.77163.1295.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.85%
GREEN value IS 138 (54.30% from 255) = 33.82%
BLUE value IS 189 (74.22% from 255) = 46.32%
R=19.85%
G=33.82%
B=46.32%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal811381890.570.2700.26208.334552.94
Hex518ABD391B01Ad02d35
Octal12121227571330323205565
Binary101000110001010101111011110011101101101011010000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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