#518DCB

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

Shades of Danube #518DCB

Tints of Danube #518DCB

Color information

#518DCB (or 0x518DCB) is unknown color: approx Danube. HEX triplet: 51, 8D and CB. RGB value is (81,141,203). Sum of RGB (Red+Green+Blue) = 81+141+203=425 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.06% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #518DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518DCB is #AE7234. Grayscale: #818181. Windows color (decimal): -11432501 or 13339985. OLE color: 13339985.

HSL color Cylindrical-coordinate representation of color #518DCB: hue angle of 210.49º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #518DCB is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB81141203-
CMYK0.600.3100.20
HSL210.49º53.98%55.69%-
HSV(B)210.49º60.1%79.61%-
XYZ23.725.1160.1-
YUV130.13169.1292.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.06%
GREEN value IS 141 (55.47% from 255) = 33.18%
BLUE value IS 203 (79.69% from 255) = 47.76%
R=19.06%
G=33.18%
B=47.76%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal811412030.600.3100.20210.4953.9855.69
Hex518DCB3C1F014d23638
Octal12121531374370243226670
Binary101000110001101110010111111001111101010011010010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,141,203); }

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

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

 a { background-color: rgb(81,141,203); }

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

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

 span { border-color: rgb(81,141,203); }

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