#518FBD

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

Shades of Danube #518FBD

Tints of Danube #518FBD

Color information

#518FBD (or 0x518FBD) is unknown color: approx Danube. HEX triplet: 51, 8F and BD. RGB value is (81,143,189). Sum of RGB (Red+Green+Blue) = 81+143+189=413 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.61% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 189 - color contains mainly: blue. Hex color #518FBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518FBD is #AE7042. Grayscale: #818181. Windows color (decimal): -11432003 or 12422993. OLE color: 12422993.

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

Color convert

RGB81143189-
CMYK0.570.2400.26
HSL205.56º45%52.94%-
HSV(B)205.56º57.14%74.12%-
XYZ22.425.0751.8-
YUV129.71161.4693.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.61%
GREEN value IS 143 (56.25% from 255) = 34.62%
BLUE value IS 189 (74.22% from 255) = 45.76%
R=19.61%
G=34.62%
B=45.76%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal811431890.570.2400.26205.564552.94
Hex518FBD391801Ace2d35
Octal12121727571300323165565
Binary101000110001111101111011110011100001101011001110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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