#518FB9

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

Shades of Danube #518FB9

Tints of Danube #518FB9

Color information

#518FB9 (or 0x518FB9) is unknown color: approx Danube. HEX triplet: 51, 8F and B9. RGB value is (81,143,185). Sum of RGB (Red+Green+Blue) = 81+143+185=409 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.80% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 185 (72.66% from 255 or 45.23% from 409); Max value from RGB is 185 - color contains mainly: blue. Hex color #518FB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518FB9 is #AE7046. Grayscale: #818181. Windows color (decimal): -11432007 or 12160849. OLE color: 12160849.

HSL color Cylindrical-coordinate representation of color #518FB9: hue angle of 204.23º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #518FB9 is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB81143185-
CMYK0.560.2300.27
HSL204.23º42.62%52.16%-
HSV(B)204.23º56.22%72.55%-
XYZ21.9724.949.55-
YUV129.25159.4693.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.80%
GREEN value IS 143 (56.25% from 255) = 34.96%
BLUE value IS 185 (72.66% from 255) = 45.23%
R=19.80%
G=34.96%
B=45.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal811431850.560.2300.27204.2342.6252.16
Hex518FB9381701Bcc2b34
Octal12121727170270333145364
Binary101000110001111101110011110001011101101111001100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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