#518FCD

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

Shades of Danube #518FCD

Tints of Danube #518FCD

Color information

#518FCD (or 0x518FCD) is unknown color: approx Danube. HEX triplet: 51, 8F and CD. RGB value is (81,143,205). Sum of RGB (Red+Green+Blue) = 81+143+205=429 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.88% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #518FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518FCD is #AE7032. Grayscale: #838383. Windows color (decimal): -11431987 or 13471569. OLE color: 13471569.

HSL color Cylindrical-coordinate representation of color #518FCD: hue angle of 210º degrees, saturation: 0.55, 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 #518FCD is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB81143205-
CMYK0.600.3000.20
HSL210º55.36%56.08%-
HSV(B)210º60.49%80.39%-
XYZ24.2425.861.46-
YUV131.53169.4691.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.88%
GREEN value IS 143 (56.25% from 255) = 33.33%
BLUE value IS 205 (80.47% from 255) = 47.79%
R=18.88%
G=33.33%
B=47.79%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal811432050.600.3000.2021055.3656.08
Hex518FCD3C1E014d23738
Octal12121731574360243226770
Binary101000110001111110011011111001111001010011010010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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