#518FBF

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

Shades of Danube #518FBF

Tints of Danube #518FBF

Color information

#518FBF (or 0x518FBF) is unknown color: approx Danube. HEX triplet: 51, 8F and BF. RGB value is (81,143,191). Sum of RGB (Red+Green+Blue) = 81+143+191=415 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.52% from 415); Green value is 143 (56.25% from 255 or 34.46% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 191 - color contains mainly: blue. Hex color #518FBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518FBF is #AE7040. Grayscale: #818181. Windows color (decimal): -11432001 or 12554065. OLE color: 12554065.

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

Color convert

RGB81143191-
CMYK0.580.2500.25
HSL206.18º46.22%53.33%-
HSV(B)206.18º57.59%74.9%-
XYZ22.6225.1652.95-
YUV129.93162.4693.1-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.52%
GREEN value IS 143 (56.25% from 255) = 34.46%
BLUE value IS 191 (75% from 255) = 46.02%
R=19.52%
G=34.46%
B=46.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal811431910.580.2500.25206.1846.2253.33
Hex518FBF3A19019ce2e35
Octal12121727772310313165665
Binary101000110001111101111111110101100101100111001110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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