#518ECE

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

Shades of Danube #518ECE

Tints of Danube #518ECE

Color information

#518ECE (or 0x518ECE) is unknown color: approx Danube. HEX triplet: 51, 8E and CE. RGB value is (81,142,206). Sum of RGB (Red+Green+Blue) = 81+142+206=429 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.88% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #518ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518ECE is #AE7131. Grayscale: #828282. Windows color (decimal): -11432242 or 13536849. OLE color: 13536849.

HSL color Cylindrical-coordinate representation of color #518ECE: hue angle of 210.72º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #518ECE is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB81142206-
CMYK0.610.3100.19
HSL210.72º56.05%56.27%-
HSV(B)210.72º60.68%80.78%-
XYZ24.2125.5562.05-
YUV131.06170.2992.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.88%
GREEN value IS 142 (55.86% from 255) = 33.10%
BLUE value IS 206 (80.86% from 255) = 48.02%
R=18.88%
G=33.10%
B=48.02%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal811422060.610.3100.19210.7256.0556.27
Hex518ECE3D1F013d33838
Octal12121631675370233237070
Binary101000110001110110011101111011111101001111010011111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,142,206); }

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

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

 a { background-color: rgb(81,142,206); }

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

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

 span { border-color: rgb(81,142,206); }

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