#518FBC

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

Shades of Danube #518FBC

Tints of Danube #518FBC

Color information

#518FBC (or 0x518FBC) is unknown color: approx Danube. HEX triplet: 51, 8F and BC. RGB value is (81,143,188). Sum of RGB (Red+Green+Blue) = 81+143+188=412 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.66% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #518FBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518FBC is #AE7043. Grayscale: #818181. Windows color (decimal): -11432004 or 12357457. OLE color: 12357457.

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

Color convert

RGB81143188-
CMYK0.570.2400.26
HSL205.23º44.4%52.75%-
HSV(B)205.23º56.91%73.73%-
XYZ22.2925.0351.23-
YUV129.59160.9693.34-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.66%
GREEN value IS 143 (56.25% from 255) = 34.71%
BLUE value IS 188 (73.83% from 255) = 45.63%
R=19.66%
G=34.71%
B=45.63%

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
Decimal811431880.570.2400.26205.2344.452.75
Hex518FBC391801Acd2c35
Octal12121727471300323155465
Binary101000110001111101111001110011100001101011001101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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