#518ECC

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

Shades of Danube #518ECC

Tints of Danube #518ECC

Color information

#518ECC (or 0x518ECC) is unknown color: approx Danube. HEX triplet: 51, 8E and CC. RGB value is (81,142,204). Sum of RGB (Red+Green+Blue) = 81+142+204=427 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.97% from 427); Green value is 142 (55.86% from 255 or 33.26% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #518ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518ECC is #AE7133. Grayscale: #828282. Windows color (decimal): -11432244 or 13405777. OLE color: 13405777.

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

Color convert

RGB81142204-
CMYK0.600.3000.2
HSL210.24º54.67%55.88%-
HSV(B)210.24º60.29%80%-
XYZ23.9725.4560.78-
YUV130.83169.2992.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.97%
GREEN value IS 142 (55.86% from 255) = 33.26%
BLUE value IS 204 (80.08% from 255) = 47.78%
R=18.97%
G=33.26%
B=47.78%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal811422040.600.3000.2210.2454.6755.88
Hex518ECC3C1E014d23738
Octal12121631474360243226770
Binary101000110001110110011001111001111001010011010010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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